TransactionLabel¶
Purpose¶
Specifies which keys a transaction execution may/will read/write.
Structure¶
Field | Type | Description |
---|---|---|
read |
ReadLabel | the keys a transaction may or must read from |
write |
WriteLabel | the keys a transaction may or must write to |