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

interface MsgUpdateClient {
    clientId: string;
    header?: Any;
    signer: string;
}

Properties

clientId: string

client unique identifier

header?: Any

header to update the light client

signer: string

signer address