SuiObject constructor

SuiObject(
  1. String objectId,
  2. String digest,
  3. int version,
  4. String? type,
  5. SuiMoveObject? content,
  6. SuiRawMoveObject? bcs,
  7. ObjectOwner? owner,
  8. TransactionDigest? previousTransaction,
  9. String? storageRebate,
  10. DisplayFieldsResponse? display,
)

Implementation

SuiObject(
  String objectId,
  String digest,
  int version,
  this.type,
  this.content,
  this.bcs,
  this.owner,
  this.previousTransaction,
  this.storageRebate,
  this.display,
): super(digest, objectId, version);