MsgCreateClient constructor

MsgCreateClient(
  1. Any client_state,
  2. Any concensus_state,
  3. String signer
)

Implementation

MsgCreateClient(this.client_state, this.concensus_state, this.signer);