feat(transaction): #114 add error filter
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 5m0s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 5m31s

This commit was merged in pull request #116.
This commit is contained in:
2025-05-19 18:55:53 +02:00
parent 8b67cfccfa
commit b18863038c
4 changed files with 19 additions and 1 deletions

View File

@@ -49,4 +49,5 @@ type TransactionInput struct {
type TransactionItemsFilter struct {
AccountId string
TreasureChestId string
Error string
}