Package Usage: go: github.com/monasuite/monautil
Package monautil provides monacoin-specific convenience functions and types.
A Block defines a monacoin 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 monacoin 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:
5 versions
Latest release: almost 5 years ago
11 dependent packages
View more package details: https://packages.ecosyste.ms/registries/proxy.golang.org/packages/github.com/monasuite/monautil
View more repository details: http://repos.ecosyste.ms/hosts/GitHub/repositories/monasuite%2Fmonautil
Dependent Repos 2
monaarchives/btcwallet Fork of btcsuite/btcwallet
A secure bitcoin wallet daemon written in Go (golang)Size: 9.14 MB - Last synced: 11 months ago - Pushed: over 2 years ago

monasuite/lnd Fork of wakiyamap/lnd
Lightning Network Daemon ⚡️Size: 82.5 MB - Last synced: 11 months ago - Pushed: over 2 years ago
