Versions in this module Expand all Collapse all v1 v1.1.1 Dec 18, 2024 Changes in this version + const Version + var Codec = blocks.GenesisCodec + func SetDepositOfferID(offer *deposit.Offer) error + type AddressState struct + Address ids.ShortID + State as.AddressState + type Block struct + Deposits []*txs.Tx + Timestamp uint64 + UnlockedUTXOsTxs []*txs.Tx + Validators []*txs.Tx + func (b *Block) Init() error + func (b *Block) Less(b1 *Block) bool + func (b *Block) Time() time.Time + func (b *Block) Txs() []*txs.Tx + type Camino struct + AddressStates []AddressState + Blocks []*Block + ConsortiumMembersNodeIDs []ConsortiumMemberNodeID + DepositOffers []*deposit.Offer + InitialAdmin ids.ShortID + LockModeBondDeposit bool + MultisigAliases []*multisig.Alias + VerifyNodeSignature bool + func (c *Camino) Init() error + type ConsortiumMemberNodeID struct + ConsortiumMemberAddress ids.ShortID + NodeID ids.NodeID + type Genesis struct + Camino Camino + Chains []*txs.Tx + InitialSupply uint64 + Message string + Timestamp uint64 + UTXOs []*UTXO + Validators []*txs.Tx + func Parse(genesisBytes []byte) (*Genesis, error) + type State struct + Camino Camino + Chains []*txs.Tx + InitialSupply uint64 + Timestamp uint64 + UTXOs []*avax.UTXO + Validators []*txs.Tx + func ParseState(genesisBytes []byte) (*State, error) + type UTXO struct + Message []byte