Object containing every reason why a specific Security Token transfer would fail
TransferBreakdown
compliance
general
restrictions
result
• compliance: Compliance
Defined in src/api/entities/SecurityToken/types.ts:40arrow-up-right
how the transfer adheres to the asset's compliance rules
• general: TransferError[]
Defined in src/api/entities/SecurityToken/types.ts:36arrow-up-right
list of general transfer errors
• restrictions: TransferRestrictionResult[]
Defined in src/api/entities/SecurityToken/types.ts:44arrow-up-right
list of transfer restrictions and whether the transfer satisfies each one
• result: boolean
Defined in src/api/entities/SecurityToken/types.ts:48arrow-up-right
true if the transfer is possible
Last updated 4 years ago
Was this helpful?