ChainInfo
No description
type ChainInfo {
name: Chain!
symbol: String!
feePrice(
speed: String
): FeePrice
feePrices: [FeePrice]
}
Fields
ChainInfo.name ● Chain! non-null enum
the name of the chain (ETHEREUM, BITCOIN, etc..)
ChainInfo.symbol ● String! non-null scalar
the native token symbol belonging to the chain (ETH, BTC, BNB, etc...)
ChainInfo.feePrice ● FeePrice object
the fee price at a specific speed (FAST, MEDIUM, SLOW are supported on all chains)
ChainInfo.feePrice.speed ● String scalar
ChainInfo.feePrices ● [FeePrice] list object
all the possible feePrices for a given chain (a minimum of 3 items)
Member Of
Auth object