package
0.1.6
Repository: https://github.com/aximchain/flash-node.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Fixed8DecodeString parses s which must be a fixed point number with precision up to 10^-8.
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
NewFixed8 returns a new Fixed8 with the supplied int multiplied by 10^8.
No description provided by the author
No description provided by the author
No description provided by the author
timestamp is from time.Unix().

# Constants

No description provided by the author

# Variables

Fixed8Decimals represents 10^precision (100000000), a value of 1 in Fixed8 format.
No description provided by the author

# Structs

FixedSizeRing is well-designed for the scenario that we always push elements back and never pop elements If the ring is full, the newly pushed elements will override the oldest elements.

# Type aliases

Fixed8 represents a fixed-point number with precision 10^-8.