Versions in this module Expand all Collapse all v0 v0.0.2 Oct 31, 2023 v0.0.1 Oct 30, 2023 Changes in this version + type DelegationData struct + Address string + Value *big.Int + func (dd *DelegationData) AddressBytes() []byte + func (dd *DelegationData) Clone() *DelegationData + func (dd *DelegationData) GetAddress() string + func (dd *DelegationData) GetValue() *big.Int + func (dd *DelegationData) IsInterfaceNil() bool + func (dd *DelegationData) MarshalJSON() ([]byte, error) + func (dd *DelegationData) SetAddressBytes(address []byte) + func (dd *DelegationData) UnmarshalJSON(data []byte) error + type InitialAccount struct + Address string + Balance *big.Int + Delegation *DelegationData + StakingValue *big.Int + Supply *big.Int + func (ia *InitialAccount) AddressBytes() []byte + func (ia *InitialAccount) Clone() genesis.InitialAccountHandler + func (ia *InitialAccount) GetAddress() string + func (ia *InitialAccount) GetBalanceValue() *big.Int + func (ia *InitialAccount) GetDelegationHandler() genesis.DelegationDataHandler + func (ia *InitialAccount) GetStakingValue() *big.Int + func (ia *InitialAccount) GetSupply() *big.Int + func (ia *InitialAccount) IsInterfaceNil() bool + func (ia *InitialAccount) MarshalJSON() ([]byte, error) + func (ia *InitialAccount) SetAddressBytes(address []byte) + func (ia *InitialAccount) UnmarshalJSON(data []byte) error + type InitialSmartContract struct + Filename string + InitParameters string + Owner string + Type string + Version string + VmType string + func (isc *InitialSmartContract) AddAddress(address string) + func (isc *InitialSmartContract) AddAddressBytes(addressBytes []byte) + func (isc *InitialSmartContract) Addresses() []string + func (isc *InitialSmartContract) AddressesBytes() [][]byte + func (isc *InitialSmartContract) GetFilename() string + func (isc *InitialSmartContract) GetInitParameters() string + func (isc *InitialSmartContract) GetOwner() string + func (isc *InitialSmartContract) GetType() string + func (isc *InitialSmartContract) GetVersion() string + func (isc *InitialSmartContract) GetVmType() string + func (isc *InitialSmartContract) IsInterfaceNil() bool + func (isc *InitialSmartContract) OwnerBytes() []byte + func (isc *InitialSmartContract) SetOwnerBytes(owner []byte) + func (isc *InitialSmartContract) SetVmTypeBytes(vmType []byte) + func (isc *InitialSmartContract) VmTypeBytes() []byte