MsgUpdateOracleConfig constructor

const MsgUpdateOracleConfig({
  1. String? authority,
  2. BigInt? bridgeId,
  3. bool? oracleEnabled,
})

Implementation

const MsgUpdateOracleConfig({
  this.authority,
  this.bridgeId,
  this.oracleEnabled,
});