ErasedTransactionResult
@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";