getTransaction
New site!
All content has been migrated to docs.dash.org. You will be automatically redirected momentarily.
Usage: await client.core.getTransaction(id, options)
Description: Allow to fetch a transaction by ID
Parameters:
parameters | type | required | Description |
---|---|---|---|
id | string | yes | A valid transaction id to fetch |
options | DAPIClientOptions | no |
Returns : {Promise<null|Buffer>} - The bufferized transaction
Updated about 1 year ago