Documentation ¶
Index ¶
- func Clear(key []byte)
- func ReadBigInt(key []byte) *big.Int
- func ReadBool(key []byte) bool
- func ReadBytes(key []byte) []byte
- func ReadBytes20(key []byte) (out [20]byte)
- func ReadBytes32(key []byte) (out [32]byte)
- func ReadString(key []byte) string
- func ReadUint32(key []byte) uint32
- func ReadUint64(key []byte) uint64
- func WriteBigInt(key []byte, value *big.Int)
- func WriteBool(key []byte, value bool)
- func WriteBytes(key []byte, value []byte)
- func WriteBytes20(key []byte, value [20]byte)
- func WriteBytes32(key []byte, value [32]byte)
- func WriteString(key []byte, value string)
- func WriteUint32(key []byte, value uint32)
- func WriteUint64(key []byte, value uint64)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ReadBigInt ¶ added in v1.4.0
func ReadBytes20 ¶ added in v1.3.0
func ReadBytes32 ¶ added in v1.3.0
func ReadString ¶
func ReadUint32 ¶
func ReadUint64 ¶
func WriteBigInt ¶ added in v1.4.0
func WriteBytes ¶
func WriteBytes20 ¶ added in v1.3.0
func WriteBytes32 ¶ added in v1.3.0
func WriteString ¶
func WriteUint32 ¶
func WriteUint64 ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.