UNPKG

@keplr-ewallet/ewallet-sdk-eth

Version:
4 lines (3 loc) 207 B
import type { PublicRpcMethod, WalletRpcMethod } from "./types"; export declare const PUBLIC_RPC_METHODS: ReadonlySet<PublicRpcMethod>; export declare const WALLET_RPC_METHODS: ReadonlySet<WalletRpcMethod>;