Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MsgCreateClient

MsgCreateClient defines a message to create an IBC client

Hierarchy

Index

Constructors

constructor

  • 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

Optional client_state

client_state?: any

Optional consensus_state

consensus_state?: any

signer

signer: string

Methods

packAny

  • packAny(): Any

toAmino

  • toAmino(): any

toAminoJSON

  • toAminoJSON(): string
  • Returns string

toData

toJSON

  • toJSON(): string
  • Returns string

toProto

  • toProto(): MsgCreateClient

Static fromAmino

Static fromData

Static fromProto

Static unpackAny