Optional
globalOptional
innerOptional
localOptional
logs?: Uint8Array[]Optional
sharedWhen decoding EvalDeltas, the integer key represents an offset into [txn.Sender, txn.Accounts[0], txn.Accounts[1], ...]
If a program modifies the local of an account that is not the Sender, or in txn.Accounts, it must be recorded here, so that the key in LocalDeltas can refer to it.
Static
Private
encodingStatic
encodingStatic
fromGenerated using TypeDoc
An interface for objects that can be encoded and decoded to/from msgpack and JSON.