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

Struct BulkTransactionRequest

model/transaction.go:476–482  ·  view source on GitHub ↗

BulkTransactionRequest encapsulates the data needed for a bulk transaction request.

Source from the content-addressed store, hash-verified

474
475// BulkTransactionRequest encapsulates the data needed for a bulk transaction request.
476type BulkTransactionRequest struct {
477 Transactions []*Transaction `json:"transactions"`
478 Inflight bool `json:"inflight"`
479 Atomic bool `json:"atomic"`
480 RunAsync bool `json:"run_async"`
481 SkipQueue bool `json:"skip_queue"`
482}
483
484// BulkTransactionResult represents the outcome of a bulk transaction operation.
485type BulkTransactionResult struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected