Type alias TransactionDescriptionTickTock

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

Type declaration

Generated using TypeDoc