Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StorageItem ¶
type StorageItem struct {
Value []byte
}
StorageItem value to store on blockchain
func (*StorageItem) Deserialize ¶
func (si *StorageItem) Deserialize(reader *io.BinaryReader)
Deserialize deserialize from byte array
func (*StorageItem) Serialize ¶
func (si *StorageItem) Serialize(writer *io.BinaryWriter)
Serialize serialize to byte array
type StorageKey ¶
StorageKey used to store StorageItem on blockchain
func (*StorageKey) Deserialize ¶
func (sk *StorageKey) Deserialize(br *io.BinaryReader)
Deserialize deserialize from byte array
func (*StorageKey) Serialize ¶
func (sk *StorageKey) Serialize(writer *io.BinaryWriter)
Serialize serialize to byte array
Click to show internal directories.
Click to hide internal directories.