# Functions

Decode decodes a psbt hex/base64 byte into a psbt.Packet encoding is optional, default is EncodingHex.
DecodeString decodes a psbt hex/base64 string into a psbt.Packet encoding is optional, default is EncodingHex.
EncodeToString encodes a psbt.Packet into a psbt hex/base64 string encoding is optional, default is EncodingHex.
No description provided by the author
No description provided by the author
No description provided by the author
TxFee returns satoshis fee of a transaction given the fee rate (sat/vB) and the number of inputs and outputs.

# Constants

default psbt encoding is hex.
No description provided by the author
No description provided by the author

# Type aliases

No description provided by the author