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

  • new MsgUpdateClient(client_id: string, clientMessage: undefined | Any, signer: string): MsgUpdateClient

Properties

clientMessage: undefined | Any
client_id: string
signer: string

Methods

  • packAny(_?: boolean): Any
  • toAmino(): any
  • toAminoJSON(isClassic?: boolean): string
  • Parameters

    • Optional isClassic: boolean

    Returns string

  • toJSON(isClassic?: boolean): string
  • Parameters

    • Optional isClassic: boolean

    Returns string

  • toProto(_?: boolean): MsgUpdateClient