Registry / crypto / btcsuite-btcwallet-wallet-txrules

btcsuite-btcwallet-wallet-txrules

JSON →
library1.2.2gogounverified

Package txrules provides transaction rules for wide mempool acceptance and quick mining.

go get github.com/btcsuite/btcwallet/wallet/txrules
INSTALL
IMPORT
SIG · BTCSUITE-BTCWALLET
B
btcsuite-btcwallet-wallet-txrules
cryptogov1.2.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

txrules
github.com/btcsuite/btcwallet/wallet/txrules

Checks if a Bitcoin transaction output is considered dust.

package main import ( "github.com/btcsuite/btcwallet/wallet/txrules" ) func main() { // Example: check if a transaction output is dust isDust := txrules.IsDustOutput(nil, 1000) _ = isDust }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.2.2latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
10
Resources
btcsuite-btcwallet-wallet-txrules — go get btcsuite-btcwallet-wallet-txrules · libregistry