Documentation ¶
Index ¶
- func AddCore(host, user, pass string) error
- func AddFlod(host, user, pass string, tls bool) error
- func BeginNotifyBlocks() (err error)
- func BeginNotifyTransactions() (err error)
- func CheckAddress(address string) (bool, error)
- func CheckSignature(address, signature, message string) (bool, error)
- func Disconnect()
- func GetBlockCount() (blockCount int64, err error)
- func GetBlockHash(i int64) (hash *chainhash.Hash, err error)
- func GetBlockVerboseTx(hash *chainhash.Hash) (br *flojson.GetBlockVerboseResult, err error)
- func GetFirstClient() *rpcclient.Client
- func GetTxVerbose(hash *chainhash.Hash) (tr *flojson.TxRawResult, err error)
- func WaitForFlod(ctx context.Context, host, user, pass string, tls bool) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BeginNotifyBlocks ¶
func BeginNotifyBlocks() (err error)
func BeginNotifyTransactions ¶
func BeginNotifyTransactions() (err error)
func CheckAddress ¶
func CheckSignature ¶
func Disconnect ¶
func Disconnect()
func GetBlockCount ¶
func GetBlockVerboseTx ¶
func GetBlockVerboseTx(hash *chainhash.Hash) (br *flojson.GetBlockVerboseResult, err error)
func GetFirstClient ¶
func GetTxVerbose ¶
func GetTxVerbose(hash *chainhash.Hash) (tr *flojson.TxRawResult, err error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.