Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MsgCreateClient

MsgCreateClient defines a message to create an IBC client

Hierarchy

Index

Constructors

  • new MsgCreateClient(client_state: any, consensus_state: any, signer: any): MsgCreateClient
  • Parameters

    • client_state: any

      light client state

    • consensus_state: any

      consensus state associated with the client that corresponds to a given

    • signer: any

      signer address

    Returns MsgCreateClient

Properties

client_state?: any
consensus_state?: any
signer: string

Methods

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

    • Optional isClassic: boolean

    Returns string

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

    • Optional isClassic: boolean

    Returns string

  • toProto(_?: boolean): MsgCreateClient