muun-recovery/vendor/github.com/btcsuite/btcwallet/wallet
Manu Herrera 8107c4478b Release v0.3.0 2020-11-09 10:05:29 -03:00
..
txauthor Release v0.3.0 2020-11-09 10:05:29 -03:00
txrules Release v0.3.0 2020-11-09 10:05:29 -03:00
txsizes Release v0.3.0 2020-11-09 10:05:29 -03:00
README.md Release v0.3.0 2020-11-09 10:05:29 -03:00
chainntfns.go Release v0.3.0 2020-11-09 10:05:29 -03:00
common.go Release v0.3.0 2020-11-09 10:05:29 -03:00
createtx.go Release v0.3.0 2020-11-09 10:05:29 -03:00
disksync.go Release v0.3.0 2020-11-09 10:05:29 -03:00
doc.go Release v0.3.0 2020-11-09 10:05:29 -03:00
loader.go Release v0.3.0 2020-11-09 10:05:29 -03:00
log.go Release v0.3.0 2020-11-09 10:05:29 -03:00
mock.go Release v0.3.0 2020-11-09 10:05:29 -03:00
multisig.go Release v0.3.0 2020-11-09 10:05:29 -03:00
notifications.go Release v0.3.0 2020-11-09 10:05:29 -03:00
recovery.go Release v0.3.0 2020-11-09 10:05:29 -03:00
rescan.go Release v0.3.0 2020-11-09 10:05:29 -03:00
unstable.go Release v0.3.0 2020-11-09 10:05:29 -03:00
utxos.go Release v0.3.0 2020-11-09 10:05:29 -03:00
wallet.go Release v0.3.0 2020-11-09 10:05:29 -03:00

README.md

wallet

[Build Status] (https://travis-ci.org/btcsuite/btcwallet)

Feature Overview

TODO: Flesh out this section

Documentation

[GoDoc] (http://godoc.org/github.com/btcsuite/btcwallet/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/btcsuite/btcwallet/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/btcsuite/btcwallet/wallet

Installation

$ go get github.com/btcsuite/btcwallet/wallet

Package wallet is licensed under the copyfree ISC License.