Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenRawStorageItem ¶ added in v1.5.1
func GetValueFromRawStorageItem ¶ added in v1.5.1
Types ¶
type BookkeeperState ¶
type BookkeeperState struct { StateBase CurrBookkeeper []keypair.PublicKey NextBookkeeper []keypair.PublicKey }
func (*BookkeeperState) Deserialize ¶
func (this *BookkeeperState) Deserialize(r io.Reader) error
func (*BookkeeperState) ToArray ¶
func (v *BookkeeperState) ToArray() []byte
type StateValue ¶
type StorageItem ¶
func (*StorageItem) Deserialize ¶
func (this *StorageItem) Deserialize(r io.Reader) error
func (*StorageItem) ToArray ¶
func (storageItem *StorageItem) ToArray() []byte
type StorageKey ¶
func (*StorageKey) Deserialize ¶
func (this *StorageKey) Deserialize(r io.Reader) error
func (*StorageKey) ToArray ¶
func (this *StorageKey) ToArray() []byte
type ValidatorState ¶
func (*ValidatorState) Deserialize ¶
func (this *ValidatorState) Deserialize(r io.Reader) error
Click to show internal directories.
Click to hide internal directories.