Constructors

  • Parameters

    • msg: {
          from: string;
          gasFeeCap?: string;
          gasLimit?: number;
          gasPremium?: string;
          method?: number;
          nonce?: number;
          params?: string;
          to: string;
          value: string;
          version?: 0;
      }

    Returns Message

Properties

from: string
gasFeeCap: string
gasLimit: number
gasPremium: string
method: number
nonce: number
params: string
to: string
value: string
version: 0

Methods

  • Returns {
        From: string;
        GasFeeCap: string;
        GasLimit: number;
        GasPremium: string;
        Method: number;
        Nonce: number;
        Params: string;
        To: string;
        Value: string;
        Version: 0;
    }