Skip to content
Snippets Groups Projects
Unverified Commit 5a055d07 authored by Tarik Gul's avatar Tarik Gul
Browse files

update the return type to include tip

parent 4e3e02a5
Branches
No related merge requests found
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 {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment