Methods
# static fetchOps(refs, opts) → {Promise}
Fetches a list of Ops by the given list of Op references, and returns a Promise.
Parameters:
Name | Type | Description |
---|---|---|
refs |
Array | Op references |
opts |
Object | Options |
Promise
# static fetchTx(txid, opts) → {Promise}
Fetches a transaction by the given txid, and returns a Promise.
Parameters:
Name | Type | Description |
---|---|---|
txid |
String | Transaction id |
opts |
Object | Options |
Promise
# static fetchTxBy(query, opts) → {Promise}
Fetches a list of transactions by the given query object, and returns a Promise.
Parameters:
Name | Type | Description |
---|---|---|
query |
Object | Query object |
opts |
Object | Options |
Promise