Algorand TypeScript
    Preparing search index...

    Type Alias ResourceEncodingOptions

    ResourceEncodingOptions: "index" | "value"

    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).