Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
substrate-api-sidecar
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
parity
Mirrored projects
substrate-api-sidecar
Commits
5a055d07
Unverified
Commit
5a055d07
authored
2 years ago
by
Tarik Gul
Browse files
Options
Downloads
Patches
Plain Diff
update the return type to include tip
parent
4e3e02a5
Branches
Branches containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/types/responses/NodeTransactionPool.ts
+11
-0
11 additions, 0 deletions
src/types/responses/NodeTransactionPool.ts
with
11 additions
and
0 deletions
src/types/responses/NodeTransactionPool.ts
+
11
−
0
View file @
5a055d07
interface
IPoolExtrinsic
{
/**
* H256 hash of the extrinsic
*/
hash
:
string
;
/**
* SCALE encoded extrinsic
*/
encodedExtrinsic
:
string
;
/**
* The tip within an extrinsic. Available when the `tip` query parameter
* for `/node/transaction-pool` is set to true.
*/
tip
?:
string
;
}
export
interface
INodeTransactionPool
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment