UNPKG

@keplr-ewallet/ewallet-sdk-cosmos

Version:
14 lines (12 loc) 229 B
export type CosmosEwalletInitError = | { type: "ewallet_core_init_fail"; msg: string; } | { type: "unknown_error"; msg: string; }; export type LazyInitError = { type: "eWallet failed to initailize"; };