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