Versions in this module Expand all Collapse all v0 v0.0.1 Jun 5, 2018 Changes in this version + func InitTxHandlers(r *mux.Router, prefix string) + type Address struct + Address string + Transactions []Transaction + type GetRawTxResp struct + Result string + type GetTxIDParams struct + Addresses []string + type GetTxIDsResp struct + Result []string + type IncomingTransactions struct + IncomingTxItems []IncomingTxItem + type IncomingTxItem struct + Addresses []string + Currency string + type Response struct + Results []Result + type Result struct + Addresses []Address + Currency string + type Transaction struct + RawTx string + TxID string + Verbose interface{}