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

    Type Alias TransactionDescriptionGeneric

    type TransactionDescriptionGeneric = {
        aborted: boolean;
        actionPhase?: Maybe<TransactionActionPhase>;
        bouncePhase?: Maybe<TransactionBouncePhase>;
        computePhase: TransactionComputePhase;
        creditFirst: boolean;
        creditPhase?: Maybe<TransactionCreditPhase>;
        destroyed: boolean;
        storagePhase?: Maybe<TransactionStoragePhase>;
        type: "generic";
    }
    Index

    Properties

    aborted: boolean
    actionPhase?: Maybe<TransactionActionPhase>
    bouncePhase?: Maybe<TransactionBouncePhase>
    creditFirst: boolean
    creditPhase?: Maybe<TransactionCreditPhase>
    destroyed: boolean
    storagePhase?: Maybe<TransactionStoragePhase>
    type: "generic"