I am opening this PR because I want to ability to create an identifier for a "transaction" that can be embedded in a URL rather than an entire token. We will then store tokens locked to a pubkey in our database and map this txid to that token.
...
Changes
Adds a utility function computeTxId that accepts `Array and
Description
Discussion of this here, and related CDK PR
I am opening this PR because I want to ability to create an identifier for a "transaction" that can be embedded in a URL rather than an entire token. We will then store tokens locked to a pubkey in our database and map this txid to that token.
...
Changes
Adds a utility function and
computeTxId
that accepts `ArrayPR Tasks
npm run test
--> no failing unit testsnpm run format