package
0.0.0-20191201205449-f379a713d0c2
Repository: https://github.com/rjected/lit.git
Documentation: pkg.go.dev

# Functions

ExtractFromTx returns a portxo from a tx and index.
KeyGenFromBytes turns a 53 byte array into a key derivation path.
No description provided by the author
PrivKeyAddBytes adds bytes to a private key.
No description provided by the author

# Constants

Constants defining txo modes.
Flags which combined can turn into full utxo modes.
Constants defining txo modes.
Constants defining txo modes.
Constants defining txo modes.
Constants defining txo modes.
Constants defining txo modes.
pub key hash outputs, standard p2pkh (common).
fully specified tx output modes raw pubkey outputs (old school).
Constants defining txo modes.
script hash.
Constants defining txo modes.
witness p2wpkh modes.
Constants defining txo modes.
witness script hash.
unknown.

# Structs

KeyGen describes how to get to the key from the master / seed.
PorTxo specify a utxo, and all the information needed to spend it.

# Type aliases

KeyGenSortableSlice is a sortable slice of keygens.
No description provided by the author
txoSliceByAmt is a sortable txo slice.
txoSliceByBip69 is a sortable txo slice - same algo as txsort / BIP69.