Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Application ¶
type Application interface { MasterKey( words []string, ) (*hdkeychain.ExtendedKey, error) // generate a bitcoin master key Transact( masterKey *hdkeychain.ExtendedKey, utxoHash string, utxoIndex uint32, toAddress string, amountInSatoshi int64, customData []byte, ) (*wire.MsgTx, error) // creates a bitcoin transaction Broadcast( trx *wire.MsgTx, rpcUser string, rpcPassword string, rpcPort string, rpcHost string, ) (*chainhash.Hash, error) }
Application represents the bitcoin application
type RpcRequest ¶
type RpcResponse ¶
Click to show internal directories.
Click to hide internal directories.