SuiRawMoveObject constructor

SuiRawMoveObject(
  1. String dataType,
  2. String type,
  3. bool hasPublicTransfer,
  4. int version,
  5. dynamic bcsBytes,
)

Implementation

SuiRawMoveObject(
  this.dataType,
  this.type,
  this.hasPublicTransfer,
  this.version,
  this.bcsBytes,
);