package
1.1.3-rc.5
Repository: https://github.com/fantom-foundation/go-opera.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Package memory provides a single method reporting total system memory accessible to the kernel.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Functions

BigTo256 converts big number to 32 bytes array.
No description provided by the author
No description provided by the author
No description provided by the author
I64to256 converts int64 to 32 bytes array.
NameOf returns human readable string representation.
No description provided by the author
No description provided by the author
No description provided by the author
ToFtm number of FTM to Wei.
U64to256 converts uint64 to 32 bytes array.
U64toBig converts uint64 to big number.
WeightedPermutation builds weighted random permutation Returns first {size} entries of {weights} permutation.

# Structs

No description provided by the author
SpinLock implements a simple atomic spin lock, the zero value for a SpinLock is an unlocked spinlock.

# Type aliases

PrettyDuration is a combination of common.PrettyDuration and common.PrettyAge It is a pretty printed version of a time.Duration value that rounds the values up to a single most significant unit, while showing the least significant part if duration isn't too large.