Documentation
¶
Overview ¶
Package tx provides functions handling transactions
- Generate generates a new signed transaction from an input
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type In ¶
type In struct {
TxID string `json:"txid"`
Vout uint32 `json:"vout"`
ScriptPubKey string `json:"scriptpubkey"`
}
In contains necessary info to establish transaction message's TxIn items.
Click to show internal directories.
Click to hide internal directories.