proxy.golang.org : github.com/lbryio/lbcutil : v1.0.202-rc2
Package lbcutil provides bitcoin-specific convenience functions and types. A Block defines a bitcoin block that provides easier and more efficient manipulation of raw wire protocol blocks. It also memoizes hashes for the block and its transactions on their first access so subsequent accesses don't have to repeat the relatively expensive hashing operations. A Tx defines a bitcoin transaction that provides more efficient manipulation of raw wire protocol transactions. It memoizes the hash for the transaction on its first access so subsequent accesses don't have to repeat the relatively expensive hashing operations. The Address interface provides an abstraction for a Bitcoin address. While the most common type is a pay-to-pubkey-hash, Bitcoin already supports others and may well support more in the future. This package currently provides implementations for the pay-to-pubkey, pay-to-pubkey-hash, and pay-to-script-hash address types. To decode/encode an address:
Registry -
Documentation -
Download -
JSON -
codemeta.json
purl: pkg:golang/github.com/lbryio/lbcutil@v1.0.202-rc2
Published:
Indexed:
- github.com/DataDog/zstd v1.4.5
- github.com/aead/siphash v1.0.1
- github.com/btcsuite/btclog v0.0.0-20170628155309-84c8d2346e9f
- github.com/cespare/xxhash/v2 v2.1.1
- github.com/cockroachdb/errors v1.8.1
- github.com/cockroachdb/logtags v0.0.0-20190617123548-eb05cc24525f
- github.com/cockroachdb/pebble v0.0.0-20210525181856-e45797baeb78
- github.com/cockroachdb/redact v1.0.8
- github.com/cockroachdb/sentry-go v0.6.1-cockroachdb.2
- github.com/davecgh/go-spew v1.1.1
- github.com/gogo/protobuf v1.3.1
- github.com/golang/snappy v0.0.2-0.20190904063534-ff6b7dc882cf
- github.com/kkdai/bstream v1.0.0
- github.com/klauspost/compress v1.11.7
- github.com/kr/pretty v0.1.0
- github.com/kr/text v0.1.0
- github.com/lbryio/lbcd v0.22.101-beta
- github.com/pkg/errors v0.9.1
- golang.org/x/crypto v0.0.0-20211209193657-4570a0811e8b
- golang.org/x/exp v0.0.0-20200513190911-00229845015e
- golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c
- golang.org/x/text v0.3.6