# Functions
BertHash returns hash of bert encode interface.
BytesAddOne returns added one of bytes.
BytesToBigInt returns big int of givin byte.
BytesToInt returns int of givin byte.
BytesToInt64 returns int64 of givin byte.
CreateAddress creates an ethereum address given the bytes and the nonce.
Decode decode bytes.
No description provided by the author
DecodeBytesToBigInt returns big.Int of given bytes.
DecodeBytesToInt returns int of given bytes.
DecodeBytesToUint returns int of given bytes.
DecodeForce decode bytes.
DecodeInt64ToBytes returns bytes of the given int.
DecodeIntToBytes returns bytes of the given int.
DecodeString decode string to bytes.
No description provided by the author
DecodeStringToIntForce decode string to int.
DecodeUintToBytes returns bytes of the given uint64.
DefaultDBPath returns default file path to diode private database.
EmptyBytes returns empty bytes for the given length.
EncodeForce encode bytes.
EncodeToString encode bytes to string.
No description provided by the author
No description provided by the author
Int64ToBytes returns byte of givin int64.
IntToBytes returns byte of givin int.
IsAddress returns given bytes is address (0x prefixed).
IsHex returns given bytes is hex (0x prefixed).
IsHexNumber returns given bytes is hex number (0X prefixed).
IsPort returns whether given integer is valid port.
IsBNS returns whether given string is a valid bns.
PaddingBytesPrefix added bytes before the given source.
PaddingBytesSuffix added bytes after the given source.
PubkeyToAddress returns diode address.
RLPHash returns hash of rlp encode interface.
SplitBytesByN returns split bytes.
StringsContain returns true if string slice contain the pivot.
ToString converts a value in wei to a string with two decimals.
ToWei transform value to wei.