FeeInfoRequest represents a message that queries the transfer fees associated to an asset on a chain

interface FeeInfoRequest {
    asset: string;
    chain: string;
}

Properties

Properties

asset: string
chain: string

Generated using TypeDoc