Type alias TransactionDescriptionGeneric

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

Type declaration

Generated using TypeDoc