package
1.0.3-rc3
Repository: https://github.com/axis-cash/go-axis.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
Package bitutil implements fast bitwise operations.
Package compiler wraps the Solidity and Vyper compiler executables (solc; vyper).
No description provided by the author
Package hexutil implements hex encoding with 0x prefix.
Package math provides integer math utilities.
Package mclock is a wrapper for a monotonic clock source.

# Functions

AbsolutePath returns datadir + filename, or filename if it is absolute.
No description provided by the author
BigToAddress returns Data with byte values of b.
No description provided by the author
BigToHash sets byte representation of b to hash.
Bytes2Hex returns the hexadecimal encoding of d.
No description provided by the author
BytesToAddress returns Data with value b.
No description provided by the author
BytesToHash sets b to hash.
No description provided by the author
CopyBytes returns an exact copy of the provided bytes.
FileExist checks if a file exists at filePath.
FromHex returns the bytes represented by the hexadecimal string s.
No description provided by the author
Hex2Bytes returns the bytes represented by the hexadecimal string str.
Hex2BytesFixed returns bytes of a specified fixed length flen.
HexToHash sets byte representation of s to hash.
No description provided by the author
No description provided by the author
LeftPadBytes zero-pads slice to the left up to length l.
LoadJSON reads the given file and unmarshals its content.
MakeName creates a node name that follows the ethereum convention for such names.
PrintDepricationWarning prinst the given string in a box using fmt.Println.
Report gives off a warning requesting the user to submit an issue to the github tracker.
RightPadBytes zero-pads slice to the right up to length l.
ToHex returns the hex representation of b, prefixed with '0x'.

# Constants

AddressLength is the expected length of the adddress.
HashLength is the expected length of the hash.

# Variables

Common big integers often used.
Common big integers often used.
Common big integers often used.
Common big integers often used.
Common big integers often used.
Common big integers often used.
Common big integers often used.

# Type aliases

Data represents the 64 byte Data of an Ethereum account.
No description provided by the author
No description provided by the author
Hash represents the 32 byte Keccak256 hash of arbitrary data.
PrettyDuration is a pretty printed version of a time.Duration value that cuts the unnecessary precision off from the formatted textual representation.
StorageSize is a wrapper around a float value that supports user friendly formatting.
UnprefixedAddress allows marshaling an Data without 0x prefix.
UnprefixedHash allows marshaling a Hash without 0x prefix.