Arguments for the TransferSecurityTokens Procedure
TransferSecurityTokensProcedureArgs
amount
data
from
symbol
to
• amount: BigNumber
Defined in src/types/index.ts:1257arrow-up-right
amount of tokens being transferred
Optional
• data? : undefined | string
Defined in src/types/index.ts:1261arrow-up-right
signed KYC data that will be considered (and applied to the Security Token) when checking for transfer restrictions
• from? : undefined | string
Defined in src/types/index.ts:1265arrow-up-right
wallet address sending Security Tokens. Defaults to the current wallet
• symbol: string
Defined in src/types/index.ts:1249arrow-up-right
symbol of the Security Token
• to: string
Defined in src/types/index.ts:1253arrow-up-right
wallet address receiving Security Tokens
Last updated 5 years ago
Was this helpful?