package
1.9.25
Repository: https://github.com/p9c/pod.git
Documentation: pkg.go.dev

# Functions

NewAddress creates a Hash.
NewHash creates a Hash.
NewListTransactionsResult creates a btcjson.ListTransactionsResult.
NewTime creates a Time.

# Structs

Address is an atomic wrapper around util.Address.
import all the atomics from uber atomic.
import all the atomics from uber atomic.
import all the atomics from uber atomic.
Hash is an atomic wrapper around chainhash.Hash Note that there isn't really any reason to have CAS or arithmetic or comparisons as it is fine to do these non-atomically between Load / Store and they are (slightly) long operations).
import all the atomics from uber atomic.
import all the atomics from uber atomic.
ListTransactionsResult is an atomic wrapper around []btcjson.ListTransactionsResult.
Time is an atomic wrapper around time.Time https://godoc.org/time#Time.
import all the atomics from uber atomic.
import all the atomics from uber atomic.
import all the atomics from uber atomic.