MsgToggleOracle constructor

const MsgToggleOracle({
  1. String? authority,
  2. String? oracleChainId,
  3. bool? active,
})

Implementation

const MsgToggleOracle({this.authority, this.oracleChainId, this.active});