MsgCreateClient defines a message to create an IBC client

interface MsgCreateClientAmino {
    client_state?: AnyAmino;
    consensus_state?: AnyAmino;
    signer?: string;
}

Properties

client_state?: AnyAmino

light client state

consensus_state?: AnyAmino

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

signer?: string

signer address