Uses of Class
com.algorand.algosdk.v2.client.model.AvmValue
-
Packages that use AvmValue Package Description com.algorand.algosdk.v2.client.model -
-
Uses of AvmValue in com.algorand.algosdk.v2.client.model
Fields in com.algorand.algosdk.v2.client.model declared as AvmValue Modifier and Type Field Description AvmValue
ApplicationStateOperation. newValue
Represents an AVM value.AvmValue
ScratchChange. newValue
Represents an AVM value.AvmValue
AvmKeyValue. value
Represents an AVM value.Fields in com.algorand.algosdk.v2.client.model with type parameters of type AvmValue Modifier and Type Field Description List<AvmValue>
SimulationOpcodeTraceUnit. stackAdditions
The values added by this opcode to the stack.
-