Documentation
¶
Index ¶
Constants ¶
View Source
const ErrorNoDataReturned string = "No information for the requested range"
ErrorNoDataReturned indicates no information returned with the given range
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Btcd ¶
type Btcd interface { SearchRawTransactions(addr string, startIdx int64, max int64) (*[]ResponseSearchRawTransactions, error) GetInfo() (*map[string]interface{}, error) }
Btcd is used for queries, in compliance with Btcd JSON-RPC spec
type InvalidResponseCodeError ¶
type InvalidResponseCodeError struct {
Code int
}
InvalidResponseCodeError is type of error including its response code
func (InvalidResponseCodeError) Error ¶
func (err InvalidResponseCodeError) Error() string
type JSONRPCError ¶
JSONRPCError wraps error response message from btcd
func (JSONRPCError) Error ¶
func (err JSONRPCError) Error() string
Click to show internal directories.
Click to hide internal directories.