README.md raw

wtxmgr ======

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

Package wtxmgr provides storage and spend tracking of wallet transactions and their relevant input and outputs.

Feature overview

- Utilizes similar prefixes to allow cursor iteration over relevant transaction inputs and outputs - Programmatically detectable errors, including encapsulation of errors from packages it relies on - Operates under its own walletdb namespace

Documentation

![GoDoc] (http://godoc.org/github.com/p9c/p9/walletmain/wtxmgr)

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/p9c/p9/walletmain/wtxmgr

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/p9c/p9/walletmain/wtxmgr

Installation

$ go get github.com/p9c/p9/walletmain/wtxmgr

Package wtxmgr is licensed under the copyfree ISC License.