GetTransactionFromPending¶
Fetch a transaction from the pending pool by txID.
- Service:
Walletonly
rpc GetTransactionFromPending (BytesMessage) returns (Transaction) {}
See the corresponding HTTP endpoint at /wallet/gettransactionfrompending.
Fetch a transaction from the pending pool by txID.
Wallet onlyrpc GetTransactionFromPending (BytesMessage) returns (Transaction) {}
See the corresponding HTTP endpoint at /wallet/gettransactionfrompending.