CallTracerRPC: TraceReturnType<"call"> & {
    revertReason?: "";
}

The return type of the 'call' tracer for the RPC standard.

Type declaration

  • OptionalrevertReason?: ""

    Same of the 'call' tracer of VeChain, BUT with the addition of the revertReason field.

    This is not part of the VeChain's 'call' tracer. For this reason, it will have a default value of ''.