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

File rename and function call bugfix #83

Closed apfong closed 11 months ago

apfong commented 12 months ago

What?

Rename StockRetractionTx to StockRetractionTX to match the rest of the transactions.

TxHelper.createStockIssuanceStructForTransfer expects its second param to be the stakeholder ID, but currently we're passing in a stock class Id and security Id

Why?

Working on integrating TAP and ran into some errors when building.

Screenshots (optional)