new AssetEntry($b)
- Source:
Properties:
Name | Type | Description |
---|---|---|
Id |
string | |
OwnerId |
string | |
Entry |
T | |
ComputeLock |
ComputationLock |
Asset Entry Object
Generic.
Parameters:
Name | Type | Description |
---|---|---|
$b |
Object | |
$b.id |
string | |
$b.ownerId |
string | |
$b.entry |
T | |
$b.computeLock |
ComputationLock |
Members
AssetHash :string
- Source:
Asset hash.
Setting a new value will override OwnerId.
Type:
- string
ComputeLock :ComputationLock
- Source:
Computation Lock.
Type:
Entry :T
- Source:
Entry.
Type:
- T
Id :string
- Source:
Asset ID.
Type:
- string
OwnerId :string
- Source:
Owner ID - Hash.
Type:
- string