Type alias TransactionDescriptionMergeInstall

TransactionDescriptionMergeInstall: {
    aborted: boolean;
    actionPhase?: Maybe<TransactionActionPhase>;
    computePhase: TransactionComputePhase;
    creditPhase?: Maybe<TransactionCreditPhase>;
    destroyed: boolean;
    prepareTransaction: Transaction;
    splitInfo: SplitMergeInfo;
    storagePhase?: Maybe<TransactionStoragePhase>;
    type: "merge-install";
}

Type declaration

Generated using TypeDoc