-
Notifications
You must be signed in to change notification settings - Fork 64
getDelayedTransactionHashes
AxVultis edited this page Nov 29, 2022
·
1 revision
The getDelayedTransactionHashes method returns hashes of delayed transactions.
JSON-RPC
{
"jsonrpc": "2.0",
"id": 29,
"method": "getDelayedTransactionHashes"
}
JSON-RPC
{
"jsonrpc": "2.0",
"id": 29,
"result": {
"transactionHashes": [
"deed5685efe64f0305ca4a579e41997a2c13e4e36c9d65e97ae4229eb371d543",
"34b29dd7d25e5db8ef71951a5537f77cb04aa1805ee4d2fc96b86765fc0f692b"
]
}
}
Response Details:
Argument | Description | Format |
---|---|---|
transactionHashes | Hashes of the delayed transactions | array of strings |
© 2018-2023 Conceal Network. All rights reserved.
- Conceal API Reference
- General Methods
- Private Key Methods
- Wallet Address Methods
- Deposit Methods
- Transaction Methods
- Delayed Transaction Methods
- Wallet Export Methods