Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 848 Bytes

TokenIDL.md

File metadata and controls

33 lines (19 loc) · 848 Bytes

Namespace: TokenIDL

Table of contents

Type Aliases

Interfaces

Type Aliases

Factory

Ƭ Factory: Token


Result

Ƭ Result: { Ok: bigint } | { Err: TxError }


TxError

Ƭ TxError: { InsufficientAllowance: null } | { InsufficientBalance: null } | { ErrorOperationStyle: null } | { Unauthorized: null } | { LedgerTrap: null } | { ErrorTo: null } | { Other: null } | { BlockUsed: null } | { AmountTooSmall: null }