Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrDecodeHex indicates the transaction hex could not be decoded. ErrDecodeHex = errors.New("failed to decode hex") // ErrMsgTxDeserialize indicates that the parser could not process the // serialized hex to wire.MsgTx. ErrMsgTxDeserialize = errors.New("failed to deserialize to MsgTx") )
Functions ¶
func DecodeMsgTx ¶
func DecodeRawTransaction ¶
func ParseVerboseTransaction ¶
func ParseVerboseTransaction(txRaw *btcjson.TxRawResult) *types.Transaction
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.