Skip to content

v3.0.2

Compare
Choose a tag to compare
@cgcardona cgcardona released this 31 Jan 20:26
· 368 commits to master since this release
  • 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[]>).