GetPendingSize¶
Return the number of transactions currently in the node's pending pool.
- Service:
Walletonly
rpc GetPendingSize (EmptyMessage) returns (NumberMessage) {}
See the corresponding HTTP endpoint at /wallet/getpendingsize.
Return the number of transactions currently in the node's pending pool.
Wallet onlyrpc GetPendingSize (EmptyMessage) returns (NumberMessage) {}
See the corresponding HTTP endpoint at /wallet/getpendingsize.