UNPKG

ribbit-wallet-connect

Version:

Next-generation multi-chain wallet and payments app that makes crypto simple, secure, and usable in daily life.

7 lines (6 loc) 279 B
export declare const getSequenceNumber: (address: string, network: "mainnet" | "testnet") => Promise<number>; export declare const getGasPrice: (network: "mainnet" | "testnet") => Promise<{ max_gas_price: number; median_gas_price: number; mean_gas_price: number; }>;