MsgCreateResourceNode constructor

const MsgCreateResourceNode({
  1. String? networkAddress,
  2. Any? pubkey,
  3. Coin? value,
  4. String? ownerAddress,
  5. String? beneficiaryAddress,
  6. Description? description,
  7. int? nodeType,
})

Implementation

const MsgCreateResourceNode({
  this.networkAddress,
  this.pubkey,
  this.value,
  this.ownerAddress,
  this.beneficiaryAddress,
  this.description,
  this.nodeType,
});