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