Versions in this module Expand all Collapse all v0 v0.0.1 Oct 8, 2022 Changes in this version + type ExprReconstructor struct + func (er *ExprReconstructor) Reconstruct(value []byte, hint ExprReconstructorHint) string + func (er *ExprReconstructor) ReconstructFromBigInt(value *big.Int) string + func (er *ExprReconstructor) ReconstructFromUint64(value uint64) string + type ExprReconstructorHint uint64 + const AddressHint + const CodeHint + const NoHint + const NumberHint + const StrHint