quiamet
Version:
The web3 inject of bearby walet to access massa blockchain
11 lines • 785 B
TypeScript
export declare const FAVICON_REQUIRED = "website favicon is required";
export declare const WALLET_IS_NOT_CONNECTED = "Wallet is not connected";
export declare const INVALID_SIGN_PARAMS = "Invalid sign params";
export declare const TIME_OUT = "Request failed by timeout";
export declare const NOT_INSTALLED = "Bearby is not installed!";
export declare const AVAILABLE_ONLY_BROWSER = "bearby-web3 available only browser";
export declare const WEB3_INSTANCE_CREATED = "bearby Web3 instance already created!";
export declare const LONG_STRING = "Input string is too long max is";
export declare const CALLBACK_ERROR = "Missing callback arg. use subscribe(cb => /do something/)";
export declare const ARGS_INSTACNE_ERROR = "parameters should be Args.";
//# sourceMappingURL=errors.d.ts.map