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

Type Parameters

  • O

Type declaration

  • transaction: Transaction

    Executed transaction

  • newState: FullContractState | undefined

    Contract state after the executed transaction

  • output: O | undefined

    Parsed function call output