ClientState defines a loopback (localhost) client. It requires (read-only) access to keys outside the client prefix.

interface ClientStateAmino {
    chain_id?: string;
    height?: HeightAmino;
}

Properties

Properties

chain_id?: string

self chain ID

height?: HeightAmino

self latest block height