UNPKG

@keplr-ewallet/ewallet-sdk-eth

Version:
11 lines (10 loc) 217 B
export type EthEwalletInitError = { type: "ewallet_core_init_fail"; msg: string; } | { type: "unknown_error"; msg: string; }; export type LazyInitError = { type: "eWallet failed to initialize"; };