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

    Type Alias TransactionDescriptionTickTock

    type TransactionDescriptionTickTock = {
        aborted: boolean;
        actionPhase?: Maybe<TransactionActionPhase>;
        computePhase: TransactionComputePhase;
        destroyed: boolean;
        isTock: boolean;
        storagePhase: TransactionStoragePhase;
        type: "tick-tock";
    }
    Index

    Properties

    aborted: boolean
    actionPhase?: Maybe<TransactionActionPhase>
    destroyed: boolean
    isTock: boolean
    type: "tick-tock"