(ctx context.Context, id string, metadata map[string]interface{})
| 60 | GroupTransactions(ctx context.Context, groupCriteria string, batchSize int, offset int64) (map[string][]*model.Transaction, error) // Groups transactions based on specified criteria |
| 61 | UpdateLedgerMetadata(id string, metadata map[string]interface{}) error |
| 62 | UpdateTransactionMetadata(ctx context.Context, id string, metadata map[string]interface{}) error |
| 63 | UpdateBalanceMetadata(ctx context.Context, id string, metadata map[string]interface{}) error |
| 64 | UpdateIdentityMetadata(id string, metadata map[string]interface{}) error |
| 65 | TransactionExistsByIDOrParentID(ctx context.Context, id string) (bool, error) |
no outgoing calls
no test coverage detected