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

TransferFlowPK

Model getters

Method name Return type Description Notes
getSenderAccountId() string Sender account ID
Example: 61b3bffddfb389cde19c73be
 
getAccount() string Blockchain account to send from
Example: 0x955cd3f17b2fd8ad
 
getAddress() string Blockchain address to send assets
Example: 10762710243615955000
 
getAmount() string Amount to be sent, in Flow.
Example: 10000
 
getPrivateKey() string Secret for account. Secret, or signature Id must be present.
Example: 37afa218d41d9cd6a2c6f2b96d9eaa3ad96c598252bc50e4d45d62f9356a51f8
 
getCompliant() bool Compliance check, if withdrawal is not compliant, it will not be processed.
Example: false
[optional]
getPaymentId() string Identifier of the payment, shown for created Transaction within Tatum sender account.
Example: 1234
[optional]
getSenderNote() string Note visible to owner of withdrawing account.
Example: Sender note
[optional]