Documentation ¶
Index ¶
- func DecodeAddress(b []byte) (address.Address, bool, error)
- func DecodeAgentID(b []byte) (coretypes.AgentID, bool, error)
- func DecodeChainID(b []byte) (coretypes.ChainID, bool, error)
- func DecodeColor(b []byte) (balance.Color, bool, error)
- func DecodeContractID(b []byte) (coretypes.ContractID, bool, error)
- func DecodeHashValue(b []byte) (hashing.HashValue, bool, error)
- func DecodeHname(b []byte) (coretypes.Hname, bool, error)
- func DecodeInt64(b []byte) (int64, bool, error)
- func DecodeString(b []byte) (string, bool, error)
- func Encode(v interface{}) []byte
- func EncodeAddress(value address.Address) []byte
- func EncodeAgentID(value coretypes.AgentID) []byte
- func EncodeChainID(value coretypes.ChainID) []byte
- func EncodeColor(value balance.Color) []byte
- func EncodeContractID(value coretypes.ContractID) []byte
- func EncodeHashValue(value hashing.HashValue) []byte
- func EncodeHname(value coretypes.Hname) []byte
- func EncodeInt64(value int64) []byte
- func EncodeString(value string) []byte
- func MakeDict(vars map[string]interface{}) dict.Dict
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DecodeContractID ¶
func DecodeContractID(b []byte) (coretypes.ContractID, bool, error)
func EncodeAddress ¶
func EncodeAgentID ¶
func EncodeChainID ¶
func EncodeColor ¶
func EncodeContractID ¶
func EncodeContractID(value coretypes.ContractID) []byte
func EncodeHashValue ¶
func EncodeHname ¶
func EncodeInt64 ¶
func EncodeString ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.