UNPKG

@funded-labs/plug-controller

Version:

Internet Computer Plug wallet's controller

33 lines (32 loc) 986 B
export declare const ERRORS: { INVALID_MNEMONIC: string; INVALID_ACC_ID: string; PASSWORD_REQUIRED: string; NOT_INITIALIZED: string; STATE_LOCKED: string; INVALID_WALLET_NUMBER: string; GET_TRANSACTIONS_FAILS: string; INVALID_CANISTER_ID: string; TOKEN_NOT_SUPPORTED: string; NON_FUNGIBLE_TOKEN_NOT_SUPPORTED: string; TOKEN_NOT_SUPPORT_METADATA: string; INVALID_PRINCIPAL_ID: string; GET_NFT_ERROR: string; TRANSFER_NFT_ERROR: string; INVALID_APP: string; ICNS_REVERSE_RESOLVER_ERROR: string; ICNS_REGISTRY_ERROR: string; ICNS_RESOLVER_ERROR: string; INVALID_NETWORK_ID: string; EMPTY_IDENTITY_ERROR: string; INVALID_TYPE_ERROR: string; DELETE_ACCOUNT_ERROR: string; TOKEN_NOT_REGISTERED: string; INVALID_ACCOUNT: string; NFT_ALREADY_REGISTERED: string; CANISTER_INTERFACE_ERROR: string; }; export declare const ERROR_CODES: { ADDED_ACCOUNT: string; INVALID_KEY: string; };