Type alias IgnoreTransactionTreeSimulationError<Addr>

IgnoreTransactionTreeSimulationError<Addr>: {
    address?: Addr;
    code: number;
}

Type Parameters

Type declaration

  • Optional address?: Addr

    Contract address. If not specified, the error will be ignored for all contracts.

  • code: number

    Error code to be ignored