TransferSecurityTokensProcedureArgs
Arguments for the TransferSecurityTokens Procedure
Hierarchy
TransferSecurityTokensProcedureArgs
Index
Properties
amount
data
from
symbol
to
Properties
amount
• amount: BigNumber
amount of tokens being transferred
Optional
data
Optional
data• data? : undefined | string
signed KYC data that will be considered (and applied to the Security Token) when checking for transfer restrictions
Optional
from
Optional
from• from? : undefined | string
wallet address sending Security Tokens. Defaults to the current wallet
symbol
• symbol: string
symbol of the Security Token
to
• to: string
wallet address receiving Security Tokens
Last updated
Was this helpful?