Skip to main content

IGenesisObject

Namespace: IotaSdk

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
public interface IGenesisObject : System.IEquatable`1[[IotaSdk.GenesisObject, IotaSdk, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]

Implements IEquatable<GenesisObject>
Attributes NullableContextAttribute

Methods

Data()

ObjectData Data()

Returns

ObjectData

ObjectId()

ObjectId ObjectId()

Returns

ObjectId

ObjectType()

ObjectType ObjectType()

Returns

ObjectType

Owner()

Owner Owner()

Returns

Owner

Version()

Version Version()

Returns

Version