Registry / crypto / btcsuite-btcwallet-wallet-txauthor

btcsuite-btcwallet-wallet-txauthor

JSON →
library1.3.5gogounverified

Provides transaction creation code for Bitcoin wallets, part of the btcwallet project.

go get github.com/btcsuite/btcwallet/wallet/txauthor
INSTALL
IMPORT
SIG · BTCSUITE-BTCWALLET
B
btcsuite-btcwallet-wallet-txauthor
cryptogov1.3.5
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.

txauthor
github.com/btcsuite/btcwallet/wallet/txauthor

Creates a new unsigned transaction author.

package main import ( "fmt" "github.com/btcsuite/btcwallet/wallet/txauthor" ) func main() { // Example usage: create a new transaction author author := txauthor.NewUnsignedTransaction(nil, nil, nil, nil, nil) fmt.Println(author) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
12
Amazon
1
Resources
btcsuite-btcwallet-wallet-txauthor — go get btcsuite-btcwallet-wallet-txauthor · libregistry