createDelayedTransaction: Difference between revisions
Jump to navigation
Jump to search
(Created page with "== Input == {| class="wikitable" ! Argument !! Mandatory !! Description !! Format |- | addresses || yes || List of source addresses || array |- | transfers || yes || List of [...") |
m (→Input) |
||
Line 3: | Line 3: | ||
! Argument !! Mandatory !! Description !! Format | ! Argument !! Mandatory !! Description !! Format | ||
|- | |- | ||
| addresses || | | addresses || no || List of source addresses || array | ||
|- | |- | ||
| transfers || yes || List of [[WalletRpcOrder|wallet RPC orders]] || array | | transfers || yes || List of [[WalletRpcOrder|wallet RPC orders]] || array | ||
|- | |- | ||
| changeAddress || | | changeAddress || no || Address to return unused amount in inputs || string | ||
|- | |- | ||
| fee || no || Network fee || uint64 | | fee || no || Network fee || uint64 | ||
Line 13: | Line 13: | ||
| anonymity || no || Anonymity level || uint32 | | anonymity || no || Anonymity level || uint32 | ||
|- | |- | ||
| extra || | | extra || no || Extra information for transaction || string | ||
|- | |- | ||
| paymentID || | | paymentID || no || Payment ID for transaction || string | ||
|- | |- | ||
| unlockTime || no || Unlock time for transaction || uint64 | | unlockTime || no || Unlock time for transaction || uint64 |
Latest revision as of 16:48, 22 March 2020
Input
Argument | Mandatory | Description | Format |
---|---|---|---|
addresses | no | List of source addresses | array |
transfers | yes | List of wallet RPC orders | array |
changeAddress | no | Address to return unused amount in inputs | string |
fee | no | Network fee | uint64 |
anonymity | no | Anonymity level | uint32 |
extra | no | Extra information for transaction | string |
paymentID | no | Payment ID for transaction | string |
unlockTime | no | Unlock time for transaction | uint64 |
Output
Argument | Description | Format |
---|---|---|
transactionHash | Transaction hash of the created delayed transaction | string |