lbcwallet/wallet
Roy Lee 202374ebd8 [lbry] fork from btcsuite to lbryio
1. btcd -> lbcd
2. btcwallet -> lbcallet
3. btcutil -> lbcutil
2022-05-24 10:31:06 -07:00
..
txauthor [lbry] fork from btcsuite to lbryio 2022-05-24 10:31:06 -07:00
txrules [lbry] fork from btcsuite to lbryio 2022-05-24 10:31:06 -07:00
txsizes [lbry] fork from btcsuite to lbryio 2022-05-24 10:31:06 -07:00
chainntfns.go [lbry] fork from btcsuite to lbryio 2022-05-24 10:31:06 -07:00
chainntfns_test.go [lbry] fork from btcsuite to lbryio 2022-05-24 10:31:06 -07:00
common.go [lbry] fork from btcsuite to lbryio 2022-05-24 10:31:06 -07:00
createtx.go [lbry] fork from btcsuite to lbryio 2022-05-24 10:31:06 -07:00
createtx_test.go [lbry] fork from btcsuite to lbryio 2022-05-24 10:31:06 -07:00
disksync.go Use LICENSE file and short license headers. 2016-02-28 22:22:34 -05:00
doc.go Use LICENSE file and short license headers. 2016-02-28 22:22:34 -05:00
example_test.go [lbry] fork from btcsuite to lbryio 2022-05-24 10:31:06 -07:00
history.go [lbry] fork from btcsuite to lbryio 2022-05-24 10:31:06 -07:00
import.go [lbry] fork from btcsuite to lbryio 2022-05-24 10:31:06 -07:00
import_test.go [lbry] fork from btcsuite to lbryio 2022-05-24 10:31:06 -07:00
loader.go [lbry] fork from btcsuite to lbryio 2022-05-24 10:31:06 -07:00
log.go [lbry] fork from btcsuite to lbryio 2022-05-24 10:31:06 -07:00
mock.go [lbry] fork from btcsuite to lbryio 2022-05-24 10:31:06 -07:00
multisig.go [lbry] fork from btcsuite to lbryio 2022-05-24 10:31:06 -07:00
notifications.go [lbry] fork from btcsuite to lbryio 2022-05-24 10:31:06 -07:00
psbt.go [lbry] fork from btcsuite to lbryio 2022-05-24 10:31:06 -07:00
psbt_test.go [lbry] fork from btcsuite to lbryio 2022-05-24 10:31:06 -07:00
rand.go wallet: add random coin selection 2021-05-19 08:34:55 +02:00
README.md [lbry] fork from btcsuite to lbryio 2022-05-24 10:31:06 -07:00
recovery.go [lbry] fork from btcsuite to lbryio 2022-05-24 10:31:06 -07:00
recovery_test.go [lbry] fork from btcsuite to lbryio 2022-05-24 10:31:06 -07:00
rescan.go [lbry] fork from btcsuite to lbryio 2022-05-24 10:31:06 -07:00
signer.go [lbry] fork from btcsuite to lbryio 2022-05-24 10:31:06 -07:00
signer_test.go [lbry] fork from btcsuite to lbryio 2022-05-24 10:31:06 -07:00
unstable.go [lbry] fork from btcsuite to lbryio 2022-05-24 10:31:06 -07:00
utxos.go [lbry] fork from btcsuite to lbryio 2022-05-24 10:31:06 -07:00
utxos_test.go [lbry] fork from btcsuite to lbryio 2022-05-24 10:31:06 -07:00
wallet.go [lbry] fork from btcsuite to lbryio 2022-05-24 10:31:06 -07:00
wallet_test.go [lbry] fork from btcsuite to lbryio 2022-05-24 10:31:06 -07:00
watchingonly_test.go [lbry] fork from btcsuite to lbryio 2022-05-24 10:31:06 -07:00

wallet

[Build Status] (https://travis-ci.org/lbryio/lbcwallet)

Feature Overview

TODO: Flesh out this section

Documentation

[GoDoc] (http://godoc.org/github.com/lbryio/lbcwallet/wallet)

Full go doc style documentation for the project can be viewed online without installing this package by using the GoDoc site here: http://godoc.org/github.com/lbryio/lbcwallet/wallet

You can also view the documentation locally once the package is installed with the godoc tool by running godoc -http=":6060" and pointing your browser to http://localhost:6060/pkg/github.com/lbryio/lbcwallet/wallet

Installation

$ go get github.com/lbryio/lbcwallet/wallet

Package wallet is licensed under the copyfree ISC License.