ggez-banking-sdk
Version:
A Node.js package to handle GGEZ Banking API endpoints, Simplify the process of managing CRUD operations with this efficient and easy-to-use package.
9 lines (8 loc) • 329 B
TypeScript
import { ChainInfo } from "@keplr-wallet/types";
interface gasPriceStep {
low: number;
average: number;
high: number;
}
export declare const chainInfo: (rpc_url: string, rest_url: string, chain_id: string, chain_name: string, uggzGasPriceStep: gasPriceStep, uggez1GasPriceStep: gasPriceStep) => ChainInfo;
export {};