MCPcopy Create free account
hub / github.com/devaccuracy/ledgerforge / BulkTransactionResult

Struct BulkTransactionResult

model/transaction.go:485–490  ·  view source on GitHub ↗

BulkTransactionResult represents the outcome of a bulk transaction operation.

Source from the content-addressed store, hash-verified

483
484// BulkTransactionResult represents the outcome of a bulk transaction operation.
485type BulkTransactionResult struct {
486 BatchID string `json:"batch_id"`
487 Status string `json:"status"` // e.g., "processing", "applied", "inflight", "failed"
488 TransactionCount int `json:"transaction_count,omitempty"`
489 Error string `json:"error,omitempty"`
490}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected