package
0.0.3
Repository: https://github.com/bittap-protocol/lnd.git
Documentation: pkg.go.dev

# Functions

NewFailedUpdateFromProto creates a display from the FailedUpdate proto.
NewOutPointFromProto formats the lnrpc.OutPoint into an OutPoint for display.
NewPendingSweepFromProto converts the walletrpc.PendingSweep proto type into its corresponding CLI-friendly type.
NewProtoOutPoint parses an OutPoint into its corresponding lnrpc.OutPoint type.
NewUtxoFromProto creates a display Utxo from the Utxo proto.

# Constants

ESC is the ASCII code for escape character.

# Structs

No description provided by the author
FailedUpdate displays information about a failed update, including its address, reason and update error.
PendingSweep is a CLI-friendly type of the walletrpc.PendingSweep proto.
Utxo displays information about an unspent output, including its address, amount, pkscript, and confirmations.

# Type aliases

OutPoint displays an outpoint string in the form "<txid>:<output-index>".