Versions in this module Expand all Collapse all v3 v3.1.0 Apr 27, 2023 v3.0.0 Jul 15, 2022 Changes in this version + func Decode(source []byte) (*big.Int, error) + func DecodeHex(source string) (*big.Int, error) + func DecodeSigned(source []byte) (*big.Int, error) + func DecodeSignedHex(source string) (*big.Int, error) + func Encode(value *big.Int) ([]byte, error) + func EncodeSigned(value *big.Int) []byte + func EncodeSignedToHex(value *big.Int) string + func EncodeToHex(value *big.Int) (string, error) + func ReadNext(byteStream []byte) (*big.Int, int, error) + func ReadNextSigned(byteStream []byte) (*big.Int, int, error) Other modules containing this package github.com/anchorageoss/tezosprotocol github.com/anchorageoss/tezosprotocol/v2