TON SDK Documentation - v15.3.1duck0.0.3
    Preparing search index...

    Type Alias TransactionDescriptionMergePrepare

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

    Properties

    aborted: boolean
    splitInfo: SplitMergeInfo
    type: "merge-prepare"