everscale-inpage-provider - v0.6.6
    Preparing search index...

    Type Alias ExecutorOutput<O>

    type ExecutorOutput<O> = {
        transaction: Transaction;
        newState: FullContractState | undefined;
        output: O | undefined;
    }

    Type Parameters

    • O
    Index

    Properties

    transaction: Transaction

    Executed transaction

    newState: FullContractState | undefined

    Contract state after the executed transaction

    output: O | undefined

    Parsed function call output