Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MsgUpdateClient

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

Hierarchy

Index

Constructors

constructor

  • new MsgUpdateClient(client_id: string, header: any, signer: string): MsgUpdateClient
  • Parameters

    • client_id: string

      client unique identifier

    • header: any

      header to update the light client

    • signer: string

      signer address

    Returns MsgUpdateClient

Properties

client_id

client_id: string

header

header: any

signer

signer: string

Methods

packAny

  • packAny(): Any

toAmino

  • toAmino(): any

toAminoJSON

  • toAminoJSON(): string
  • Returns string

toData

toJSON

  • toJSON(): string
  • Returns string

toProto

  • toProto(): MsgUpdateClient

Static fromAmino

Static fromData

Static fromProto

Static unpackAny