SuiObject constructor
SuiObject(
- String objectId,
- String digest,
- int version,
- String? type,
- SuiMoveObject? content,
- SuiRawMoveObject? bcs,
- ObjectOwner? owner,
- TransactionDigest? previousTransaction,
- String? storageRebate,
- 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);