ResourceEncodingOptions
Algorand TypeScript / arc4 / ResourceEncodingOptions
ResourceEncodingOptions =
"index"|"value"
Defined in: arc4/index.ts:69
The possible options for the resource encoding to use for the method
index: Application, Asset, and Account arguments are included in the transaction’s relevant array. The argument value is the uint8 index of the resource in the that array. value: Application, Asset and Account arguments are passed by their uint64 id (Application and Asset) or bytes[32] address (Account).