Table of Contents

Class Call

Namespace
Thirdweb.AccountAbstraction
Assembly
Thirdweb.dll
[Struct("Call")]
public class Call
Inheritance
Call
Inherited Members

Properties

Data

[Parameter("bytes", "data", 1)]
[JsonProperty("data")]
public byte[] Data { get; set; }

Property Value

byte[]

To

[Parameter("address", "to", 2)]
[JsonProperty("to")]
public string To { get; set; }

Property Value

string

Value

[Parameter("uint256", "value", 3)]
[JsonProperty("value")]
public BigInteger Value { get; set; }

Property Value

BigInteger