MsgRemoveOracle constructor

const MsgRemoveOracle({
  1. String? authority,
  2. String? oracleChainId,
})

Implementation

const MsgRemoveOracle({this.authority, this.oracleChainId});