InflationRateRequest represents a message that queries the Axelar specific inflation RPC method.

interface InflationRateRequest {
    validator: Uint8Array;
}

Properties

Properties

validator: Uint8Array

Generated using TypeDoc