Documentation
¶
Index ¶
- Constants
- func ConvStrToBigInt(s string) (*big.Int, error)
- func ConvStrToEthAddress(s string) (gethcommon.Address, error)
- func ConvStrToUint32(s string) (uint32, error)
- func ConvStrToUint64(s string) (uint64, error)
- func ConvStrToUint8(s string) (uint8, error)
- func ConvStrsToUint8List(s string) []uint8
- func ConvUint64ToBigInt(i uint64) *big.Int
Constants ¶
View Source
const (
ZeroAddrStr = "0x0000000000000000000000000000000000000000"
)
Variables ¶
This section is empty.
Functions ¶
func ConvStrToEthAddress ¶
func ConvStrToEthAddress(s string) (gethcommon.Address, error)
func ConvStrToUint32 ¶
func ConvStrToUint64 ¶
func ConvStrToUint8 ¶
func ConvStrsToUint8List ¶
func ConvUint64ToBigInt ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.