SignableEthCall: {
    data?: string;
    from: string;
    gasLimit?: number;
    gasPrice?: bigint;
    leash: CamelCasedProperties<Leash>;
    to: string;
    value?: bigint;
}

The structure passed to eth_signTypedData_v4.

uint256, address, and bytes are required to be hex-stringified.

Type declaration

  • Optional data?: string
  • from: string
  • Optional gasLimit?: number
  • Optional gasPrice?: bigint
  • leash: CamelCasedProperties<Leash>
  • to: string
  • Optional value?: bigint

Generated using TypeDoc