Class SessionState
- Namespace
- Thirdweb.AccountAbstraction
- Assembly
- Thirdweb.dll
[Struct("SessionState")]
public class SessionState
- Inheritance
-
SessionState
- Inherited Members
-
Properties
CallParams
[Parameter("tuple[]", "callParams", 3, "LimitState[]")]
[JsonProperty("callParams")]
public virtual List<LimitState> CallParams { get; set; }
Property Value
- List<LimitState>
CallValue
[Parameter("tuple[]", "callValue", 2, "LimitState[]")]
[JsonProperty("callValue")]
public virtual List<LimitState> CallValue { get; set; }
Property Value
- List<LimitState>
TransferValue
[Parameter("tuple[]", "transferValue", 1, "LimitState[]")]
[JsonProperty("transferValue")]
public virtual List<LimitState> TransferValue { get; set; }
Property Value
- List<LimitState>