package
0.0.0-20191201205449-f379a713d0c2
Repository: https://github.com/rjected/lit.git
Documentation: pkg.go.dev

# Functions

GetRawTx is a helper function to get a tx from the insight api.

# Structs

ARGHGH all fields have to be exported (caps) or the json unmarshaller won't populate them !.
APILink is a link to a web API that can tell you about blockchain data.
do you even need a struct here..?.
No description provided by the author
VBlock is the json data that comes back from the /blocks query to the indexer.
Get txid of spending tx.
No description provided by the author
VSpendResponse is the JSON response from the / outpointSpend call.

# Type aliases

VBlocksResponse is a list of Vblocks, which comes back from the /blocks query to the indexer.
No description provided by the author