ControllerTransferProcedureArgs
Arguments for the ControllerTransfer Procedure
Hierarchy
ControllerTransferProcedureArgs
Index
Properties
Properties
amount
• amount: BigNumber
Defined in src/types/index.ts:949
amount of tokens being forcefully transferred
Optional
data
Optional
data• data? : undefined | string
Defined in src/types/index.ts:953
extra KYC transfer data
from
• from: string
Defined in src/types/index.ts:937
sender's wallet address
Optional
log
Optional
log• log? : undefined | string
Defined in src/types/index.ts:957
extra log information
symbol
• symbol: string
Defined in src/types/index.ts:945
symbol of the Security Token
to
• to: string
Defined in src/types/index.ts:941
receiver's wallet address
Last updated
Was this helpful?