Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MsgChannelCloseInit

MsgChannelCloseInit defines a msg sent by a Relayer to Chain A to close a channel with Chain B.

Hierarchy

Index

Constructors

constructor

  • new MsgChannelCloseInit(port_id: string, channel_id: string, signer: string): MsgChannelCloseInit

Properties

channel_id

channel_id: string

port_id

port_id: string

signer

signer: string

Methods

packAny

  • packAny(): Any

toAmino

  • toAmino(): any

toAminoJSON

  • toAminoJSON(): string
  • Returns string

toData

toJSON

  • toJSON(): string
  • Returns string

toProto

  • toProto(): MsgChannelCloseInit

Static fromAmino

Static fromData

Static fromProto

Static unpackAny