MsgUpdateClient defines an sdk.Msg to update a IBC client state using the given header.

interface MsgUpdateClientAmino {
    client_id?: string;
    header?: AnyAmino;
    signer?: string;
}

Properties

client_id?: string

client unique identifier

header?: AnyAmino

header to update the light client

signer?: string

signer address