MsgCreateClient defines a message to create an IBC client

interface MsgCreateClient {
    clientState?: Any;
    consensusState?: Any;
    signer: string;
}

Properties

clientState?: Any

light client state

consensusState?: Any

consensus state associated with the client that corresponds to a given height.

signer: string

signer address