Skip to main content Link Menu Expand (external link) Document Search Copy Copied

TransferBscKMS

Model getters

Method name Return type Description Notes
getNonce() float The nonce to be set to the transaction; if not present, the last known nonce will be used
Example: null
[optional]
getAddress() string Blockchain address to send assets
Example: 0x687422eEA2cB73B5d3e242bA5456b782919AFc85
 
getAmount() string Amount to be sent.
Example: 100000
 
getCompliant() bool Compliance check, if withdrawal is not compliant, it will not be processed.
Example: false
[optional]
getSignatureId() string Identifier of the mnemonic / private key associated in signing application. When hash identifies mnemonic, index must be present to represent specific account to pay from. Private key, mnemonic or signature Id must be present.
Example: 26d3883e-4e17-48b3-a0ee-09a3e484ac83
 
getIndex() int Derivation index of sender address.
Example: 0
[optional]
getPaymentId() string Identifier of the payment, shown for created Transaction within Tatum sender account.
Example: 1234
[optional]
getSenderAccountId() string Sender account ID
Example: 5e68c66581f2ee32bc354087
 
getSenderNote() string Note visible to owner of withdrawing account
Example: Sender note
[optional]
getGasLimit() string Gas limit for transaction in gas price. If not set, automatic calculation will be used.
Example: 40000
[optional]
getGasPrice() string Gas price in Gwei. If not set, automatic calculation will be used.
Example: 20
[optional]