Documentation ¶
Index ¶
- Variables
- func Atoi(ic *interop.Context) error
- func DecodeBase58(ic *interop.Context) error
- func DecodeBase64(ic *interop.Context) error
- func Deserialize(ic *interop.Context) error
- func EncodeBase58(ic *interop.Context) error
- func EncodeBase64(ic *interop.Context) error
- func Itoa(ic *interop.Context) error
- func Serialize(ic *interop.Context) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrInvalidBase is returned when base is invalid. ErrInvalidBase = errors.New("invalid base") // ErrInvalidFormat is returned when string is not a number. ErrInvalidFormat = errors.New("invalid format") )
Functions ¶
func DecodeBase58 ¶
DecodeBase58 decodes top stack item from base58 string to byte array.
func DecodeBase64 ¶
DecodeBase64 decodes top stack item from base64 string to byte array.
func Deserialize ¶
Deserialize deserializes ByteArray from a stack into an item.
func EncodeBase58 ¶
EncodeBase58 encodes top stack item into a base58 string.
func EncodeBase64 ¶
EncodeBase64 encodes top stack item into a base64 string.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.