# Functions
CountPrecision counts float numbers precision From integer in format like 1 (one) with some amount of zeroes It uses math.Log10 to count the number of digits It is used for formatting (satoshi -> btc, cent -> dollar) See BTC.String and USD.String for example of usage.
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
# Constants
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
# Variables
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
# Interfaces
go:generate moq -out "../../../tests/bitcoin_repository.gen.go" -pkg tests .