Interface: TransferBreakdown
Defined in: src/api/entities/Asset/types.ts:131
Object containing every reason why a specific Asset transfer would fail
Properties
compliance
compliance:
Compliance
Defined in: src/api/entities/Asset/types.ts:139
how the transfer adheres to the asset's compliance rules
general
general:
TransferError
[]
Defined in: src/api/entities/Asset/types.ts:135
list of general transfer errors
restrictions
restrictions:
TransferRestrictionResult
[]
Defined in: src/api/entities/Asset/types.ts:143
list of transfer restrictions and whether the transfer satisfies each one
result
result:
boolean
Defined in: src/api/entities/Asset/types.ts:147
true if the transfer is possible