Type alias TransactionDescriptionMergePrepare

TransactionDescriptionMergePrepare: {
    aborted: boolean;
    splitInfo: SplitMergeInfo;
    storagePhase: TransactionStoragePhase;
    type: "merge-prepare";
}

Type declaration

Generated using TypeDoc