package
2.14.0
Repository: https://github.com/vitelabs/go-vite.git
Documentation: pkg.go.dev

# Functions

Decode decodes a hex string with 0x prefix.
DecodeBig decodes a hex string with 0x prefix as chain quantity.
DecodeUint64 decodes a hex string with 0x prefix as chain quantity.
Encode encodes b as a hex string with 0x prefix.
EncodeBig encodes bigint as a hex string with 0x prefix.
EncodeUint64 encodes i as a hex string with 0x prefix.
MustDecode decodes a hex string with 0x prefix.
MustDecodeBig decodes a hex string with 0x prefix as chain quantity.
MustDecodeUint64 decodes a hex string with 0x prefix as chain quantity.
UnmarshalFixedJSON decodes the input as chain string with 0x prefix.
UnmarshalFixedText decodes the input as chain string with 0x prefix.
UnmarshalFixedUnprefixedText decodes the input as chain string with optional 0x prefix.

# Variables

# Type aliases

Big marshals/unmarshals as chain JSON string with 0x prefix.
Bytes marshals/unmarshals as chain JSON string with 0x prefix.
Uint marshals/unmarshals as chain JSON string with 0x prefix.
Uint64 marshals/unmarshals as chain JSON string with 0x prefix.