PrestateTracerRPC: Record<string, {
    balance: string;
    code?: string;
    nonce: 0;
    storage?: Record<string, string>;
}>

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

Type declaration

  • balance: string
  • Optionalcode?: string
  • nonce: 0

    Same of the 'prestate' tracer of VeChain, BUT with the addition of the nonce field. This field substitutes the 'energy' field of the VeChain's 'prestate' tracer.

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

  • Optionalstorage?: Record<string, string>