TransferSecurityTokensProcedureArgs

Arguments for the TransferSecurityTokens Procedure

Hierarchy

  • TransferSecurityTokensProcedureArgs

Index

Properties

Properties

amount

amount: BigNumber

Defined in src/types/index.ts:1257

amount of tokens being transferred

Optional data

data? : undefined | string

Defined in src/types/index.ts:1261

signed KYC data that will be considered (and applied to the Security Token) when checking for transfer restrictions

Optional from

from? : undefined | string

Defined in src/types/index.ts:1265

wallet address sending Security Tokens. Defaults to the current wallet

symbol

symbol: string

Defined in src/types/index.ts:1249

symbol of the Security Token

to

to: string

Defined in src/types/index.ts:1253

wallet address receiving Security Tokens

Last updated