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

interface ClientState {
    chainId: string;
    height: undefined | Height;
}

Properties

Properties

chainId: string

self chain ID

height: undefined | Height

self latest block height