issues
search
transfer-agent-protocol
/
tap-cap-table
Transfer agent protocol that's used for minting a cap table onchain.
https://transferagentprotocol.xyz
MIT License
17
stars
3
forks
source link
Amomen/hookup event listeners
#88
Closed
AdamMomen
closed
11 months ago
AdamMomen
commented
11 months ago
What?
Refactor TransactionListener to decode transaction data based on struct types
Added
struct.js
file that has all the struct types that used by decoding function
Broke down
testAdjustment.js
file into two files one for StockClass and the other for Issuer
Why?
Update Changes on the backend based on #87
Testing
[ ] StockIssuance
[x] StockTransfer
[x] StockRetraction
[x] StockAcceptance
[x] StockReissuance
[x] StockRepurhcase
[x] StockAdjustment (StockClass & Issuer)
What?
struct.js
file that has all the struct types that used by decoding functiontestAdjustment.js
file into two files one for StockClass and the other for IssuerWhy?
Testing