Documentation
¶
Index ¶
- type Conn
- func (conn *Conn) FundRawTransaction(tx *wire.MsgTx) (fundedTx *wire.MsgTx, err error)
- func (conn *Conn) FundTransaction(tx *wire.MsgTx, addresses []btcutil.Address) (fundedTx *wire.MsgTx, inputs []btcjson.RawTxInput, err error)
- func (conn *Conn) PromptPublishTx(tx *wire.MsgTx, name string) (*chainhash.Hash, error)
- func (conn *Conn) Shutdown()
- func (conn *Conn) SignTransaction(tx *wire.MsgTx) (*wire.MsgTx, bool, error)
- func (conn *Conn) WaitForConfirmations(txHash *chainhash.Hash, requiredConfirmations int64) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Conn ¶
func ConnectWithParams ¶
func (*Conn) FundRawTransaction ¶
func (*Conn) FundTransaction ¶
func (*Conn) PromptPublishTx ¶
func (*Conn) SignTransaction ¶
TODO: Implement Sign Transaction logic here so that we do not have to import the privatekey onto the bitcoin node and people can submit signed transactions to arbitrary nodes.
Click to show internal directories.
Click to hide internal directories.