Table of Contents

Class LimitState

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

Properties

Index

[Parameter("uint256", "index", 4)]
[JsonProperty("index")]
public virtual BigInteger Index { get; set; }

Property Value

BigInteger

Remaining

[Parameter("uint256", "remaining", 1)]
[JsonProperty("remaining")]
public virtual BigInteger Remaining { get; set; }

Property Value

BigInteger

Selector

[Parameter("bytes4", "selector", 3)]
[JsonProperty("selector")]
public virtual byte[] Selector { get; set; }

Property Value

byte[]

Target

[Parameter("address", "target", 2)]
[JsonProperty("target")]
public virtual string Target { get; set; }

Property Value

string