GenesisObjectInterface
interface GenesisObjectInterface
An object part of the initial chain state
GenesisObject's are included as a part of genesis, the initial checkpoint/transaction, that initializes the state of the blockchain.
BCS
The BCS serialized form for this type is defined by the following ABNF:
genesis-object = %d00 object-data owner ; RawObject
Inheritors
| GenesisObject |
Functions
| Name | Summary |
|---|---|
| data | abstract fun data(): ObjectData |
| objectId | abstract fun objectId(): ObjectId |
| objectType | abstract fun objectType(): ObjectType |
| owner | abstract fun owner(): Owner |
| version | abstract fun version(): Version |