Difference between revisions of "createDelayedTransaction"

From Talleo Wiki
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 [...")
 
 
Line 3: Line 3:
 
! Argument !! Mandatory !! Description !! Format
 
! Argument !! Mandatory !! Description !! Format
 
|-
 
|-
| addresses || yes || List of source addresses || array
+
| 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 || yes || Address to return unused amount in inputs || string
+
| 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 || yes || Extra information for transaction || string
+
| extra || no || Extra information for transaction || string
 
|-
 
|-
| paymentID || yes || Payment ID for transaction || string
+
| 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 17: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