MsgChannelCloseConfirmDataArgs constructor

MsgChannelCloseConfirmDataArgs(
  1. HeightDataArgs? proof_height
)

Implementation

MsgChannelCloseConfirmDataArgs(this.proof_height) {
  type = CosmosConstants.COSMOS_IBC_CHANNEL_CLOSE_CONFIRM;
}