v3.0.2
- Update
engines
to latest NodeJS LTS - In Transactions.js, the "details" method did not implement the bulk POST which is needed by SLPJS
- Updated the typings for the details method so that it always uses the POST method (i.e., the signature is details(txids: string[]): Promise<TxnDetails[]>).