We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When an epoch is executed, this should create
AssetTransaction
type=DepositFromInvestments
type=WithdrawalForRedemptions
type=WithdrawalForFees
The text was updated successfully, but these errors were encountered:
feat: track investments and redemptions in onchain cash asset
fc8f9d9
Fixes #163
feat: track investments/redemptions in onchain cash asset
c9ed1f7
feat: track investments and redemptions in onchain cash asset (#188)
aef3249
* chore: rename .env.example * chore: update schema * feat: track investments/redemptions in onchain cash asset Fixes #163
filo87
Successfully merging a pull request may close this issue.
When an epoch is executed, this should create
AssetTransaction
withtype=DepositFromInvestments
for asset ID = 0 (onchain cash)AssetTransaction
withtype=WithdrawalForRedemptions
for asset ID = 0 (onchain cash)AssetTransaction
withtype=WithdrawalForFees
for asset ID = 0 (onchain cash)The text was updated successfully, but these errors were encountered: