Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Variables

Variables

Const ERRORS

ERRORS: { CANISTER_INTERFACE_ERROR: string; DELETE_ACCOUNT_ERROR: string; EMPTY_IDENTITY_ERROR: string; GET_NFT_ERROR: string; GET_TRANSACTIONS_FAILS: string; ICNS_REGISTRY_ERROR: string; ICNS_RESOLVER_ERROR: string; ICNS_REVERSE_RESOLVER_ERROR: string; INVALID_ACCOUNT: string; INVALID_ACC_ID: string; INVALID_APP: string; INVALID_CANISTER_ID: string; INVALID_MNEMONIC: string; INVALID_NETWORK_ID: string; INVALID_PRINCIPAL_ID: string; INVALID_TYPE_ERROR: string; INVALID_WALLET_NUMBER: string; NFT_ALREADY_REGISTERED: string; NON_FUNGIBLE_TOKEN_NOT_SUPPORTED: string; NOT_INITIALIZED: string; PASSWORD_REQUIRED: string; STATE_LOCKED: string; TOKEN_NOT_REGISTERED: string; TOKEN_NOT_SUPPORTED: string; TOKEN_NOT_SUPPORT_METADATA: string; TRANSFER_NFT_ERROR: string } = ...

Type declaration

  • CANISTER_INTERFACE_ERROR: string
  • DELETE_ACCOUNT_ERROR: string
  • EMPTY_IDENTITY_ERROR: string
  • GET_NFT_ERROR: string
  • GET_TRANSACTIONS_FAILS: string
  • ICNS_REGISTRY_ERROR: string
  • ICNS_RESOLVER_ERROR: string
  • ICNS_REVERSE_RESOLVER_ERROR: string
  • INVALID_ACCOUNT: string
  • INVALID_ACC_ID: string
  • INVALID_APP: string
  • INVALID_CANISTER_ID: string
  • INVALID_MNEMONIC: string
  • INVALID_NETWORK_ID: string
  • INVALID_PRINCIPAL_ID: string
  • INVALID_TYPE_ERROR: string
  • INVALID_WALLET_NUMBER: string
  • NFT_ALREADY_REGISTERED: string
  • NON_FUNGIBLE_TOKEN_NOT_SUPPORTED: string
  • NOT_INITIALIZED: string
  • PASSWORD_REQUIRED: string
  • STATE_LOCKED: string
  • TOKEN_NOT_REGISTERED: string
  • TOKEN_NOT_SUPPORTED: string
  • TOKEN_NOT_SUPPORT_METADATA: string
  • TRANSFER_NFT_ERROR: string

Const ERROR_CODES

ERROR_CODES: { ADDED_ACCOUNT: string; INVALID_KEY: string } = ...

Type declaration

  • ADDED_ACCOUNT: string
  • INVALID_KEY: string

Legend

  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Interface
  • Interface with type parameter
  • Class
  • Class with type parameter
  • Enumeration