Table of Contents

Class WrappedCalls

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

Properties

Calls

[Parameter("tuple[]", "calls", 1, "Call[]")]
[JsonProperty("calls")]
public List<Call> Calls { get; set; }

Property Value

List<Call>

Uid

[Parameter("bytes32", "uid", 2)]
[JsonProperty("uid")]
public byte[] Uid { get; set; }

Property Value

byte[]