Skip to main content

ErasedTransactionResult

@midnight/ledger v7.0.0


@midnight/ledger / ErasedTransactionResult

Type Alias: ErasedTransactionResult

type ErasedTransactionResult = {
successfulSegments?: Map<number, boolean>;
type: "success" | "partialSuccess" | "failure";
};

The result status of applying a transaction, without error message

Properties

successfulSegments?

optional successfulSegments: Map<number, boolean>;

type

type: "success" | "partialSuccess" | "failure";