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 virtual List<Call> Calls { get; set; }

Property Value

List<Call>

Uid

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

Property Value

byte[]

Methods

EncodeForHttp()

public object EncodeForHttp()

Returns

object