@algorandfoundation/algorand-typescript 1.0.0-alpha.75 → 1.0.0-alpha.76
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/op-Dbcue2tX.js.map +1 -1
- package/op.d.ts +1 -1
- package/package.json +1 -1
package/op-Dbcue2tX.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"op-Dbcue2tX.js","sources":["../src/op.ts"],"sourcesContent":["/* THIS FILE IS GENERATED BY ~/scripts/generate-op-funcs.ts - DO NOT MODIFY DIRECTLY */\nimport { NoImplementation } from './internal/errors'\nimport { bytes, uint64, biguint } from './primitives'\nimport { Account, Application, Asset } from './reference'\nimport { OnCompleteAction } from './on-complete-action'\nimport { TransactionType } from './transactions'\nexport enum Base64 {\n URLEncoding = 'URLEncoding',\n StdEncoding = 'StdEncoding',\n}\nexport enum Ec {\n /**\n * G1 of the BN254 curve. Points encoded as 32 byte X following by 32 byte Y\n */\n BN254g1 = 'BN254g1',\n /**\n * G2 of the BN254 curve. Points encoded as 64 byte X following by 64 byte Y\n */\n BN254g2 = 'BN254g2',\n /**\n * G1 of the BLS 12-381 curve. Points encoded as 48 byte X following by 48 byte Y\n */\n BLS12_381g1 = 'BLS12_381g1',\n /**\n * G2 of the BLS 12-381 curve. Points encoded as 96 byte X following by 96 byte Y\n */\n BLS12_381g2 = 'BLS12_381g2',\n}\nexport enum Ecdsa {\n /**\n * secp256k1 curve, used in Bitcoin\n */\n Secp256k1 = 'Secp256k1',\n /**\n * secp256r1 curve, NIST standard\n */\n Secp256r1 = 'Secp256r1',\n}\nexport enum MimcConfigurations {\n /**\n * MiMC configuration for the BN254 curve with Miyaguchi-Preneel mode, 110 rounds, exponent 5, seed \"seed\"\n */\n BN254Mp110 = 'BN254Mp110',\n /**\n * MiMC configuration for the BLS12-381 curve with Miyaguchi-Preneel mode, 111 rounds, exponent 5, seed \"seed\"\n */\n BLS12_381Mp111 = 'BLS12_381Mp111',\n}\nexport enum VrfVerify {\n VrfAlgorand = 'VrfAlgorand',\n}\nexport const AcctParams = {\n /**\n * Account balance in microalgos\n * Min AVM version: 6\n */\n acctBalance(a: Account | uint64): readonly [uint64, boolean] {\n throw new NoImplementation()\n },\n\n /**\n * Minimum required balance for account, in microalgos\n * Min AVM version: 6\n */\n acctMinBalance(a: Account | uint64): readonly [uint64, boolean] {\n throw new NoImplementation()\n },\n\n /**\n * Address the account is rekeyed to.\n * Min AVM version: 6\n */\n acctAuthAddr(a: Account | uint64): readonly [Account, boolean] {\n throw new NoImplementation()\n },\n\n /**\n * The total number of uint64 values allocated by this account in Global and Local States.\n * Min AVM version: 8\n */\n acctTotalNumUint(a: Account | uint64): readonly [uint64, boolean] {\n throw new NoImplementation()\n },\n\n /**\n * The total number of byte array values allocated by this account in Global and Local States.\n * Min AVM version: 8\n */\n acctTotalNumByteSlice(a: Account | uint64): readonly [uint64, boolean] {\n throw new NoImplementation()\n },\n\n /**\n * The number of extra app code pages used by this account.\n * Min AVM version: 8\n */\n acctTotalExtraAppPages(a: Account | uint64): readonly [uint64, boolean] {\n throw new NoImplementation()\n },\n\n /**\n * The number of existing apps created by this account.\n * Min AVM version: 8\n */\n acctTotalAppsCreated(a: Account | uint64): readonly [uint64, boolean] {\n throw new NoImplementation()\n },\n\n /**\n * The number of apps this account is opted into.\n * Min AVM version: 8\n */\n acctTotalAppsOptedIn(a: Account | uint64): readonly [uint64, boolean] {\n throw new NoImplementation()\n },\n\n /**\n * The number of existing ASAs created by this account.\n * Min AVM version: 8\n */\n acctTotalAssetsCreated(a: Account | uint64): readonly [uint64, boolean] {\n throw new NoImplementation()\n },\n\n /**\n * The numbers of ASAs held by this account (including ASAs this account created).\n * Min AVM version: 8\n */\n acctTotalAssets(a: Account | uint64): readonly [uint64, boolean] {\n throw new NoImplementation()\n },\n\n /**\n * The number of existing boxes created by this account's app.\n * Min AVM version: 8\n */\n acctTotalBoxes(a: Account | uint64): readonly [uint64, boolean] {\n throw new NoImplementation()\n },\n\n /**\n * The total number of bytes used by this account's app's box keys and values.\n * Min AVM version: 8\n */\n acctTotalBoxBytes(a: Account | uint64): readonly [uint64, boolean] {\n throw new NoImplementation()\n },\n\n /**\n * Has this account opted into block payouts\n * Min AVM version: 11\n */\n acctIncentiveEligible(a: Account | uint64): readonly [boolean, boolean] {\n throw new NoImplementation()\n },\n\n /**\n * The round number of the last block this account proposed.\n * Min AVM version: 11\n */\n acctLastProposed(a: Account | uint64): readonly [uint64, boolean] {\n throw new NoImplementation()\n },\n\n /**\n * The round number of the last block this account sent a heartbeat.\n * Min AVM version: 11\n */\n acctLastHeartbeat(a: Account | uint64): readonly [uint64, boolean] {\n throw new NoImplementation()\n },\n}\n\n/**\n * A plus B as a 128-bit result. X is the carry-bit, Y is the low-order 64 bits.\n * @see Native TEAL opcode: [`addw`](https://dev.algorand.co/reference/algorand-teal/opcodes#addw)\n * Min AVM version: 2\n */\nexport function addw(a: uint64, b: uint64): readonly [uint64, uint64] {\n throw new NoImplementation()\n}\n\n/**\n * Get or modify Global app state\n */\nexport const AppGlobal = {\n /**\n * delete key A from the global state of the current application\n * @param state key.\n * Deleting a key which is already absent has no effect on the application global state. (In particular, it does _not_ cause the program to fail.)\n * @see Native TEAL opcode: [`app_global_del`](https://dev.algorand.co/reference/algorand-teal/opcodes#app_global_del)\n * Min AVM version: 2\n */\n delete(a: bytes): void {\n throw new NoImplementation()\n },\n\n /**\n * global state of the key A in the current application\n * @param state key.\n * * @return value. The value is zero (of type uint64) if the key does not exist.\n * @see Native TEAL opcode: [`app_global_get`](https://dev.algorand.co/reference/algorand-teal/opcodes#app_global_get)\n * Min AVM version: 2\n */\n getBytes(a: bytes): bytes {\n throw new NoImplementation()\n },\n\n /**\n * global state of the key A in the current application\n * @param state key.\n * * @return value. The value is zero (of type uint64) if the key does not exist.\n * @see Native TEAL opcode: [`app_global_get`](https://dev.algorand.co/reference/algorand-teal/opcodes#app_global_get)\n * Min AVM version: 2\n */\n getUint64(a: bytes): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * X is the global state of application A, key B. Y is 1 if key existed, else 0\n * @param Txn.ForeignApps offset (or, since v4, an _available_ application id), state key.\n * * @return did_exist flag (top of the stack, 1 if the application and key existed and 0 otherwise), value. The value is zero (of type uint64) if the key does not exist.\n * @see Native TEAL opcode: [`app_global_get_ex`](https://dev.algorand.co/reference/algorand-teal/opcodes#app_global_get_ex)\n * Min AVM version: 2\n */\n getExBytes(a: Application | uint64, b: bytes): readonly [bytes, boolean] {\n throw new NoImplementation()\n },\n\n /**\n * X is the global state of application A, key B. Y is 1 if key existed, else 0\n * @param Txn.ForeignApps offset (or, since v4, an _available_ application id), state key.\n * * @return did_exist flag (top of the stack, 1 if the application and key existed and 0 otherwise), value. The value is zero (of type uint64) if the key does not exist.\n * @see Native TEAL opcode: [`app_global_get_ex`](https://dev.algorand.co/reference/algorand-teal/opcodes#app_global_get_ex)\n * Min AVM version: 2\n */\n getExUint64(a: Application | uint64, b: bytes): readonly [uint64, boolean] {\n throw new NoImplementation()\n },\n\n /**\n * write B to key A in the global state of the current application\n * @see Native TEAL opcode: [`app_global_put`](https://dev.algorand.co/reference/algorand-teal/opcodes#app_global_put)\n * Min AVM version: 2\n */\n put(a: bytes, b: bytes | uint64): void {\n throw new NoImplementation()\n },\n}\n\n/**\n * Get or modify Local app state\n */\nexport const AppLocal = {\n /**\n * delete key B from account A's local state of the current application\n * @param Txn.Accounts offset (or, since v4, an _available_ account address), state key.\n * Deleting a key which is already absent has no effect on the application local state. (In particular, it does _not_ cause the program to fail.)\n * @see Native TEAL opcode: [`app_local_del`](https://dev.algorand.co/reference/algorand-teal/opcodes#app_local_del)\n * Min AVM version: 2\n */\n delete(a: Account | uint64, b: bytes): void {\n throw new NoImplementation()\n },\n\n /**\n * local state of the key B in the current application in account A\n * @param Txn.Accounts offset (or, since v4, an _available_ account address), state key.\n * * @return value. The value is zero (of type uint64) if the key does not exist.\n * @see Native TEAL opcode: [`app_local_get`](https://dev.algorand.co/reference/algorand-teal/opcodes#app_local_get)\n * Min AVM version: 2\n */\n getBytes(a: Account | uint64, b: bytes): bytes {\n throw new NoImplementation()\n },\n\n /**\n * local state of the key B in the current application in account A\n * @param Txn.Accounts offset (or, since v4, an _available_ account address), state key.\n * * @return value. The value is zero (of type uint64) if the key does not exist.\n * @see Native TEAL opcode: [`app_local_get`](https://dev.algorand.co/reference/algorand-teal/opcodes#app_local_get)\n * Min AVM version: 2\n */\n getUint64(a: Account | uint64, b: bytes): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * X is the local state of application B, key C in account A. Y is 1 if key existed, else 0\n * @param Txn.Accounts offset (or, since v4, an _available_ account address), _available_ application id (or, since v4, a Txn.ForeignApps offset), state key.\n * * @return did_exist flag (top of the stack, 1 if the application and key existed and 0 otherwise), value. The value is zero (of type uint64) if the key does not exist.\n * @see Native TEAL opcode: [`app_local_get_ex`](https://dev.algorand.co/reference/algorand-teal/opcodes#app_local_get_ex)\n * Min AVM version: 2\n */\n getExBytes(a: Account | uint64, b: Application | uint64, c: bytes): readonly [bytes, boolean] {\n throw new NoImplementation()\n },\n\n /**\n * X is the local state of application B, key C in account A. Y is 1 if key existed, else 0\n * @param Txn.Accounts offset (or, since v4, an _available_ account address), _available_ application id (or, since v4, a Txn.ForeignApps offset), state key.\n * * @return did_exist flag (top of the stack, 1 if the application and key existed and 0 otherwise), value. The value is zero (of type uint64) if the key does not exist.\n * @see Native TEAL opcode: [`app_local_get_ex`](https://dev.algorand.co/reference/algorand-teal/opcodes#app_local_get_ex)\n * Min AVM version: 2\n */\n getExUint64(a: Account | uint64, b: Application | uint64, c: bytes): readonly [uint64, boolean] {\n throw new NoImplementation()\n },\n\n /**\n * write C to key B in account A's local state of the current application\n * @param Txn.Accounts offset (or, since v4, an _available_ account address), state key, value.\n * @see Native TEAL opcode: [`app_local_put`](https://dev.algorand.co/reference/algorand-teal/opcodes#app_local_put)\n * Min AVM version: 2\n */\n put(a: Account | uint64, b: bytes, c: bytes | uint64): void {\n throw new NoImplementation()\n },\n}\n\n/**\n * 1 if account A is opted in to application B, else 0\n * @param Txn.Accounts offset (or, since v4, an _available_ account address), _available_ application id (or, since v4, a Txn.ForeignApps offset).\n * * @return 1 if opted in and 0 otherwise.\n * @see Native TEAL opcode: [`app_opted_in`](https://dev.algorand.co/reference/algorand-teal/opcodes#app_opted_in)\n * Min AVM version: 2\n */\nexport function appOptedIn(a: Account | uint64, b: Application | uint64): boolean {\n throw new NoImplementation()\n}\nexport const AppParams = {\n /**\n * Bytecode of Approval Program\n * Min AVM version: 5\n */\n appApprovalProgram(a: Application | uint64): readonly [bytes, boolean] {\n throw new NoImplementation()\n },\n\n /**\n * Bytecode of Clear State Program\n * Min AVM version: 5\n */\n appClearStateProgram(a: Application | uint64): readonly [bytes, boolean] {\n throw new NoImplementation()\n },\n\n /**\n * Number of uint64 values allowed in Global State\n * Min AVM version: 5\n */\n appGlobalNumUint(a: Application | uint64): readonly [uint64, boolean] {\n throw new NoImplementation()\n },\n\n /**\n * Number of byte array values allowed in Global State\n * Min AVM version: 5\n */\n appGlobalNumByteSlice(a: Application | uint64): readonly [uint64, boolean] {\n throw new NoImplementation()\n },\n\n /**\n * Number of uint64 values allowed in Local State\n * Min AVM version: 5\n */\n appLocalNumUint(a: Application | uint64): readonly [uint64, boolean] {\n throw new NoImplementation()\n },\n\n /**\n * Number of byte array values allowed in Local State\n * Min AVM version: 5\n */\n appLocalNumByteSlice(a: Application | uint64): readonly [uint64, boolean] {\n throw new NoImplementation()\n },\n\n /**\n * Number of Extra Program Pages of code space\n * Min AVM version: 5\n */\n appExtraProgramPages(a: Application | uint64): readonly [uint64, boolean] {\n throw new NoImplementation()\n },\n\n /**\n * Creator address\n * Min AVM version: 5\n */\n appCreator(a: Application | uint64): readonly [Account, boolean] {\n throw new NoImplementation()\n },\n\n /**\n * Address for which this application has authority\n * Min AVM version: 5\n */\n appAddress(a: Application | uint64): readonly [Account, boolean] {\n throw new NoImplementation()\n },\n}\n\n/**\n * Ath LogicSig argument\n * @see Native TEAL opcode: [`args`](https://dev.algorand.co/reference/algorand-teal/opcodes#args)\n * Min AVM version: 5\n */\nexport function arg(a: uint64): bytes {\n throw new NoImplementation()\n}\nexport const AssetHolding = {\n /**\n * Amount of the asset unit held by this account\n * Min AVM version: 2\n */\n assetBalance(a: Account | uint64, b: Asset | uint64): readonly [uint64, boolean] {\n throw new NoImplementation()\n },\n\n /**\n * Is the asset frozen or not\n * Min AVM version: 2\n */\n assetFrozen(a: Account | uint64, b: Asset | uint64): readonly [boolean, boolean] {\n throw new NoImplementation()\n },\n}\n\nexport const AssetParams = {\n /**\n * Total number of units of this asset\n * Min AVM version: 2\n */\n assetTotal(a: Asset | uint64): readonly [uint64, boolean] {\n throw new NoImplementation()\n },\n\n /**\n * See AssetParams.Decimals\n * Min AVM version: 2\n */\n assetDecimals(a: Asset | uint64): readonly [uint64, boolean] {\n throw new NoImplementation()\n },\n\n /**\n * Frozen by default or not\n * Min AVM version: 2\n */\n assetDefaultFrozen(a: Asset | uint64): readonly [boolean, boolean] {\n throw new NoImplementation()\n },\n\n /**\n * Asset unit name\n * Min AVM version: 2\n */\n assetUnitName(a: Asset | uint64): readonly [bytes, boolean] {\n throw new NoImplementation()\n },\n\n /**\n * Asset name\n * Min AVM version: 2\n */\n assetName(a: Asset | uint64): readonly [bytes, boolean] {\n throw new NoImplementation()\n },\n\n /**\n * URL with additional info about the asset\n * Min AVM version: 2\n */\n assetUrl(a: Asset | uint64): readonly [bytes, boolean] {\n throw new NoImplementation()\n },\n\n /**\n * Arbitrary commitment\n * Min AVM version: 2\n */\n assetMetadataHash(a: Asset | uint64): readonly [bytes<32>, boolean] {\n throw new NoImplementation()\n },\n\n /**\n * Manager address\n * Min AVM version: 2\n */\n assetManager(a: Asset | uint64): readonly [Account, boolean] {\n throw new NoImplementation()\n },\n\n /**\n * Reserve address\n * Min AVM version: 2\n */\n assetReserve(a: Asset | uint64): readonly [Account, boolean] {\n throw new NoImplementation()\n },\n\n /**\n * Freeze address\n * Min AVM version: 2\n */\n assetFreeze(a: Asset | uint64): readonly [Account, boolean] {\n throw new NoImplementation()\n },\n\n /**\n * Clawback address\n * Min AVM version: 2\n */\n assetClawback(a: Asset | uint64): readonly [Account, boolean] {\n throw new NoImplementation()\n },\n\n /**\n * Creator address\n * Min AVM version: 5\n */\n assetCreator(a: Asset | uint64): readonly [Account, boolean] {\n throw new NoImplementation()\n },\n}\n\n/**\n * balance for account A, in microalgos. The balance is observed after the effects of previous transactions in the group, and after the fee for the current transaction is deducted. Changes caused by inner transactions are observable immediately following `itxn_submit`\n * @param Txn.Accounts offset (or, since v4, an _available_ account address), _available_ application id (or, since v4, a Txn.ForeignApps offset).\n * * @return value.\n * @see Native TEAL opcode: [`balance`](https://dev.algorand.co/reference/algorand-teal/opcodes#balance)\n * Min AVM version: 2\n */\nexport function balance(a: Account | uint64): uint64 {\n throw new NoImplementation()\n}\n\n/**\n * decode A which was base64-encoded using _encoding_ E. Fail if A is not base64 encoded with encoding E\n * *Warning*: Usage should be restricted to very rare use cases. In almost all cases, smart contracts should directly handle non-encoded byte-strings.\tThis opcode should only be used in cases where base64 is the only available option, e.g. interoperability with a third-party that only signs base64 strings.\n * Decodes A using the base64 encoding E. Specify the encoding with an immediate arg either as URL and Filename Safe (`URLEncoding`) or Standard (`StdEncoding`). See [RFC 4648 sections 4 and 5](https://rfc-editor.org/rfc/rfc4648.html#section-4). It is assumed that the encoding ends with the exact number of `=` padding characters as required by the RFC. When padding occurs, any unused pad bits in the encoding must be set to zero or the decoding will fail. The special cases of `\\n` and `\\r` are allowed but completely ignored. An error will result when attempting to decode a string with a character that is not in the encoding alphabet or not one of `=`, `\\r`, or `\\n`.\n * @see Native TEAL opcode: [`base64_decode`](https://dev.algorand.co/reference/algorand-teal/opcodes#base64_decode)\n * Min AVM version: 7\n */\nexport function base64Decode(e: Base64, a: bytes): bytes {\n throw new NoImplementation()\n}\n\n/**\n * The highest set bit in A. If A is a byte-array, it is interpreted as a big-endian unsigned integer. bitlen of 0 is 0, bitlen of 8 is 4\n * bitlen interprets arrays as big-endian integers, unlike setbit/getbit\n * @see Native TEAL opcode: [`bitlen`](https://dev.algorand.co/reference/algorand-teal/opcodes#bitlen)\n * Min AVM version: 4\n */\nexport function bitLength(a: bytes | uint64): uint64 {\n throw new NoImplementation()\n}\nexport const Block = {\n blkSeed(a: uint64): bytes<32> {\n throw new NoImplementation()\n },\n\n blkTimestamp(a: uint64): uint64 {\n throw new NoImplementation()\n },\n\n blkProposer(a: uint64): Account {\n throw new NoImplementation()\n },\n\n blkFeesCollected(a: uint64): uint64 {\n throw new NoImplementation()\n },\n\n blkBonus(a: uint64): uint64 {\n throw new NoImplementation()\n },\n\n blkBranch(a: uint64): bytes<32> {\n throw new NoImplementation()\n },\n\n blkFeeSink(a: uint64): Account {\n throw new NoImplementation()\n },\n\n blkProtocol(a: uint64): bytes {\n throw new NoImplementation()\n },\n\n blkTxnCounter(a: uint64): uint64 {\n throw new NoImplementation()\n },\n\n blkProposerPayout(a: uint64): uint64 {\n throw new NoImplementation()\n },\n}\n\n/**\n * Get or modify box state\n */\nexport const Box = {\n /**\n * create a box named A, of length B. Fail if the name A is empty or B exceeds 32,768. Returns 0 if A already existed, else 1\n * Newly created boxes are filled with 0 bytes. `box_create` will fail if the referenced box already exists with a different size. Otherwise, existing boxes are unchanged by `box_create`.\n * @see Native TEAL opcode: [`box_create`](https://dev.algorand.co/reference/algorand-teal/opcodes#box_create)\n * Min AVM version: 8\n */\n create(a: bytes, b: uint64): boolean {\n throw new NoImplementation()\n },\n\n /**\n * delete box named A if it exists. Return 1 if A existed, 0 otherwise\n * @see Native TEAL opcode: [`box_del`](https://dev.algorand.co/reference/algorand-teal/opcodes#box_del)\n * Min AVM version: 8\n */\n delete(a: bytes): boolean {\n throw new NoImplementation()\n },\n\n /**\n * read C bytes from box A, starting at offset B. Fail if A does not exist, or the byte range is outside A's size.\n * @see Native TEAL opcode: [`box_extract`](https://dev.algorand.co/reference/algorand-teal/opcodes#box_extract)\n * Min AVM version: 8\n */\n extract(a: bytes, b: uint64, c: uint64): bytes {\n throw new NoImplementation()\n },\n\n /**\n * X is the contents of box A if A exists, else ''. Y is 1 if A exists, else 0.\n * For boxes that exceed 4,096 bytes, consider `box_create`, `box_extract`, and `box_replace`\n * @see Native TEAL opcode: [`box_get`](https://dev.algorand.co/reference/algorand-teal/opcodes#box_get)\n * Min AVM version: 8\n */\n get(a: bytes): readonly [bytes, boolean] {\n throw new NoImplementation()\n },\n\n /**\n * X is the length of box A if A exists, else 0. Y is 1 if A exists, else 0.\n * @see Native TEAL opcode: [`box_len`](https://dev.algorand.co/reference/algorand-teal/opcodes#box_len)\n * Min AVM version: 8\n */\n length(a: bytes): readonly [uint64, boolean] {\n throw new NoImplementation()\n },\n\n /**\n * replaces the contents of box A with byte-array B. Fails if A exists and len(B) != len(box A). Creates A if it does not exist\n * For boxes that exceed 4,096 bytes, consider `box_create`, `box_extract`, and `box_replace`\n * @see Native TEAL opcode: [`box_put`](https://dev.algorand.co/reference/algorand-teal/opcodes#box_put)\n * Min AVM version: 8\n */\n put(a: bytes, b: bytes): void {\n throw new NoImplementation()\n },\n\n /**\n * write byte-array C into box A, starting at offset B. Fail if A does not exist, or the byte range is outside A's size.\n * @see Native TEAL opcode: [`box_replace`](https://dev.algorand.co/reference/algorand-teal/opcodes#box_replace)\n * Min AVM version: 8\n */\n replace(a: bytes, b: uint64, c: bytes): void {\n throw new NoImplementation()\n },\n\n /**\n * change the size of box named A to be of length B, adding zero bytes to end or removing bytes from the end, as needed. Fail if the name A is empty, A is not an existing box, or B exceeds 32,768.\n * @see Native TEAL opcode: [`box_resize`](https://dev.algorand.co/reference/algorand-teal/opcodes#box_resize)\n * Min AVM version: 10\n */\n resize(a: bytes, b: uint64): void {\n throw new NoImplementation()\n },\n\n /**\n * set box A to contain its previous bytes up to index B, followed by D, followed by the original bytes of A that began at index B+C.\n * Boxes are of constant length. If C < len(D), then len(D)-C bytes will be removed from the end. If C > len(D), zero bytes will be appended to the end to reach the box length.\n * @see Native TEAL opcode: [`box_splice`](https://dev.algorand.co/reference/algorand-teal/opcodes#box_splice)\n * Min AVM version: 10\n */\n splice(a: bytes, b: uint64, c: uint64, d: bytes): void {\n throw new NoImplementation()\n },\n}\n\n/**\n * The largest integer I such that I^2 <= A. A and I are interpreted as big-endian unsigned integers\n * @see Native TEAL opcode: [`bsqrt`](https://dev.algorand.co/reference/algorand-teal/opcodes#bsqrt)\n * Min AVM version: 6\n */\nexport function bsqrt(a: biguint): biguint {\n throw new NoImplementation()\n}\n\n/**\n * converts big-endian byte array A to uint64. Fails if len(A) > 8. Padded by leading 0s if len(A) < 8.\n * `btoi` fails if the input is longer than 8 bytes.\n * @see Native TEAL opcode: [`btoi`](https://dev.algorand.co/reference/algorand-teal/opcodes#btoi)\n * Min AVM version: 1\n */\nexport function btoi(a: bytes): uint64 {\n throw new NoImplementation()\n}\n\n/**\n * zero filled byte-array of length A\n * @see Native TEAL opcode: [`bzero`](https://dev.algorand.co/reference/algorand-teal/opcodes#bzero)\n * Min AVM version: 4\n */\nexport function bzero(a: uint64): bytes {\n throw new NoImplementation()\n}\n\n/**\n * join A and B\n * `concat` fails if the result would be greater than 4096 bytes.\n * @see Native TEAL opcode: [`concat`](https://dev.algorand.co/reference/algorand-teal/opcodes#concat)\n * Min AVM version: 2\n */\nexport function concat(a: bytes, b: bytes): bytes {\n throw new NoImplementation()\n}\n\n/**\n * W,X = (A,B / C,D); Y,Z = (A,B modulo C,D)\n * The notation J,K indicates that two uint64 values J and K are interpreted as a uint128 value, with J as the high uint64 and K the low.\n * @see Native TEAL opcode: [`divmodw`](https://dev.algorand.co/reference/algorand-teal/opcodes#divmodw)\n * Min AVM version: 4\n */\nexport function divmodw(a: uint64, b: uint64, c: uint64, d: uint64): readonly [uint64, uint64, uint64, uint64] {\n throw new NoImplementation()\n}\n\n/**\n * A,B / C. Fail if C == 0 or if result overflows.\n * The notation A,B indicates that A and B are interpreted as a uint128 value, with A as the high uint64 and B the low.\n * @see Native TEAL opcode: [`divw`](https://dev.algorand.co/reference/algorand-teal/opcodes#divw)\n * Min AVM version: 6\n */\nexport function divw(a: uint64, b: uint64, c: uint64): uint64 {\n throw new NoImplementation()\n}\n\n/**\n * Elliptic Curve functions\n */\nexport const EllipticCurve = {\n /**\n * for curve points A and B, return the curve point A + B\n * A and B are curve points in affine representation: field element X concatenated with field element Y. Field element `Z` is encoded as follows.\n * For the base field elements (Fp), `Z` is encoded as a big-endian number and must be lower than the field modulus.\n * For the quadratic field extension (Fp2), `Z` is encoded as the concatenation of the individual encoding of the coefficients. For an Fp2 element of the form `Z = Z0 + Z1 i`, where `i` is a formal quadratic non-residue, the encoding of Z is the concatenation of the encoding of `Z0` and `Z1` in this order. (`Z0` and `Z1` must be less than the field modulus).\n * The point at infinity is encoded as `(X,Y) = (0,0)`.\n * Groups G1 and G2 are denoted additively.\n * Fails if A or B is not in G.\n * A and/or B are allowed to be the point at infinity.\n * Does _not_ check if A and B are in the main prime-order subgroup.\n * @see Native TEAL opcode: [`ec_add`](https://dev.algorand.co/reference/algorand-teal/opcodes#ec_add)\n * Min AVM version: 10\n */\n add(g: Ec, a: bytes, b: bytes): bytes {\n throw new NoImplementation()\n },\n\n /**\n * maps field element A to group G\n * BN254 points are mapped by the SVDW map. BLS12-381 points are mapped by the SSWU map.\n * G1 element inputs are base field elements and G2 element inputs are quadratic field elements, with nearly the same encoding rules (for field elements) as defined in `ec_add`. There is one difference of encoding rule: G1 element inputs do not need to be 0-padded if they fit in less than 32 bytes for BN254 and less than 48 bytes for BLS12-381. (As usual, the empty byte array represents 0.) G2 elements inputs need to be always have the required size.\n * @see Native TEAL opcode: [`ec_map_to`](https://dev.algorand.co/reference/algorand-teal/opcodes#ec_map_to)\n * Min AVM version: 10\n */\n mapTo(g: Ec, a: bytes): bytes {\n throw new NoImplementation()\n },\n\n /**\n * for curve points A and scalars B, return curve point B0A0 + B1A1 + B2A2 + ... + BnAn\n * A is a list of concatenated points, encoded and checked as described in `ec_add`. B is a list of concatenated scalars which, unlike ec_scalar_mul, must all be exactly 32 bytes long.\n * The name `ec_multi_scalar_mul` was chosen to reflect common usage, but a more consistent name would be `ec_multi_scalar_mul`. AVM values are limited to 4096 bytes, so `ec_multi_scalar_mul` is limited by the size of the points in the group being operated upon.\n * @see Native TEAL opcode: [`ec_multi_scalar_mul`](https://dev.algorand.co/reference/algorand-teal/opcodes#ec_multi_scalar_mul)\n * Min AVM version: 10\n */\n scalarMulMulti(g: Ec, a: bytes, b: bytes): bytes {\n throw new NoImplementation()\n },\n\n /**\n * 1 if the product of the pairing of each point in A with its respective point in B is equal to the identity element of the target group Gt, else 0\n * A and B are concatenated points, encoded and checked as described in `ec_add`. A contains points of the group G, B contains points of the associated group (G2 if G is G1, and vice versa). Fails if A and B have a different number of points, or if any point is not in its described group or outside the main prime-order subgroup - a stronger condition than other opcodes. AVM values are limited to 4096 bytes, so `ec_pairing_check` is limited by the size of the points in the groups being operated upon.\n * @see Native TEAL opcode: [`ec_pairing_check`](https://dev.algorand.co/reference/algorand-teal/opcodes#ec_pairing_check)\n * Min AVM version: 10\n */\n pairingCheck(g: Ec, a: bytes, b: bytes): boolean {\n throw new NoImplementation()\n },\n\n /**\n * for curve point A and scalar B, return the curve point BA, the point A multiplied by the scalar B.\n * A is a curve point encoded and checked as described in `ec_add`. Scalar B is interpreted as a big-endian unsigned integer. Fails if B exceeds 32 bytes.\n * @see Native TEAL opcode: [`ec_scalar_mul`](https://dev.algorand.co/reference/algorand-teal/opcodes#ec_scalar_mul)\n * Min AVM version: 10\n */\n scalarMul(g: Ec, a: bytes, b: bytes): bytes {\n throw new NoImplementation()\n },\n\n /**\n * 1 if A is in the main prime-order subgroup of G (including the point at infinity) else 0. Program fails if A is not in G at all.\n * @see Native TEAL opcode: [`ec_subgroup_check`](https://dev.algorand.co/reference/algorand-teal/opcodes#ec_subgroup_check)\n * Min AVM version: 10\n */\n subgroupCheck(g: Ec, a: bytes): boolean {\n throw new NoImplementation()\n },\n}\n\n/**\n * decompress pubkey A into components X, Y\n * The 33 byte public key in a compressed form to be decompressed into X and Y (top) components. All values are big-endian encoded.\n * @see Native TEAL opcode: [`ecdsa_pk_decompress`](https://dev.algorand.co/reference/algorand-teal/opcodes#ecdsa_pk_decompress)\n * Min AVM version: 5\n */\nexport function ecdsaPkDecompress(v: Ecdsa, a: bytes<33>): readonly [bytes<32>, bytes<32>] {\n throw new NoImplementation()\n}\n\n/**\n * for (data A, recovery id B, signature C, D) recover a public key\n * S (top) and R elements of a signature, recovery id and data (bottom) are expected on the stack and used to deriver a public key. All values are big-endian encoded. The signed data must be 32 bytes long.\n * @see Native TEAL opcode: [`ecdsa_pk_recover`](https://dev.algorand.co/reference/algorand-teal/opcodes#ecdsa_pk_recover)\n * Min AVM version: 5\n */\nexport function ecdsaPkRecover(v: Ecdsa, a: bytes<32>, b: uint64, c: bytes<32>, d: bytes<32>): readonly [bytes<32>, bytes<32>] {\n throw new NoImplementation()\n}\n\n/**\n * for (data A, signature B, C and pubkey D, E) verify the signature of the data against the pubkey => {0 or 1}\n * The 32 byte Y-component of a public key is the last element on the stack, preceded by X-component of a pubkey, preceded by S and R components of a signature, preceded by the data that is fifth element on the stack. All values are big-endian encoded. The signed data must be 32 bytes long, and signatures in lower-S form are only accepted.\n * @see Native TEAL opcode: [`ecdsa_verify`](https://dev.algorand.co/reference/algorand-teal/opcodes#ecdsa_verify)\n * Min AVM version: 5\n */\nexport function ecdsaVerify(v: Ecdsa, a: bytes<32>, b: bytes<32>, c: bytes<32>, d: bytes<32>, e: bytes<32>): boolean {\n throw new NoImplementation()\n}\n\n/**\n * for (data A, signature B, pubkey C) verify the signature of (\"ProgData\" || program_hash || data) against the pubkey => {0 or 1}\n * The 32 byte public key is the last element on the stack, preceded by the 64 byte signature at the second-to-last element on the stack, preceded by the data which was signed at the third-to-last element on the stack.\n * @see Native TEAL opcode: [`ed25519verify`](https://dev.algorand.co/reference/algorand-teal/opcodes#ed25519verify)\n * Min AVM version: 1\n */\nexport function ed25519verify(a: bytes, b: bytes<64>, c: bytes<32>): boolean {\n throw new NoImplementation()\n}\n\n/**\n * for (data A, signature B, pubkey C) verify the signature of the data against the pubkey => {0 or 1}\n * @see Native TEAL opcode: [`ed25519verify_bare`](https://dev.algorand.co/reference/algorand-teal/opcodes#ed25519verify_bare)\n * Min AVM version: 7\n */\nexport function ed25519verifyBare(a: bytes, b: bytes<64>, c: bytes<32>): boolean {\n throw new NoImplementation()\n}\n\n/**\n * A raised to the Bth power. Fail if A == B == 0 and on overflow\n * @see Native TEAL opcode: [`exp`](https://dev.algorand.co/reference/algorand-teal/opcodes#exp)\n * Min AVM version: 4\n */\nexport function exp(a: uint64, b: uint64): uint64 {\n throw new NoImplementation()\n}\n\n/**\n * A raised to the Bth power as a 128-bit result in two uint64s. X is the high 64 bits, Y is the low. Fail if A == B == 0 or if the results exceeds 2^128-1\n * @see Native TEAL opcode: [`expw`](https://dev.algorand.co/reference/algorand-teal/opcodes#expw)\n * Min AVM version: 4\n */\nexport function expw(a: uint64, b: uint64): readonly [uint64, uint64] {\n throw new NoImplementation()\n}\n\n/**\n * A uint16 formed from a range of big-endian bytes from A starting at B up to but not including B+2. If B+2 is larger than the array length, the program fails\n * @see Native TEAL opcode: [`extract_uint16`](https://dev.algorand.co/reference/algorand-teal/opcodes#extract_uint16)\n * Min AVM version: 5\n */\nexport function extractUint16(a: bytes, b: uint64): uint64 {\n throw new NoImplementation()\n}\n\n/**\n * A uint32 formed from a range of big-endian bytes from A starting at B up to but not including B+4. If B+4 is larger than the array length, the program fails\n * @see Native TEAL opcode: [`extract_uint32`](https://dev.algorand.co/reference/algorand-teal/opcodes#extract_uint32)\n * Min AVM version: 5\n */\nexport function extractUint32(a: bytes, b: uint64): uint64 {\n throw new NoImplementation()\n}\n\n/**\n * A uint64 formed from a range of big-endian bytes from A starting at B up to but not including B+8. If B+8 is larger than the array length, the program fails\n * @see Native TEAL opcode: [`extract_uint64`](https://dev.algorand.co/reference/algorand-teal/opcodes#extract_uint64)\n * Min AVM version: 5\n */\nexport function extractUint64(a: bytes, b: uint64): uint64 {\n throw new NoImplementation()\n}\n\n/**\n * for (data A, compressed-format signature B, pubkey C) verify the signature of data against the pubkey\n * @see Native TEAL opcode: [`falcon_verify`](https://dev.algorand.co/reference/algorand-teal/opcodes#falcon_verify)\n * Min AVM version: 12\n */\nexport function falconVerify(a: bytes, b: bytes<1232>, c: bytes<1793>): boolean {\n throw new NoImplementation()\n}\n\n/**\n * ID of the asset or application created in the Ath transaction of the current group\n * `gaids` fails unless the requested transaction created an asset or application and A < GroupIndex.\n * @see Native TEAL opcode: [`gaids`](https://dev.algorand.co/reference/algorand-teal/opcodes#gaids)\n * Min AVM version: 4\n */\nexport function gaid(a: uint64): uint64 {\n throw new NoImplementation()\n}\n\n/**\n * Bth bit of (byte-array or integer) A. If B is greater than or equal to the bit length of the value (8*byte length), the program fails\n * see explanation of bit ordering in setbit\n * @see Native TEAL opcode: [`getbit`](https://dev.algorand.co/reference/algorand-teal/opcodes#getbit)\n * Min AVM version: 3\n */\nexport function getBit(a: bytes | uint64, b: uint64): uint64 {\n throw new NoImplementation()\n}\n\n/**\n * Bth byte of A, as an integer. If B is greater than or equal to the array length, the program fails\n * @see Native TEAL opcode: [`getbyte`](https://dev.algorand.co/reference/algorand-teal/opcodes#getbyte)\n * Min AVM version: 3\n */\nexport function getByte(a: bytes, b: uint64): uint64 {\n throw new NoImplementation()\n}\n\n/**\n * Get values for inner transaction in the last group submitted\n */\nexport const GITxn = {\n /**\n * 32 byte address\n * Min AVM version: 6\n */\n sender(t: uint64): Account {\n throw new NoImplementation()\n },\n\n /**\n * microalgos\n * Min AVM version: 6\n */\n fee(t: uint64): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * round number\n * Min AVM version: 6\n */\n firstValid(t: uint64): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * UNIX timestamp of block before txn.FirstValid. Fails if negative\n * Min AVM version: 7\n */\n firstValidTime(t: uint64): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * round number\n * Min AVM version: 6\n */\n lastValid(t: uint64): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * Any data up to 1024 bytes\n * Min AVM version: 6\n */\n note(t: uint64): bytes {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte lease value\n * Min AVM version: 6\n */\n lease(t: uint64): bytes<32> {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte address\n * Min AVM version: 6\n */\n receiver(t: uint64): Account {\n throw new NoImplementation()\n },\n\n /**\n * microalgos\n * Min AVM version: 6\n */\n amount(t: uint64): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte address\n * Min AVM version: 6\n */\n closeRemainderTo(t: uint64): Account {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte address\n * Min AVM version: 6\n */\n votePk(t: uint64): bytes<32> {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte address\n * Min AVM version: 6\n */\n selectionPk(t: uint64): bytes<32> {\n throw new NoImplementation()\n },\n\n /**\n * The first round that the participation key is valid.\n * Min AVM version: 6\n */\n voteFirst(t: uint64): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * The last round that the participation key is valid.\n * Min AVM version: 6\n */\n voteLast(t: uint64): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * Dilution for the 2-level participation key\n * Min AVM version: 6\n */\n voteKeyDilution(t: uint64): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * Transaction type as bytes\n * Min AVM version: 6\n */\n type(t: uint64): bytes {\n throw new NoImplementation()\n },\n\n /**\n * Transaction type as integer\n * Min AVM version: 6\n */\n typeEnum(t: uint64): TransactionType {\n throw new NoImplementation()\n },\n\n /**\n * Asset ID\n * Min AVM version: 6\n */\n xferAsset(t: uint64): Asset {\n throw new NoImplementation()\n },\n\n /**\n * value in Asset's units\n * Min AVM version: 6\n */\n assetAmount(t: uint64): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte address. Source of assets if Sender is the Asset's Clawback address.\n * Min AVM version: 6\n */\n assetSender(t: uint64): Account {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte address\n * Min AVM version: 6\n */\n assetReceiver(t: uint64): Account {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte address\n * Min AVM version: 6\n */\n assetCloseTo(t: uint64): Account {\n throw new NoImplementation()\n },\n\n /**\n * Position of this transaction within an atomic transaction group. A stand-alone transaction is implicitly element 0 in a group of 1\n * Min AVM version: 6\n */\n groupIndex(t: uint64): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * The computed ID for this transaction. 32 bytes.\n * Min AVM version: 6\n */\n txId(t: uint64): bytes<32> {\n throw new NoImplementation()\n },\n\n /**\n * ApplicationID from ApplicationCall transaction\n * Min AVM version: 2\n */\n applicationId(t: uint64): Application {\n throw new NoImplementation()\n },\n\n /**\n * ApplicationCall transaction on completion action\n * Min AVM version: 2\n */\n onCompletion(t: uint64): OnCompleteAction {\n throw new NoImplementation()\n },\n\n /**\n * Arguments passed to the application in the ApplicationCall transaction\n * Min AVM version: 2\n */\n applicationArgs(t: uint64, a: uint64): bytes {\n throw new NoImplementation()\n },\n\n /**\n * Number of ApplicationArgs\n * Min AVM version: 2\n */\n numAppArgs(t: uint64): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * Accounts listed in the ApplicationCall transaction\n * Min AVM version: 2\n */\n accounts(t: uint64, a: uint64): Account {\n throw new NoImplementation()\n },\n\n /**\n * Number of Accounts\n * Min AVM version: 2\n */\n numAccounts(t: uint64): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * Approval program\n * Min AVM version: 2\n */\n approvalProgram(t: uint64): bytes {\n throw new NoImplementation()\n },\n\n /**\n * Clear state program\n * Min AVM version: 2\n */\n clearStateProgram(t: uint64): bytes {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte Sender's new AuthAddr\n * Min AVM version: 2\n */\n rekeyTo(t: uint64): Account {\n throw new NoImplementation()\n },\n\n /**\n * Asset ID in asset config transaction\n * Min AVM version: 2\n */\n configAsset(t: uint64): Asset {\n throw new NoImplementation()\n },\n\n /**\n * Total number of units of this asset created\n * Min AVM version: 2\n */\n configAssetTotal(t: uint64): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * Number of digits to display after the decimal place when displaying the asset\n * Min AVM version: 2\n */\n configAssetDecimals(t: uint64): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * Whether the asset's slots are frozen by default or not, 0 or 1\n * Min AVM version: 2\n */\n configAssetDefaultFrozen(t: uint64): boolean {\n throw new NoImplementation()\n },\n\n /**\n * Unit name of the asset\n * Min AVM version: 2\n */\n configAssetUnitName(t: uint64): bytes {\n throw new NoImplementation()\n },\n\n /**\n * The asset name\n * Min AVM version: 2\n */\n configAssetName(t: uint64): bytes {\n throw new NoImplementation()\n },\n\n /**\n * URL\n * Min AVM version: 2\n */\n configAssetUrl(t: uint64): bytes {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte commitment to unspecified asset metadata\n * Min AVM version: 2\n */\n configAssetMetadataHash(t: uint64): bytes<32> {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte address\n * Min AVM version: 2\n */\n configAssetManager(t: uint64): Account {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte address\n * Min AVM version: 2\n */\n configAssetReserve(t: uint64): Account {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte address\n * Min AVM version: 2\n */\n configAssetFreeze(t: uint64): Account {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte address\n * Min AVM version: 2\n */\n configAssetClawback(t: uint64): Account {\n throw new NoImplementation()\n },\n\n /**\n * Asset ID being frozen or un-frozen\n * Min AVM version: 2\n */\n freezeAsset(t: uint64): Asset {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte address of the account whose asset slot is being frozen or un-frozen\n * Min AVM version: 2\n */\n freezeAssetAccount(t: uint64): Account {\n throw new NoImplementation()\n },\n\n /**\n * The new frozen value, 0 or 1\n * Min AVM version: 2\n */\n freezeAssetFrozen(t: uint64): boolean {\n throw new NoImplementation()\n },\n\n /**\n * Foreign Assets listed in the ApplicationCall transaction\n * Min AVM version: 3\n */\n assets(t: uint64, a: uint64): Asset {\n throw new NoImplementation()\n },\n\n /**\n * Number of Assets\n * Min AVM version: 3\n */\n numAssets(t: uint64): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * Foreign Apps listed in the ApplicationCall transaction\n * Min AVM version: 3\n */\n applications(t: uint64, a: uint64): Application {\n throw new NoImplementation()\n },\n\n /**\n * Number of Applications\n * Min AVM version: 3\n */\n numApplications(t: uint64): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * Number of global state integers in ApplicationCall\n * Min AVM version: 3\n */\n globalNumUint(t: uint64): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * Number of global state byteslices in ApplicationCall\n * Min AVM version: 3\n */\n globalNumByteSlice(t: uint64): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * Number of local state integers in ApplicationCall\n * Min AVM version: 3\n */\n localNumUint(t: uint64): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * Number of local state byteslices in ApplicationCall\n * Min AVM version: 3\n */\n localNumByteSlice(t: uint64): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * Number of additional pages for each of the application's approval and clear state programs. An ExtraProgramPages of 1 means 2048 more total bytes, or 1024 for each program.\n * Min AVM version: 4\n */\n extraProgramPages(t: uint64): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * Marks an account nonparticipating for rewards\n * Min AVM version: 5\n */\n nonparticipation(t: uint64): boolean {\n throw new NoImplementation()\n },\n\n /**\n * Log messages emitted by an application call (only with `itxn` in v5). Application mode only\n * Min AVM version: 5\n */\n logs(t: uint64, a: uint64): bytes {\n throw new NoImplementation()\n },\n\n /**\n * Number of Logs (only with `itxn` in v5). Application mode only\n * Min AVM version: 5\n */\n numLogs(t: uint64): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * Asset ID allocated by the creation of an ASA (only with `itxn` in v5). Application mode only\n * Min AVM version: 5\n */\n createdAssetId(t: uint64): Asset {\n throw new NoImplementation()\n },\n\n /**\n * ApplicationID allocated by the creation of an application (only with `itxn` in v5). Application mode only\n * Min AVM version: 5\n */\n createdApplicationId(t: uint64): Application {\n throw new NoImplementation()\n },\n\n /**\n * The last message emitted. Empty bytes if none were emitted. Application mode only\n * Min AVM version: 6\n */\n lastLog(t: uint64): bytes {\n throw new NoImplementation()\n },\n\n /**\n * 64 byte state proof public key\n * Min AVM version: 6\n */\n stateProofPk(t: uint64): bytes {\n throw new NoImplementation()\n },\n\n /**\n * Approval Program as an array of pages\n * Min AVM version: 7\n */\n approvalProgramPages(t: uint64, a: uint64): bytes {\n throw new NoImplementation()\n },\n\n /**\n * Number of Approval Program pages\n * Min AVM version: 7\n */\n numApprovalProgramPages(t: uint64): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * ClearState Program as an array of pages\n * Min AVM version: 7\n */\n clearStateProgramPages(t: uint64, a: uint64): bytes {\n throw new NoImplementation()\n },\n\n /**\n * Number of ClearState Program pages\n * Min AVM version: 7\n */\n numClearStateProgramPages(t: uint64): uint64 {\n throw new NoImplementation()\n },\n}\n\n/**\n * Bth scratch space value of the Ath transaction in the current group\n * @see Native TEAL opcode: [`gloadss`](https://dev.algorand.co/reference/algorand-teal/opcodes#gloadss)\n * Min AVM version: 6\n */\nexport function gloadBytes(a: uint64, b: uint64): bytes {\n throw new NoImplementation()\n}\n\n/**\n * Bth scratch space value of the Ath transaction in the current group\n * @see Native TEAL opcode: [`gloadss`](https://dev.algorand.co/reference/algorand-teal/opcodes#gloadss)\n * Min AVM version: 6\n */\nexport function gloadUint64(a: uint64, b: uint64): uint64 {\n throw new NoImplementation()\n}\nexport const Global = {\n /**\n * microalgos\n * Min AVM version: 1\n */\n get minTxnFee(): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * microalgos\n * Min AVM version: 1\n */\n get minBalance(): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * rounds\n * Min AVM version: 1\n */\n get maxTxnLife(): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte address of all zero bytes\n * Min AVM version: 1\n */\n get zeroAddress(): Account {\n throw new NoImplementation()\n },\n\n /**\n * Number of transactions in this atomic transaction group. At least 1\n * Min AVM version: 1\n */\n get groupSize(): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * Maximum supported version\n * Min AVM version: 2\n */\n get logicSigVersion(): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * Current round number. Application mode only.\n * Min AVM version: 2\n */\n get round(): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * Last confirmed block UNIX timestamp. Fails if negative. Application mode only.\n * Min AVM version: 2\n */\n get latestTimestamp(): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * ID of current application executing. Application mode only.\n * Min AVM version: 2\n */\n get currentApplicationId(): Application {\n throw new NoImplementation()\n },\n\n /**\n * Address of the creator of the current application. Application mode only.\n * Min AVM version: 3\n */\n get creatorAddress(): Account {\n throw new NoImplementation()\n },\n\n /**\n * Address that the current application controls. Application mode only.\n * Min AVM version: 5\n */\n get currentApplicationAddress(): Account {\n throw new NoImplementation()\n },\n\n /**\n * ID of the transaction group. 32 zero bytes if the transaction is not part of a group.\n * Min AVM version: 5\n */\n get groupId(): bytes<32> {\n throw new NoImplementation()\n },\n\n /**\n * The remaining cost that can be spent by opcodes in this program.\n * Min AVM version: 6\n */\n get opcodeBudget(): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * The application ID of the application that called this application. 0 if this application is at the top-level. Application mode only.\n * Min AVM version: 6\n */\n get callerApplicationId(): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * The application address of the application that called this application. ZeroAddress if this application is at the top-level. Application mode only.\n * Min AVM version: 6\n */\n get callerApplicationAddress(): Account {\n throw new NoImplementation()\n },\n\n /**\n * The additional minimum balance required to create (and opt-in to) an asset.\n * Min AVM version: 10\n */\n get assetCreateMinBalance(): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * The additional minimum balance required to opt-in to an asset.\n * Min AVM version: 10\n */\n get assetOptInMinBalance(): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * The Genesis Hash for the network.\n * Min AVM version: 10\n */\n get genesisHash(): bytes<32> {\n throw new NoImplementation()\n },\n\n /**\n * Whether block proposal payouts are enabled.\n * Min AVM version: 11\n */\n get payoutsEnabled(): boolean {\n throw new NoImplementation()\n },\n\n /**\n * The fee required in a keyreg transaction to make an account incentive eligible.\n * Min AVM version: 11\n */\n get payoutsGoOnlineFee(): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * The percentage of transaction fees in a block that can be paid to the block proposer.\n * Min AVM version: 11\n */\n get payoutsPercent(): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * The minimum balance an account must have in the agreement round to receive block payouts in the proposal round.\n * Min AVM version: 11\n */\n get payoutsMinBalance(): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * The maximum balance an account can have in the agreement round to receive block payouts in the proposal round.\n * Min AVM version: 11\n */\n get payoutsMaxBalance(): uint64 {\n throw new NoImplementation()\n },\n}\n\n/**\n * Get values for transactions in the current group\n */\nexport const GTxn = {\n /**\n * 32 byte address\n * Min AVM version: 3\n */\n sender(a: uint64): Account {\n throw new NoImplementation()\n },\n\n /**\n * microalgos\n * Min AVM version: 3\n */\n fee(a: uint64): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * round number\n * Min AVM version: 3\n */\n firstValid(a: uint64): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * UNIX timestamp of block before txn.FirstValid. Fails if negative\n * Min AVM version: 7\n */\n firstValidTime(a: uint64): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * round number\n * Min AVM version: 3\n */\n lastValid(a: uint64): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * Any data up to 1024 bytes\n * Min AVM version: 3\n */\n note(a: uint64): bytes {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte lease value\n * Min AVM version: 3\n */\n lease(a: uint64): bytes<32> {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte address\n * Min AVM version: 3\n */\n receiver(a: uint64): Account {\n throw new NoImplementation()\n },\n\n /**\n * microalgos\n * Min AVM version: 3\n */\n amount(a: uint64): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte address\n * Min AVM version: 3\n */\n closeRemainderTo(a: uint64): Account {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte address\n * Min AVM version: 3\n */\n votePk(a: uint64): bytes<32> {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte address\n * Min AVM version: 3\n */\n selectionPk(a: uint64): bytes<32> {\n throw new NoImplementation()\n },\n\n /**\n * The first round that the participation key is valid.\n * Min AVM version: 3\n */\n voteFirst(a: uint64): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * The last round that the participation key is valid.\n * Min AVM version: 3\n */\n voteLast(a: uint64): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * Dilution for the 2-level participation key\n * Min AVM version: 3\n */\n voteKeyDilution(a: uint64): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * Transaction type as bytes\n * Min AVM version: 3\n */\n type(a: uint64): bytes {\n throw new NoImplementation()\n },\n\n /**\n * Transaction type as integer\n * Min AVM version: 3\n */\n typeEnum(a: uint64): TransactionType {\n throw new NoImplementation()\n },\n\n /**\n * Asset ID\n * Min AVM version: 3\n */\n xferAsset(a: uint64): Asset {\n throw new NoImplementation()\n },\n\n /**\n * value in Asset's units\n * Min AVM version: 3\n */\n assetAmount(a: uint64): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte address. Source of assets if Sender is the Asset's Clawback address.\n * Min AVM version: 3\n */\n assetSender(a: uint64): Account {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte address\n * Min AVM version: 3\n */\n assetReceiver(a: uint64): Account {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte address\n * Min AVM version: 3\n */\n assetCloseTo(a: uint64): Account {\n throw new NoImplementation()\n },\n\n /**\n * Position of this transaction within an atomic transaction group. A stand-alone transaction is implicitly element 0 in a group of 1\n * Min AVM version: 3\n */\n groupIndex(a: uint64): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * The computed ID for this transaction. 32 bytes.\n * Min AVM version: 3\n */\n txId(a: uint64): bytes<32> {\n throw new NoImplementation()\n },\n\n /**\n * ApplicationID from ApplicationCall transaction\n * Min AVM version: 2\n */\n applicationId(a: uint64): Application {\n throw new NoImplementation()\n },\n\n /**\n * ApplicationCall transaction on completion action\n * Min AVM version: 2\n */\n onCompletion(a: uint64): OnCompleteAction {\n throw new NoImplementation()\n },\n\n /**\n * Arguments passed to the application in the ApplicationCall transaction\n * Min AVM version: 2\n */\n applicationArgs(a: uint64, b: uint64): bytes {\n throw new NoImplementation()\n },\n\n /**\n * Number of ApplicationArgs\n * Min AVM version: 2\n */\n numAppArgs(a: uint64): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * Accounts listed in the ApplicationCall transaction\n * Min AVM version: 2\n */\n accounts(a: uint64, b: uint64): Account {\n throw new NoImplementation()\n },\n\n /**\n * Number of Accounts\n * Min AVM version: 2\n */\n numAccounts(a: uint64): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * Approval program\n * Min AVM version: 2\n */\n approvalProgram(a: uint64): bytes {\n throw new NoImplementation()\n },\n\n /**\n * Clear state program\n * Min AVM version: 2\n */\n clearStateProgram(a: uint64): bytes {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte Sender's new AuthAddr\n * Min AVM version: 2\n */\n rekeyTo(a: uint64): Account {\n throw new NoImplementation()\n },\n\n /**\n * Asset ID in asset config transaction\n * Min AVM version: 2\n */\n configAsset(a: uint64): Asset {\n throw new NoImplementation()\n },\n\n /**\n * Total number of units of this asset created\n * Min AVM version: 2\n */\n configAssetTotal(a: uint64): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * Number of digits to display after the decimal place when displaying the asset\n * Min AVM version: 2\n */\n configAssetDecimals(a: uint64): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * Whether the asset's slots are frozen by default or not, 0 or 1\n * Min AVM version: 2\n */\n configAssetDefaultFrozen(a: uint64): boolean {\n throw new NoImplementation()\n },\n\n /**\n * Unit name of the asset\n * Min AVM version: 2\n */\n configAssetUnitName(a: uint64): bytes {\n throw new NoImplementation()\n },\n\n /**\n * The asset name\n * Min AVM version: 2\n */\n configAssetName(a: uint64): bytes {\n throw new NoImplementation()\n },\n\n /**\n * URL\n * Min AVM version: 2\n */\n configAssetUrl(a: uint64): bytes {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte commitment to unspecified asset metadata\n * Min AVM version: 2\n */\n configAssetMetadataHash(a: uint64): bytes<32> {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte address\n * Min AVM version: 2\n */\n configAssetManager(a: uint64): Account {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte address\n * Min AVM version: 2\n */\n configAssetReserve(a: uint64): Account {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte address\n * Min AVM version: 2\n */\n configAssetFreeze(a: uint64): Account {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte address\n * Min AVM version: 2\n */\n configAssetClawback(a: uint64): Account {\n throw new NoImplementation()\n },\n\n /**\n * Asset ID being frozen or un-frozen\n * Min AVM version: 2\n */\n freezeAsset(a: uint64): Asset {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte address of the account whose asset slot is being frozen or un-frozen\n * Min AVM version: 2\n */\n freezeAssetAccount(a: uint64): Account {\n throw new NoImplementation()\n },\n\n /**\n * The new frozen value, 0 or 1\n * Min AVM version: 2\n */\n freezeAssetFrozen(a: uint64): boolean {\n throw new NoImplementation()\n },\n\n /**\n * Foreign Assets listed in the ApplicationCall transaction\n * Min AVM version: 3\n */\n assets(a: uint64, b: uint64): Asset {\n throw new NoImplementation()\n },\n\n /**\n * Number of Assets\n * Min AVM version: 3\n */\n numAssets(a: uint64): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * Foreign Apps listed in the ApplicationCall transaction\n * Min AVM version: 3\n */\n applications(a: uint64, b: uint64): Application {\n throw new NoImplementation()\n },\n\n /**\n * Number of Applications\n * Min AVM version: 3\n */\n numApplications(a: uint64): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * Number of global state integers in ApplicationCall\n * Min AVM version: 3\n */\n globalNumUint(a: uint64): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * Number of global state byteslices in ApplicationCall\n * Min AVM version: 3\n */\n globalNumByteSlice(a: uint64): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * Number of local state integers in ApplicationCall\n * Min AVM version: 3\n */\n localNumUint(a: uint64): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * Number of local state byteslices in ApplicationCall\n * Min AVM version: 3\n */\n localNumByteSlice(a: uint64): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * Number of additional pages for each of the application's approval and clear state programs. An ExtraProgramPages of 1 means 2048 more total bytes, or 1024 for each program.\n * Min AVM version: 4\n */\n extraProgramPages(a: uint64): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * Marks an account nonparticipating for rewards\n * Min AVM version: 5\n */\n nonparticipation(a: uint64): boolean {\n throw new NoImplementation()\n },\n\n /**\n * Log messages emitted by an application call (only with `itxn` in v5). Application mode only\n * Min AVM version: 5\n */\n logs(a: uint64, b: uint64): bytes {\n throw new NoImplementation()\n },\n\n /**\n * Number of Logs (only with `itxn` in v5). Application mode only\n * Min AVM version: 5\n */\n numLogs(a: uint64): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * Asset ID allocated by the creation of an ASA (only with `itxn` in v5). Application mode only\n * Min AVM version: 5\n */\n createdAssetId(a: uint64): Asset {\n throw new NoImplementation()\n },\n\n /**\n * ApplicationID allocated by the creation of an application (only with `itxn` in v5). Application mode only\n * Min AVM version: 5\n */\n createdApplicationId(a: uint64): Application {\n throw new NoImplementation()\n },\n\n /**\n * The last message emitted. Empty bytes if none were emitted. Application mode only\n * Min AVM version: 6\n */\n lastLog(a: uint64): bytes {\n throw new NoImplementation()\n },\n\n /**\n * 64 byte state proof public key\n * Min AVM version: 6\n */\n stateProofPk(a: uint64): bytes {\n throw new NoImplementation()\n },\n\n /**\n * Approval Program as an array of pages\n * Min AVM version: 7\n */\n approvalProgramPages(a: uint64, b: uint64): bytes {\n throw new NoImplementation()\n },\n\n /**\n * Number of Approval Program pages\n * Min AVM version: 7\n */\n numApprovalProgramPages(a: uint64): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * ClearState Program as an array of pages\n * Min AVM version: 7\n */\n clearStateProgramPages(a: uint64, b: uint64): bytes {\n throw new NoImplementation()\n },\n\n /**\n * Number of ClearState Program pages\n * Min AVM version: 7\n */\n numClearStateProgramPages(a: uint64): uint64 {\n throw new NoImplementation()\n },\n}\n\n/**\n * converts uint64 A to big-endian byte array, always of length 8\n * @see Native TEAL opcode: [`itob`](https://dev.algorand.co/reference/algorand-teal/opcodes#itob)\n * Min AVM version: 1\n */\nexport function itob(a: uint64): bytes<8> {\n throw new NoImplementation()\n}\n\n/**\n * Get values for the last inner transaction\n */\nexport const ITxn = {\n /**\n * 32 byte address\n * Min AVM version: 5\n */\n get sender(): Account {\n throw new NoImplementation()\n },\n\n /**\n * microalgos\n * Min AVM version: 5\n */\n get fee(): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * round number\n * Min AVM version: 5\n */\n get firstValid(): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * UNIX timestamp of block before txn.FirstValid. Fails if negative\n * Min AVM version: 7\n */\n get firstValidTime(): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * round number\n * Min AVM version: 5\n */\n get lastValid(): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * Any data up to 1024 bytes\n * Min AVM version: 5\n */\n get note(): bytes {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte lease value\n * Min AVM version: 5\n */\n get lease(): bytes<32> {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte address\n * Min AVM version: 5\n */\n get receiver(): Account {\n throw new NoImplementation()\n },\n\n /**\n * microalgos\n * Min AVM version: 5\n */\n get amount(): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte address\n * Min AVM version: 5\n */\n get closeRemainderTo(): Account {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte address\n * Min AVM version: 5\n */\n get votePk(): bytes<32> {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte address\n * Min AVM version: 5\n */\n get selectionPk(): bytes<32> {\n throw new NoImplementation()\n },\n\n /**\n * The first round that the participation key is valid.\n * Min AVM version: 5\n */\n get voteFirst(): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * The last round that the participation key is valid.\n * Min AVM version: 5\n */\n get voteLast(): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * Dilution for the 2-level participation key\n * Min AVM version: 5\n */\n get voteKeyDilution(): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * Transaction type as bytes\n * Min AVM version: 5\n */\n get type(): bytes {\n throw new NoImplementation()\n },\n\n /**\n * Transaction type as integer\n * Min AVM version: 5\n */\n get typeEnum(): TransactionType {\n throw new NoImplementation()\n },\n\n /**\n * Asset ID\n * Min AVM version: 5\n */\n get xferAsset(): Asset {\n throw new NoImplementation()\n },\n\n /**\n * value in Asset's units\n * Min AVM version: 5\n */\n get assetAmount(): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte address. Source of assets if Sender is the Asset's Clawback address.\n * Min AVM version: 5\n */\n get assetSender(): Account {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte address\n * Min AVM version: 5\n */\n get assetReceiver(): Account {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte address\n * Min AVM version: 5\n */\n get assetCloseTo(): Account {\n throw new NoImplementation()\n },\n\n /**\n * Position of this transaction within an atomic transaction group. A stand-alone transaction is implicitly element 0 in a group of 1\n * Min AVM version: 5\n */\n get groupIndex(): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * The computed ID for this transaction. 32 bytes.\n * Min AVM version: 5\n */\n get txId(): bytes<32> {\n throw new NoImplementation()\n },\n\n /**\n * ApplicationID from ApplicationCall transaction\n * Min AVM version: 2\n */\n get applicationId(): Application {\n throw new NoImplementation()\n },\n\n /**\n * ApplicationCall transaction on completion action\n * Min AVM version: 2\n */\n get onCompletion(): OnCompleteAction {\n throw new NoImplementation()\n },\n\n /**\n * Arguments passed to the application in the ApplicationCall transaction\n * Min AVM version: 2\n */\n applicationArgs(a: uint64): bytes {\n throw new NoImplementation()\n },\n\n /**\n * Number of ApplicationArgs\n * Min AVM version: 2\n */\n get numAppArgs(): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * Accounts listed in the ApplicationCall transaction\n * Min AVM version: 2\n */\n accounts(a: uint64): Account {\n throw new NoImplementation()\n },\n\n /**\n * Number of Accounts\n * Min AVM version: 2\n */\n get numAccounts(): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * Approval program\n * Min AVM version: 2\n */\n get approvalProgram(): bytes {\n throw new NoImplementation()\n },\n\n /**\n * Clear state program\n * Min AVM version: 2\n */\n get clearStateProgram(): bytes {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte Sender's new AuthAddr\n * Min AVM version: 2\n */\n get rekeyTo(): Account {\n throw new NoImplementation()\n },\n\n /**\n * Asset ID in asset config transaction\n * Min AVM version: 2\n */\n get configAsset(): Asset {\n throw new NoImplementation()\n },\n\n /**\n * Total number of units of this asset created\n * Min AVM version: 2\n */\n get configAssetTotal(): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * Number of digits to display after the decimal place when displaying the asset\n * Min AVM version: 2\n */\n get configAssetDecimals(): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * Whether the asset's slots are frozen by default or not, 0 or 1\n * Min AVM version: 2\n */\n get configAssetDefaultFrozen(): boolean {\n throw new NoImplementation()\n },\n\n /**\n * Unit name of the asset\n * Min AVM version: 2\n */\n get configAssetUnitName(): bytes {\n throw new NoImplementation()\n },\n\n /**\n * The asset name\n * Min AVM version: 2\n */\n get configAssetName(): bytes {\n throw new NoImplementation()\n },\n\n /**\n * URL\n * Min AVM version: 2\n */\n get configAssetUrl(): bytes {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte commitment to unspecified asset metadata\n * Min AVM version: 2\n */\n get configAssetMetadataHash(): bytes<32> {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte address\n * Min AVM version: 2\n */\n get configAssetManager(): Account {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte address\n * Min AVM version: 2\n */\n get configAssetReserve(): Account {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte address\n * Min AVM version: 2\n */\n get configAssetFreeze(): Account {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte address\n * Min AVM version: 2\n */\n get configAssetClawback(): Account {\n throw new NoImplementation()\n },\n\n /**\n * Asset ID being frozen or un-frozen\n * Min AVM version: 2\n */\n get freezeAsset(): Asset {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte address of the account whose asset slot is being frozen or un-frozen\n * Min AVM version: 2\n */\n get freezeAssetAccount(): Account {\n throw new NoImplementation()\n },\n\n /**\n * The new frozen value, 0 or 1\n * Min AVM version: 2\n */\n get freezeAssetFrozen(): boolean {\n throw new NoImplementation()\n },\n\n /**\n * Foreign Assets listed in the ApplicationCall transaction\n * Min AVM version: 3\n */\n assets(a: uint64): Asset {\n throw new NoImplementation()\n },\n\n /**\n * Number of Assets\n * Min AVM version: 3\n */\n get numAssets(): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * Foreign Apps listed in the ApplicationCall transaction\n * Min AVM version: 3\n */\n applications(a: uint64): Application {\n throw new NoImplementation()\n },\n\n /**\n * Number of Applications\n * Min AVM version: 3\n */\n get numApplications(): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * Number of global state integers in ApplicationCall\n * Min AVM version: 3\n */\n get globalNumUint(): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * Number of global state byteslices in ApplicationCall\n * Min AVM version: 3\n */\n get globalNumByteSlice(): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * Number of local state integers in ApplicationCall\n * Min AVM version: 3\n */\n get localNumUint(): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * Number of local state byteslices in ApplicationCall\n * Min AVM version: 3\n */\n get localNumByteSlice(): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * Number of additional pages for each of the application's approval and clear state programs. An ExtraProgramPages of 1 means 2048 more total bytes, or 1024 for each program.\n * Min AVM version: 4\n */\n get extraProgramPages(): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * Marks an account nonparticipating for rewards\n * Min AVM version: 5\n */\n get nonparticipation(): boolean {\n throw new NoImplementation()\n },\n\n /**\n * Log messages emitted by an application call (only with `itxn` in v5). Application mode only\n * Min AVM version: 5\n */\n logs(a: uint64): bytes {\n throw new NoImplementation()\n },\n\n /**\n * Number of Logs (only with `itxn` in v5). Application mode only\n * Min AVM version: 5\n */\n get numLogs(): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * Asset ID allocated by the creation of an ASA (only with `itxn` in v5). Application mode only\n * Min AVM version: 5\n */\n get createdAssetId(): Asset {\n throw new NoImplementation()\n },\n\n /**\n * ApplicationID allocated by the creation of an application (only with `itxn` in v5). Application mode only\n * Min AVM version: 5\n */\n get createdApplicationId(): Application {\n throw new NoImplementation()\n },\n\n /**\n * The last message emitted. Empty bytes if none were emitted. Application mode only\n * Min AVM version: 6\n */\n get lastLog(): bytes {\n throw new NoImplementation()\n },\n\n /**\n * 64 byte state proof public key\n * Min AVM version: 6\n */\n get stateProofPk(): bytes {\n throw new NoImplementation()\n },\n\n /**\n * Approval Program as an array of pages\n * Min AVM version: 7\n */\n approvalProgramPages(a: uint64): bytes {\n throw new NoImplementation()\n },\n\n /**\n * Number of Approval Program pages\n * Min AVM version: 7\n */\n get numApprovalProgramPages(): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * ClearState Program as an array of pages\n * Min AVM version: 7\n */\n clearStateProgramPages(a: uint64): bytes {\n throw new NoImplementation()\n },\n\n /**\n * Number of ClearState Program pages\n * Min AVM version: 7\n */\n get numClearStateProgramPages(): uint64 {\n throw new NoImplementation()\n },\n}\n\n/**\n * Create inner transactions\n */\nexport const ITxnCreate = {\n /**\n * begin preparation of a new inner transaction in a new transaction group\n * `itxn_begin` initializes Sender to the application address; Fee to the minimum allowable, taking into account MinTxnFee and credit from overpaying in earlier transactions; FirstValid/LastValid to the values in the invoking transaction, and all other fields to zero or empty values.\n * @see Native TEAL opcode: [`itxn_begin`](https://dev.algorand.co/reference/algorand-teal/opcodes#itxn_begin)\n * Min AVM version: 5\n */\n begin(): void {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte address\n * Min AVM version: 5\n */\n setSender(a: Account): void {\n throw new NoImplementation()\n },\n\n /**\n * microalgos\n * Min AVM version: 5\n */\n setFee(a: uint64): void {\n throw new NoImplementation()\n },\n\n /**\n * Any data up to 1024 bytes\n * Min AVM version: 5\n */\n setNote(a: bytes): void {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte address\n * Min AVM version: 5\n */\n setReceiver(a: Account): void {\n throw new NoImplementation()\n },\n\n /**\n * microalgos\n * Min AVM version: 5\n */\n setAmount(a: uint64): void {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte address\n * Min AVM version: 5\n */\n setCloseRemainderTo(a: Account): void {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte address\n * Min AVM version: 5\n */\n setVotePk(a: bytes<32>): void {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte address\n * Min AVM version: 5\n */\n setSelectionPk(a: bytes<32>): void {\n throw new NoImplementation()\n },\n\n /**\n * The first round that the participation key is valid.\n * Min AVM version: 5\n */\n setVoteFirst(a: uint64): void {\n throw new NoImplementation()\n },\n\n /**\n * The last round that the participation key is valid.\n * Min AVM version: 5\n */\n setVoteLast(a: uint64): void {\n throw new NoImplementation()\n },\n\n /**\n * Dilution for the 2-level participation key\n * Min AVM version: 5\n */\n setVoteKeyDilution(a: uint64): void {\n throw new NoImplementation()\n },\n\n /**\n * Transaction type as bytes\n * Min AVM version: 5\n */\n setType(a: bytes): void {\n throw new NoImplementation()\n },\n\n /**\n * Transaction type as integer\n * Min AVM version: 5\n */\n setTypeEnum(a: uint64): void {\n throw new NoImplementation()\n },\n\n /**\n * Asset ID\n * Min AVM version: 5\n */\n setXferAsset(a: Asset | uint64): void {\n throw new NoImplementation()\n },\n\n /**\n * value in Asset's units\n * Min AVM version: 5\n */\n setAssetAmount(a: uint64): void {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte address. Source of assets if Sender is the Asset's Clawback address.\n * Min AVM version: 5\n */\n setAssetSender(a: Account): void {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte address\n * Min AVM version: 5\n */\n setAssetReceiver(a: Account): void {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte address\n * Min AVM version: 5\n */\n setAssetCloseTo(a: Account): void {\n throw new NoImplementation()\n },\n\n /**\n * ApplicationID from ApplicationCall transaction\n * Min AVM version: 2\n */\n setApplicationId(a: Application | uint64): void {\n throw new NoImplementation()\n },\n\n /**\n * ApplicationCall transaction on completion action\n * Min AVM version: 2\n */\n setOnCompletion(a: uint64): void {\n throw new NoImplementation()\n },\n\n /**\n * Arguments passed to the application in the ApplicationCall transaction\n * Min AVM version: 2\n */\n setApplicationArgs(a: bytes): void {\n throw new NoImplementation()\n },\n\n /**\n * Accounts listed in the ApplicationCall transaction\n * Min AVM version: 2\n */\n setAccounts(a: Account): void {\n throw new NoImplementation()\n },\n\n /**\n * Approval program\n * Min AVM version: 2\n */\n setApprovalProgram(a: bytes): void {\n throw new NoImplementation()\n },\n\n /**\n * Clear state program\n * Min AVM version: 2\n */\n setClearStateProgram(a: bytes): void {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte Sender's new AuthAddr\n * Min AVM version: 2\n */\n setRekeyTo(a: Account): void {\n throw new NoImplementation()\n },\n\n /**\n * Asset ID in asset config transaction\n * Min AVM version: 2\n */\n setConfigAsset(a: Asset | uint64): void {\n throw new NoImplementation()\n },\n\n /**\n * Total number of units of this asset created\n * Min AVM version: 2\n */\n setConfigAssetTotal(a: uint64): void {\n throw new NoImplementation()\n },\n\n /**\n * Number of digits to display after the decimal place when displaying the asset\n * Min AVM version: 2\n */\n setConfigAssetDecimals(a: uint64): void {\n throw new NoImplementation()\n },\n\n /**\n * Whether the asset's slots are frozen by default or not, 0 or 1\n * Min AVM version: 2\n */\n setConfigAssetDefaultFrozen(a: boolean): void {\n throw new NoImplementation()\n },\n\n /**\n * Unit name of the asset\n * Min AVM version: 2\n */\n setConfigAssetUnitName(a: bytes): void {\n throw new NoImplementation()\n },\n\n /**\n * The asset name\n * Min AVM version: 2\n */\n setConfigAssetName(a: bytes): void {\n throw new NoImplementation()\n },\n\n /**\n * URL\n * Min AVM version: 2\n */\n setConfigAssetUrl(a: bytes): void {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte commitment to unspecified asset metadata\n * Min AVM version: 2\n */\n setConfigAssetMetadataHash(a: bytes<32>): void {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte address\n * Min AVM version: 2\n */\n setConfigAssetManager(a: Account): void {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte address\n * Min AVM version: 2\n */\n setConfigAssetReserve(a: Account): void {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte address\n * Min AVM version: 2\n */\n setConfigAssetFreeze(a: Account): void {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte address\n * Min AVM version: 2\n */\n setConfigAssetClawback(a: Account): void {\n throw new NoImplementation()\n },\n\n /**\n * Asset ID being frozen or un-frozen\n * Min AVM version: 2\n */\n setFreezeAsset(a: Asset | uint64): void {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte address of the account whose asset slot is being frozen or un-frozen\n * Min AVM version: 2\n */\n setFreezeAssetAccount(a: Account): void {\n throw new NoImplementation()\n },\n\n /**\n * The new frozen value, 0 or 1\n * Min AVM version: 2\n */\n setFreezeAssetFrozen(a: boolean): void {\n throw new NoImplementation()\n },\n\n /**\n * Foreign Assets listed in the ApplicationCall transaction\n * Min AVM version: 3\n */\n setAssets(a: uint64): void {\n throw new NoImplementation()\n },\n\n /**\n * Foreign Apps listed in the ApplicationCall transaction\n * Min AVM version: 3\n */\n setApplications(a: uint64): void {\n throw new NoImplementation()\n },\n\n /**\n * Number of global state integers in ApplicationCall\n * Min AVM version: 3\n */\n setGlobalNumUint(a: uint64): void {\n throw new NoImplementation()\n },\n\n /**\n * Number of global state byteslices in ApplicationCall\n * Min AVM version: 3\n */\n setGlobalNumByteSlice(a: uint64): void {\n throw new NoImplementation()\n },\n\n /**\n * Number of local state integers in ApplicationCall\n * Min AVM version: 3\n */\n setLocalNumUint(a: uint64): void {\n throw new NoImplementation()\n },\n\n /**\n * Number of local state byteslices in ApplicationCall\n * Min AVM version: 3\n */\n setLocalNumByteSlice(a: uint64): void {\n throw new NoImplementation()\n },\n\n /**\n * Number of additional pages for each of the application's approval and clear state programs. An ExtraProgramPages of 1 means 2048 more total bytes, or 1024 for each program.\n * Min AVM version: 4\n */\n setExtraProgramPages(a: uint64): void {\n throw new NoImplementation()\n },\n\n /**\n * Marks an account nonparticipating for rewards\n * Min AVM version: 5\n */\n setNonparticipation(a: boolean): void {\n throw new NoImplementation()\n },\n\n /**\n * 64 byte state proof public key\n * Min AVM version: 6\n */\n setStateProofPk(a: bytes): void {\n throw new NoImplementation()\n },\n\n /**\n * Approval Program as an array of pages\n * Min AVM version: 7\n */\n setApprovalProgramPages(a: bytes): void {\n throw new NoImplementation()\n },\n\n /**\n * ClearState Program as an array of pages\n * Min AVM version: 7\n */\n setClearStateProgramPages(a: bytes): void {\n throw new NoImplementation()\n },\n\n /**\n * begin preparation of a new inner transaction in the same transaction group\n * `itxn_next` initializes the transaction exactly as `itxn_begin` does\n * @see Native TEAL opcode: [`itxn_next`](https://dev.algorand.co/reference/algorand-teal/opcodes#itxn_next)\n * Min AVM version: 6\n */\n next(): void {\n throw new NoImplementation()\n },\n\n /**\n * execute the current inner transaction group. Fail if executing this group would exceed the inner transaction limit, or if any transaction in the group fails.\n * `itxn_submit` resets the current transaction so that it can not be resubmitted. A new `itxn_begin` is required to prepare another inner transaction.\n * @see Native TEAL opcode: [`itxn_submit`](https://dev.algorand.co/reference/algorand-teal/opcodes#itxn_submit)\n * Min AVM version: 5\n */\n submit(): void {\n throw new NoImplementation()\n },\n}\n\nexport const JsonRef = {\n jsonString(a: bytes, b: bytes): bytes {\n throw new NoImplementation()\n },\n\n jsonUint64(a: bytes, b: bytes): uint64 {\n throw new NoImplementation()\n },\n\n jsonObject(a: bytes, b: bytes): bytes {\n throw new NoImplementation()\n },\n}\n\n/**\n * Keccak256 hash of value A, yields [32]byte\n * @see Native TEAL opcode: [`keccak256`](https://dev.algorand.co/reference/algorand-teal/opcodes#keccak256)\n * Min AVM version: 1\n */\nexport function keccak256(a: bytes): bytes<32> {\n throw new NoImplementation()\n}\n\n/**\n * yields length of byte value A\n * @see Native TEAL opcode: [`len`](https://dev.algorand.co/reference/algorand-teal/opcodes#len)\n * Min AVM version: 1\n */\nexport function len(a: bytes): uint64 {\n throw new NoImplementation()\n}\n\n/**\n * Load or store scratch values\n */\nexport const Scratch = {\n /**\n * Ath scratch space value. All scratch spaces are 0 at program start.\n * @see Native TEAL opcode: [`loads`](https://dev.algorand.co/reference/algorand-teal/opcodes#loads)\n * Min AVM version: 5\n */\n loadBytes(a: uint64): bytes {\n throw new NoImplementation()\n },\n\n /**\n * Ath scratch space value. All scratch spaces are 0 at program start.\n * @see Native TEAL opcode: [`loads`](https://dev.algorand.co/reference/algorand-teal/opcodes#loads)\n * Min AVM version: 5\n */\n loadUint64(a: uint64): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * store B to the Ath scratch space\n * @see Native TEAL opcode: [`stores`](https://dev.algorand.co/reference/algorand-teal/opcodes#stores)\n * Min AVM version: 5\n */\n store(a: uint64, b: bytes | uint64): void {\n throw new NoImplementation()\n },\n}\n\n/**\n * MiMC hash of scalars A, using curve and parameters specified by configuration C\n * A is a list of concatenated 32 byte big-endian unsigned integer scalars. Fail if A's length is not a multiple of 32 or any element exceeds the curve modulus.\n * The MiMC hash function has known collisions since any input which is a multiple of the elliptic curve modulus will hash to the same value. MiMC is thus not a general purpose hash function, but meant to be used in zero knowledge applications to match a zk-circuit implementation.\n * @see Native TEAL opcode: [`mimc`](https://dev.algorand.co/reference/algorand-teal/opcodes#mimc)\n * Min AVM version: 11\n */\nexport function mimc(c: MimcConfigurations, a: bytes): bytes<32> {\n throw new NoImplementation()\n}\n\n/**\n * minimum required balance for account A, in microalgos. Required balance is affected by ASA, App, and Box usage. When creating or opting into an app, the minimum balance grows before the app code runs, therefore the increase is visible there. When deleting or closing out, the minimum balance decreases after the app executes. Changes caused by inner transactions or box usage are observable immediately following the opcode effecting the change.\n * @param Txn.Accounts offset (or, since v4, an _available_ account address), _available_ application id (or, since v4, a Txn.ForeignApps offset).\n * * @return value.\n * @see Native TEAL opcode: [`min_balance`](https://dev.algorand.co/reference/algorand-teal/opcodes#min_balance)\n * Min AVM version: 3\n */\nexport function minBalance(a: Account | uint64): uint64 {\n throw new NoImplementation()\n}\n\n/**\n * A times B as a 128-bit result in two uint64s. X is the high 64 bits, Y is the low\n * @see Native TEAL opcode: [`mulw`](https://dev.algorand.co/reference/algorand-teal/opcodes#mulw)\n * Min AVM version: 1\n */\nexport function mulw(a: uint64, b: uint64): readonly [uint64, uint64] {\n throw new NoImplementation()\n}\n\n/**\n * the total online stake in the agreement round\n * @see Native TEAL opcode: [`online_stake`](https://dev.algorand.co/reference/algorand-teal/opcodes#online_stake)\n * Min AVM version: 11\n */\nexport function onlineStake(): uint64 {\n throw new NoImplementation()\n}\n\n/**\n * Copy of A with the bytes starting at B replaced by the bytes of C. Fails if B+len(C) exceeds len(A)\n * `replace3` can be called using `replace` with no immediates.\n * @see Native TEAL opcode: [`replace3`](https://dev.algorand.co/reference/algorand-teal/opcodes#replace3)\n * Min AVM version: 7\n */\nexport function replace(a: bytes, b: uint64, c: bytes): bytes {\n throw new NoImplementation()\n}\n\n/**\n * Copy of A with the Bth byte set to small integer (between 0..255) C. If B is greater than or equal to the array length, the program fails\n * @see Native TEAL opcode: [`setbyte`](https://dev.algorand.co/reference/algorand-teal/opcodes#setbyte)\n * Min AVM version: 3\n */\nexport function setByte(a: bytes, b: uint64, c: uint64): bytes {\n throw new NoImplementation()\n}\n\n/**\n * SHA256 hash of value A, yields [32]byte\n * @see Native TEAL opcode: [`sha256`](https://dev.algorand.co/reference/algorand-teal/opcodes#sha256)\n * Min AVM version: 1\n */\nexport function sha256(a: bytes): bytes<32> {\n throw new NoImplementation()\n}\n\n/**\n * SHA3_256 hash of value A, yields [32]byte\n * @see Native TEAL opcode: [`sha3_256`](https://dev.algorand.co/reference/algorand-teal/opcodes#sha3_256)\n * Min AVM version: 7\n */\nexport function sha3_256(a: bytes): bytes<32> {\n throw new NoImplementation()\n}\n\n/**\n * SHA512_256 hash of value A, yields [32]byte\n * @see Native TEAL opcode: [`sha512_256`](https://dev.algorand.co/reference/algorand-teal/opcodes#sha512_256)\n * Min AVM version: 1\n */\nexport function sha512_256(a: bytes): bytes<32> {\n throw new NoImplementation()\n}\n\n/**\n * A times 2^B, modulo 2^64\n * @see Native TEAL opcode: [`shl`](https://dev.algorand.co/reference/algorand-teal/opcodes#shl)\n * Min AVM version: 4\n */\nexport function shl(a: uint64, b: uint64): uint64 {\n throw new NoImplementation()\n}\n\n/**\n * A divided by 2^B\n * @see Native TEAL opcode: [`shr`](https://dev.algorand.co/reference/algorand-teal/opcodes#shr)\n * Min AVM version: 4\n */\nexport function shr(a: uint64, b: uint64): uint64 {\n throw new NoImplementation()\n}\n\n/**\n * The largest integer I such that I^2 <= A\n * @see Native TEAL opcode: [`sqrt`](https://dev.algorand.co/reference/algorand-teal/opcodes#sqrt)\n * Min AVM version: 4\n */\nexport function sqrt(a: uint64): uint64 {\n throw new NoImplementation()\n}\n\n/**\n * A range of bytes from A starting at B up to but not including C. If C < B, or either is larger than the array length, the program fails\n * @see Native TEAL opcode: [`substring3`](https://dev.algorand.co/reference/algorand-teal/opcodes#substring3)\n * Min AVM version: 2\n */\nexport function substring(a: bytes, b: uint64, c: uint64): bytes {\n throw new NoImplementation()\n}\n\n/**\n * sumhash512 of value A, yields [64]byte\n * @see Native TEAL opcode: [`sumhash512`](https://dev.algorand.co/reference/algorand-teal/opcodes#sumhash512)\n * Min AVM version: 12\n */\nexport function sumhash512(a: bytes): bytes<64> {\n throw new NoImplementation()\n}\n\n/**\n * Get values for the current executing transaction\n */\nexport const Txn = {\n /**\n * 32 byte address\n * Min AVM version: 1\n */\n get sender(): Account {\n throw new NoImplementation()\n },\n\n /**\n * microalgos\n * Min AVM version: 1\n */\n get fee(): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * round number\n * Min AVM version: 1\n */\n get firstValid(): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * UNIX timestamp of block before txn.FirstValid. Fails if negative\n * Min AVM version: 7\n */\n get firstValidTime(): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * round number\n * Min AVM version: 1\n */\n get lastValid(): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * Any data up to 1024 bytes\n * Min AVM version: 1\n */\n get note(): bytes {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte lease value\n * Min AVM version: 1\n */\n get lease(): bytes<32> {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte address\n * Min AVM version: 1\n */\n get receiver(): Account {\n throw new NoImplementation()\n },\n\n /**\n * microalgos\n * Min AVM version: 1\n */\n get amount(): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte address\n * Min AVM version: 1\n */\n get closeRemainderTo(): Account {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte address\n * Min AVM version: 1\n */\n get votePk(): bytes<32> {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte address\n * Min AVM version: 1\n */\n get selectionPk(): bytes<32> {\n throw new NoImplementation()\n },\n\n /**\n * The first round that the participation key is valid.\n * Min AVM version: 1\n */\n get voteFirst(): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * The last round that the participation key is valid.\n * Min AVM version: 1\n */\n get voteLast(): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * Dilution for the 2-level participation key\n * Min AVM version: 1\n */\n get voteKeyDilution(): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * Transaction type as bytes\n * Min AVM version: 1\n */\n get type(): bytes {\n throw new NoImplementation()\n },\n\n /**\n * Transaction type as integer\n * Min AVM version: 1\n */\n get typeEnum(): TransactionType {\n throw new NoImplementation()\n },\n\n /**\n * Asset ID\n * Min AVM version: 1\n */\n get xferAsset(): Asset {\n throw new NoImplementation()\n },\n\n /**\n * value in Asset's units\n * Min AVM version: 1\n */\n get assetAmount(): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte address. Source of assets if Sender is the Asset's Clawback address.\n * Min AVM version: 1\n */\n get assetSender(): Account {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte address\n * Min AVM version: 1\n */\n get assetReceiver(): Account {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte address\n * Min AVM version: 1\n */\n get assetCloseTo(): Account {\n throw new NoImplementation()\n },\n\n /**\n * Position of this transaction within an atomic transaction group. A stand-alone transaction is implicitly element 0 in a group of 1\n * Min AVM version: 1\n */\n get groupIndex(): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * The computed ID for this transaction. 32 bytes.\n * Min AVM version: 1\n */\n get txId(): bytes<32> {\n throw new NoImplementation()\n },\n\n /**\n * ApplicationID from ApplicationCall transaction\n * Min AVM version: 2\n */\n get applicationId(): Application {\n throw new NoImplementation()\n },\n\n /**\n * ApplicationCall transaction on completion action\n * Min AVM version: 2\n */\n get onCompletion(): OnCompleteAction {\n throw new NoImplementation()\n },\n\n /**\n * Arguments passed to the application in the ApplicationCall transaction\n * Min AVM version: 2\n */\n applicationArgs(a: uint64): bytes {\n throw new NoImplementation()\n },\n\n /**\n * Number of ApplicationArgs\n * Min AVM version: 2\n */\n get numAppArgs(): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * Accounts listed in the ApplicationCall transaction\n * Min AVM version: 2\n */\n accounts(a: uint64): Account {\n throw new NoImplementation()\n },\n\n /**\n * Number of Accounts\n * Min AVM version: 2\n */\n get numAccounts(): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * Approval program\n * Min AVM version: 2\n */\n get approvalProgram(): bytes {\n throw new NoImplementation()\n },\n\n /**\n * Clear state program\n * Min AVM version: 2\n */\n get clearStateProgram(): bytes {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte Sender's new AuthAddr\n * Min AVM version: 2\n */\n get rekeyTo(): Account {\n throw new NoImplementation()\n },\n\n /**\n * Asset ID in asset config transaction\n * Min AVM version: 2\n */\n get configAsset(): Asset {\n throw new NoImplementation()\n },\n\n /**\n * Total number of units of this asset created\n * Min AVM version: 2\n */\n get configAssetTotal(): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * Number of digits to display after the decimal place when displaying the asset\n * Min AVM version: 2\n */\n get configAssetDecimals(): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * Whether the asset's slots are frozen by default or not, 0 or 1\n * Min AVM version: 2\n */\n get configAssetDefaultFrozen(): boolean {\n throw new NoImplementation()\n },\n\n /**\n * Unit name of the asset\n * Min AVM version: 2\n */\n get configAssetUnitName(): bytes {\n throw new NoImplementation()\n },\n\n /**\n * The asset name\n * Min AVM version: 2\n */\n get configAssetName(): bytes {\n throw new NoImplementation()\n },\n\n /**\n * URL\n * Min AVM version: 2\n */\n get configAssetUrl(): bytes {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte commitment to unspecified asset metadata\n * Min AVM version: 2\n */\n get configAssetMetadataHash(): bytes<32> {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte address\n * Min AVM version: 2\n */\n get configAssetManager(): Account {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte address\n * Min AVM version: 2\n */\n get configAssetReserve(): Account {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte address\n * Min AVM version: 2\n */\n get configAssetFreeze(): Account {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte address\n * Min AVM version: 2\n */\n get configAssetClawback(): Account {\n throw new NoImplementation()\n },\n\n /**\n * Asset ID being frozen or un-frozen\n * Min AVM version: 2\n */\n get freezeAsset(): Asset {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte address of the account whose asset slot is being frozen or un-frozen\n * Min AVM version: 2\n */\n get freezeAssetAccount(): Account {\n throw new NoImplementation()\n },\n\n /**\n * The new frozen value, 0 or 1\n * Min AVM version: 2\n */\n get freezeAssetFrozen(): boolean {\n throw new NoImplementation()\n },\n\n /**\n * Foreign Assets listed in the ApplicationCall transaction\n * Min AVM version: 3\n */\n assets(a: uint64): Asset {\n throw new NoImplementation()\n },\n\n /**\n * Number of Assets\n * Min AVM version: 3\n */\n get numAssets(): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * Foreign Apps listed in the ApplicationCall transaction\n * Min AVM version: 3\n */\n applications(a: uint64): Application {\n throw new NoImplementation()\n },\n\n /**\n * Number of Applications\n * Min AVM version: 3\n */\n get numApplications(): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * Number of global state integers in ApplicationCall\n * Min AVM version: 3\n */\n get globalNumUint(): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * Number of global state byteslices in ApplicationCall\n * Min AVM version: 3\n */\n get globalNumByteSlice(): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * Number of local state integers in ApplicationCall\n * Min AVM version: 3\n */\n get localNumUint(): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * Number of local state byteslices in ApplicationCall\n * Min AVM version: 3\n */\n get localNumByteSlice(): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * Number of additional pages for each of the application's approval and clear state programs. An ExtraProgramPages of 1 means 2048 more total bytes, or 1024 for each program.\n * Min AVM version: 4\n */\n get extraProgramPages(): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * Marks an account nonparticipating for rewards\n * Min AVM version: 5\n */\n get nonparticipation(): boolean {\n throw new NoImplementation()\n },\n\n /**\n * Log messages emitted by an application call (only with `itxn` in v5). Application mode only\n * Min AVM version: 5\n */\n logs(a: uint64): bytes {\n throw new NoImplementation()\n },\n\n /**\n * Number of Logs (only with `itxn` in v5). Application mode only\n * Min AVM version: 5\n */\n get numLogs(): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * Asset ID allocated by the creation of an ASA (only with `itxn` in v5). Application mode only\n * Min AVM version: 5\n */\n get createdAssetId(): Asset {\n throw new NoImplementation()\n },\n\n /**\n * ApplicationID allocated by the creation of an application (only with `itxn` in v5). Application mode only\n * Min AVM version: 5\n */\n get createdApplicationId(): Application {\n throw new NoImplementation()\n },\n\n /**\n * The last message emitted. Empty bytes if none were emitted. Application mode only\n * Min AVM version: 6\n */\n get lastLog(): bytes {\n throw new NoImplementation()\n },\n\n /**\n * 64 byte state proof public key\n * Min AVM version: 6\n */\n get stateProofPk(): bytes {\n throw new NoImplementation()\n },\n\n /**\n * Approval Program as an array of pages\n * Min AVM version: 7\n */\n approvalProgramPages(a: uint64): bytes {\n throw new NoImplementation()\n },\n\n /**\n * Number of Approval Program pages\n * Min AVM version: 7\n */\n get numApprovalProgramPages(): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * ClearState Program as an array of pages\n * Min AVM version: 7\n */\n clearStateProgramPages(a: uint64): bytes {\n throw new NoImplementation()\n },\n\n /**\n * Number of ClearState Program pages\n * Min AVM version: 7\n */\n get numClearStateProgramPages(): uint64 {\n throw new NoImplementation()\n },\n}\n\nexport const VoterParams = {\n /**\n * Online stake in microalgos\n * Min AVM version: 11\n */\n voterBalance(a: Account | uint64): readonly [uint64, boolean] {\n throw new NoImplementation()\n },\n\n /**\n * Had this account opted into block payouts\n * Min AVM version: 11\n */\n voterIncentiveEligible(a: Account | uint64): readonly [boolean, boolean] {\n throw new NoImplementation()\n },\n}\n\n/**\n * Verify the proof B of message A against pubkey C. Returns vrf output and verification flag.\n * `VrfAlgorand` is the VRF used in Algorand. It is ECVRF-ED25519-SHA512-Elligator2, specified in the IETF internet draft [draft-irtf-cfrg-vrf-03](https://datatracker.ietf.org/doc/draft-irtf-cfrg-vrf/03/).\n * @see Native TEAL opcode: [`vrf_verify`](https://dev.algorand.co/reference/algorand-teal/opcodes#vrf_verify)\n * Min AVM version: 7\n */\nexport function vrfVerify(s: VrfVerify, a: bytes, b: bytes<80>, c: bytes<32>): readonly [bytes<64>, boolean] {\n throw new NoImplementation()\n}\n\n/**\n * A range of bytes from A starting at B up to the end of the sequence\n */\nexport function extract(a: bytes, b: uint64): bytes\n\n/**\n * A range of bytes from A starting at B up to but not including B+C. If B+C is larger than the array length, the program fails\n */\nexport function extract(a: bytes, b: uint64, c: uint64): bytes\nexport function extract(a: bytes | bytes, b: uint64 | uint64, c?: uint64): bytes {\n throw new NoImplementation()\n}\n\n/**\n * selects one of two values based on top-of-stack: B if C != 0, else A\n */\nexport function select(a: bytes, b: bytes, c: uint64): bytes\n\n/**\n * selects one of two values based on top-of-stack: B if C != 0, else A\n */\nexport function select(a: uint64, b: uint64, c: uint64): uint64\nexport function select(a: bytes | uint64, b: bytes | uint64, c: uint64 | uint64): bytes | uint64 {\n throw new NoImplementation()\n}\n\n/**\n * Set the nth bit of target to the value of c (1 or 0)\n */\nexport function setBit(target: bytes, n: uint64, c: uint64): bytes\n\n/**\n * Set the nth bit of target to the value of c (1 or 0)\n */\nexport function setBit(target: uint64, n: uint64, c: uint64): uint64\nexport function setBit(target: bytes | uint64, n: uint64 | uint64, c: uint64 | uint64): bytes | uint64 {\n throw new NoImplementation()\n}\n"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"op-Dbcue2tX.js","sources":["../src/op.ts"],"sourcesContent":["/* THIS FILE IS GENERATED BY ~/scripts/generate-op-funcs.ts - DO NOT MODIFY DIRECTLY */\nimport { NoImplementation } from './internal/errors'\nimport { bytes, uint64, biguint } from './primitives'\nimport { Account, Application, Asset } from './reference'\nimport { OnCompleteAction } from './on-complete-action'\nimport { TransactionType } from './transactions'\nexport enum Base64 {\n URLEncoding = 'URLEncoding',\n StdEncoding = 'StdEncoding',\n}\nexport enum Ec {\n /**\n * G1 of the BN254 curve. Points encoded as 32 byte X following by 32 byte Y\n */\n BN254g1 = 'BN254g1',\n /**\n * G2 of the BN254 curve. Points encoded as 64 byte X following by 64 byte Y\n */\n BN254g2 = 'BN254g2',\n /**\n * G1 of the BLS 12-381 curve. Points encoded as 48 byte X following by 48 byte Y\n */\n BLS12_381g1 = 'BLS12_381g1',\n /**\n * G2 of the BLS 12-381 curve. Points encoded as 96 byte X following by 96 byte Y\n */\n BLS12_381g2 = 'BLS12_381g2',\n}\nexport enum Ecdsa {\n /**\n * secp256k1 curve, used in Bitcoin\n */\n Secp256k1 = 'Secp256k1',\n /**\n * secp256r1 curve, NIST standard\n */\n Secp256r1 = 'Secp256r1',\n}\nexport enum MimcConfigurations {\n /**\n * MiMC configuration for the BN254 curve with Miyaguchi-Preneel mode, 110 rounds, exponent 5, seed \"seed\"\n */\n BN254Mp110 = 'BN254Mp110',\n /**\n * MiMC configuration for the BLS12-381 curve with Miyaguchi-Preneel mode, 111 rounds, exponent 5, seed \"seed\"\n */\n BLS12_381Mp111 = 'BLS12_381Mp111',\n}\nexport enum VrfVerify {\n VrfAlgorand = 'VrfAlgorand',\n}\nexport const AcctParams = {\n /**\n * Account balance in microalgos\n * Min AVM version: 6\n */\n acctBalance(a: Account | uint64): readonly [uint64, boolean] {\n throw new NoImplementation()\n },\n\n /**\n * Minimum required balance for account, in microalgos\n * Min AVM version: 6\n */\n acctMinBalance(a: Account | uint64): readonly [uint64, boolean] {\n throw new NoImplementation()\n },\n\n /**\n * Address the account is rekeyed to.\n * Min AVM version: 6\n */\n acctAuthAddr(a: Account | uint64): readonly [Account, boolean] {\n throw new NoImplementation()\n },\n\n /**\n * The total number of uint64 values allocated by this account in Global and Local States.\n * Min AVM version: 8\n */\n acctTotalNumUint(a: Account | uint64): readonly [uint64, boolean] {\n throw new NoImplementation()\n },\n\n /**\n * The total number of byte array values allocated by this account in Global and Local States.\n * Min AVM version: 8\n */\n acctTotalNumByteSlice(a: Account | uint64): readonly [uint64, boolean] {\n throw new NoImplementation()\n },\n\n /**\n * The number of extra app code pages used by this account.\n * Min AVM version: 8\n */\n acctTotalExtraAppPages(a: Account | uint64): readonly [uint64, boolean] {\n throw new NoImplementation()\n },\n\n /**\n * The number of existing apps created by this account.\n * Min AVM version: 8\n */\n acctTotalAppsCreated(a: Account | uint64): readonly [uint64, boolean] {\n throw new NoImplementation()\n },\n\n /**\n * The number of apps this account is opted into.\n * Min AVM version: 8\n */\n acctTotalAppsOptedIn(a: Account | uint64): readonly [uint64, boolean] {\n throw new NoImplementation()\n },\n\n /**\n * The number of existing ASAs created by this account.\n * Min AVM version: 8\n */\n acctTotalAssetsCreated(a: Account | uint64): readonly [uint64, boolean] {\n throw new NoImplementation()\n },\n\n /**\n * The numbers of ASAs held by this account (including ASAs this account created).\n * Min AVM version: 8\n */\n acctTotalAssets(a: Account | uint64): readonly [uint64, boolean] {\n throw new NoImplementation()\n },\n\n /**\n * The number of existing boxes created by this account's app.\n * Min AVM version: 8\n */\n acctTotalBoxes(a: Account | uint64): readonly [uint64, boolean] {\n throw new NoImplementation()\n },\n\n /**\n * The total number of bytes used by this account's app's box keys and values.\n * Min AVM version: 8\n */\n acctTotalBoxBytes(a: Account | uint64): readonly [uint64, boolean] {\n throw new NoImplementation()\n },\n\n /**\n * Has this account opted into block payouts\n * Min AVM version: 11\n */\n acctIncentiveEligible(a: Account | uint64): readonly [boolean, boolean] {\n throw new NoImplementation()\n },\n\n /**\n * The round number of the last block this account proposed.\n * Min AVM version: 11\n */\n acctLastProposed(a: Account | uint64): readonly [uint64, boolean] {\n throw new NoImplementation()\n },\n\n /**\n * The round number of the last block this account sent a heartbeat.\n * Min AVM version: 11\n */\n acctLastHeartbeat(a: Account | uint64): readonly [uint64, boolean] {\n throw new NoImplementation()\n },\n}\n\n/**\n * A plus B as a 128-bit result. X is the carry-bit, Y is the low-order 64 bits.\n * @see Native TEAL opcode: [`addw`](https://dev.algorand.co/reference/algorand-teal/opcodes#addw)\n * Min AVM version: 2\n */\nexport function addw(a: uint64, b: uint64): readonly [uint64, uint64] {\n throw new NoImplementation()\n}\n\n/**\n * Get or modify Global app state\n */\nexport const AppGlobal = {\n /**\n * delete key A from the global state of the current application\n * @param state key.\n * Deleting a key which is already absent has no effect on the application global state. (In particular, it does _not_ cause the program to fail.)\n * @see Native TEAL opcode: [`app_global_del`](https://dev.algorand.co/reference/algorand-teal/opcodes#app_global_del)\n * Min AVM version: 2\n */\n delete(a: bytes): void {\n throw new NoImplementation()\n },\n\n /**\n * global state of the key A in the current application\n * @param state key.\n * * @return value. The value is zero (of type uint64) if the key does not exist.\n * @see Native TEAL opcode: [`app_global_get`](https://dev.algorand.co/reference/algorand-teal/opcodes#app_global_get)\n * Min AVM version: 2\n */\n getBytes(a: bytes): bytes {\n throw new NoImplementation()\n },\n\n /**\n * global state of the key A in the current application\n * @param state key.\n * * @return value. The value is zero (of type uint64) if the key does not exist.\n * @see Native TEAL opcode: [`app_global_get`](https://dev.algorand.co/reference/algorand-teal/opcodes#app_global_get)\n * Min AVM version: 2\n */\n getUint64(a: bytes): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * X is the global state of application A, key B. Y is 1 if key existed, else 0\n * @param Txn.ForeignApps offset (or, since v4, an _available_ application id), state key.\n * * @return did_exist flag (top of the stack, 1 if the application and key existed and 0 otherwise), value. The value is zero (of type uint64) if the key does not exist.\n * @see Native TEAL opcode: [`app_global_get_ex`](https://dev.algorand.co/reference/algorand-teal/opcodes#app_global_get_ex)\n * Min AVM version: 2\n */\n getExBytes(a: Application | uint64, b: bytes): readonly [bytes, boolean] {\n throw new NoImplementation()\n },\n\n /**\n * X is the global state of application A, key B. Y is 1 if key existed, else 0\n * @param Txn.ForeignApps offset (or, since v4, an _available_ application id), state key.\n * * @return did_exist flag (top of the stack, 1 if the application and key existed and 0 otherwise), value. The value is zero (of type uint64) if the key does not exist.\n * @see Native TEAL opcode: [`app_global_get_ex`](https://dev.algorand.co/reference/algorand-teal/opcodes#app_global_get_ex)\n * Min AVM version: 2\n */\n getExUint64(a: Application | uint64, b: bytes): readonly [uint64, boolean] {\n throw new NoImplementation()\n },\n\n /**\n * write B to key A in the global state of the current application\n * @see Native TEAL opcode: [`app_global_put`](https://dev.algorand.co/reference/algorand-teal/opcodes#app_global_put)\n * Min AVM version: 2\n */\n put(a: bytes, b: bytes | uint64): void {\n throw new NoImplementation()\n },\n}\n\n/**\n * Get or modify Local app state\n */\nexport const AppLocal = {\n /**\n * delete key B from account A's local state of the current application\n * @param Txn.Accounts offset (or, since v4, an _available_ account address), state key.\n * Deleting a key which is already absent has no effect on the application local state. (In particular, it does _not_ cause the program to fail.)\n * @see Native TEAL opcode: [`app_local_del`](https://dev.algorand.co/reference/algorand-teal/opcodes#app_local_del)\n * Min AVM version: 2\n */\n delete(a: Account | uint64, b: bytes): void {\n throw new NoImplementation()\n },\n\n /**\n * local state of the key B in the current application in account A\n * @param Txn.Accounts offset (or, since v4, an _available_ account address), state key.\n * * @return value. The value is zero (of type uint64) if the key does not exist.\n * @see Native TEAL opcode: [`app_local_get`](https://dev.algorand.co/reference/algorand-teal/opcodes#app_local_get)\n * Min AVM version: 2\n */\n getBytes(a: Account | uint64, b: bytes): bytes {\n throw new NoImplementation()\n },\n\n /**\n * local state of the key B in the current application in account A\n * @param Txn.Accounts offset (or, since v4, an _available_ account address), state key.\n * * @return value. The value is zero (of type uint64) if the key does not exist.\n * @see Native TEAL opcode: [`app_local_get`](https://dev.algorand.co/reference/algorand-teal/opcodes#app_local_get)\n * Min AVM version: 2\n */\n getUint64(a: Account | uint64, b: bytes): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * X is the local state of application B, key C in account A. Y is 1 if key existed, else 0\n * @param Txn.Accounts offset (or, since v4, an _available_ account address), _available_ application id (or, since v4, a Txn.ForeignApps offset), state key.\n * * @return did_exist flag (top of the stack, 1 if the application and key existed and 0 otherwise), value. The value is zero (of type uint64) if the key does not exist.\n * @see Native TEAL opcode: [`app_local_get_ex`](https://dev.algorand.co/reference/algorand-teal/opcodes#app_local_get_ex)\n * Min AVM version: 2\n */\n getExBytes(a: Account | uint64, b: Application | uint64, c: bytes): readonly [bytes, boolean] {\n throw new NoImplementation()\n },\n\n /**\n * X is the local state of application B, key C in account A. Y is 1 if key existed, else 0\n * @param Txn.Accounts offset (or, since v4, an _available_ account address), _available_ application id (or, since v4, a Txn.ForeignApps offset), state key.\n * * @return did_exist flag (top of the stack, 1 if the application and key existed and 0 otherwise), value. The value is zero (of type uint64) if the key does not exist.\n * @see Native TEAL opcode: [`app_local_get_ex`](https://dev.algorand.co/reference/algorand-teal/opcodes#app_local_get_ex)\n * Min AVM version: 2\n */\n getExUint64(a: Account | uint64, b: Application | uint64, c: bytes): readonly [uint64, boolean] {\n throw new NoImplementation()\n },\n\n /**\n * write C to key B in account A's local state of the current application\n * @param Txn.Accounts offset (or, since v4, an _available_ account address), state key, value.\n * @see Native TEAL opcode: [`app_local_put`](https://dev.algorand.co/reference/algorand-teal/opcodes#app_local_put)\n * Min AVM version: 2\n */\n put(a: Account | uint64, b: bytes, c: bytes | uint64): void {\n throw new NoImplementation()\n },\n}\n\n/**\n * 1 if account A is opted in to application B, else 0\n * @param Txn.Accounts offset (or, since v4, an _available_ account address), _available_ application id (or, since v4, a Txn.ForeignApps offset).\n * * @return 1 if opted in and 0 otherwise.\n * @see Native TEAL opcode: [`app_opted_in`](https://dev.algorand.co/reference/algorand-teal/opcodes#app_opted_in)\n * Min AVM version: 2\n */\nexport function appOptedIn(a: Account | uint64, b: Application | uint64): boolean {\n throw new NoImplementation()\n}\nexport const AppParams = {\n /**\n * Bytecode of Approval Program\n * Min AVM version: 5\n */\n appApprovalProgram(a: Application | uint64): readonly [bytes, boolean] {\n throw new NoImplementation()\n },\n\n /**\n * Bytecode of Clear State Program\n * Min AVM version: 5\n */\n appClearStateProgram(a: Application | uint64): readonly [bytes, boolean] {\n throw new NoImplementation()\n },\n\n /**\n * Number of uint64 values allowed in Global State\n * Min AVM version: 5\n */\n appGlobalNumUint(a: Application | uint64): readonly [uint64, boolean] {\n throw new NoImplementation()\n },\n\n /**\n * Number of byte array values allowed in Global State\n * Min AVM version: 5\n */\n appGlobalNumByteSlice(a: Application | uint64): readonly [uint64, boolean] {\n throw new NoImplementation()\n },\n\n /**\n * Number of uint64 values allowed in Local State\n * Min AVM version: 5\n */\n appLocalNumUint(a: Application | uint64): readonly [uint64, boolean] {\n throw new NoImplementation()\n },\n\n /**\n * Number of byte array values allowed in Local State\n * Min AVM version: 5\n */\n appLocalNumByteSlice(a: Application | uint64): readonly [uint64, boolean] {\n throw new NoImplementation()\n },\n\n /**\n * Number of Extra Program Pages of code space\n * Min AVM version: 5\n */\n appExtraProgramPages(a: Application | uint64): readonly [uint64, boolean] {\n throw new NoImplementation()\n },\n\n /**\n * Creator address\n * Min AVM version: 5\n */\n appCreator(a: Application | uint64): readonly [Account, boolean] {\n throw new NoImplementation()\n },\n\n /**\n * Address for which this application has authority\n * Min AVM version: 5\n */\n appAddress(a: Application | uint64): readonly [Account, boolean] {\n throw new NoImplementation()\n },\n}\n\n/**\n * Ath LogicSig argument\n * @see Native TEAL opcode: [`args`](https://dev.algorand.co/reference/algorand-teal/opcodes#args)\n * Min AVM version: 5\n */\nexport function arg(a: uint64): bytes {\n throw new NoImplementation()\n}\nexport const AssetHolding = {\n /**\n * Amount of the asset unit held by this account\n * Min AVM version: 2\n */\n assetBalance(a: Account | uint64, b: Asset | uint64): readonly [uint64, boolean] {\n throw new NoImplementation()\n },\n\n /**\n * Is the asset frozen or not\n * Min AVM version: 2\n */\n assetFrozen(a: Account | uint64, b: Asset | uint64): readonly [boolean, boolean] {\n throw new NoImplementation()\n },\n}\n\nexport const AssetParams = {\n /**\n * Total number of units of this asset\n * Min AVM version: 2\n */\n assetTotal(a: Asset | uint64): readonly [uint64, boolean] {\n throw new NoImplementation()\n },\n\n /**\n * See AssetParams.Decimals\n * Min AVM version: 2\n */\n assetDecimals(a: Asset | uint64): readonly [uint64, boolean] {\n throw new NoImplementation()\n },\n\n /**\n * Frozen by default or not\n * Min AVM version: 2\n */\n assetDefaultFrozen(a: Asset | uint64): readonly [boolean, boolean] {\n throw new NoImplementation()\n },\n\n /**\n * Asset unit name\n * Min AVM version: 2\n */\n assetUnitName(a: Asset | uint64): readonly [bytes, boolean] {\n throw new NoImplementation()\n },\n\n /**\n * Asset name\n * Min AVM version: 2\n */\n assetName(a: Asset | uint64): readonly [bytes, boolean] {\n throw new NoImplementation()\n },\n\n /**\n * URL with additional info about the asset\n * Min AVM version: 2\n */\n assetUrl(a: Asset | uint64): readonly [bytes, boolean] {\n throw new NoImplementation()\n },\n\n /**\n * Arbitrary commitment\n * Min AVM version: 2\n */\n assetMetadataHash(a: Asset | uint64): readonly [bytes<32>, boolean] {\n throw new NoImplementation()\n },\n\n /**\n * Manager address\n * Min AVM version: 2\n */\n assetManager(a: Asset | uint64): readonly [Account, boolean] {\n throw new NoImplementation()\n },\n\n /**\n * Reserve address\n * Min AVM version: 2\n */\n assetReserve(a: Asset | uint64): readonly [Account, boolean] {\n throw new NoImplementation()\n },\n\n /**\n * Freeze address\n * Min AVM version: 2\n */\n assetFreeze(a: Asset | uint64): readonly [Account, boolean] {\n throw new NoImplementation()\n },\n\n /**\n * Clawback address\n * Min AVM version: 2\n */\n assetClawback(a: Asset | uint64): readonly [Account, boolean] {\n throw new NoImplementation()\n },\n\n /**\n * Creator address\n * Min AVM version: 5\n */\n assetCreator(a: Asset | uint64): readonly [Account, boolean] {\n throw new NoImplementation()\n },\n}\n\n/**\n * balance for account A, in microalgos. The balance is observed after the effects of previous transactions in the group, and after the fee for the current transaction is deducted. Changes caused by inner transactions are observable immediately following `itxn_submit`\n * @param Txn.Accounts offset (or, since v4, an _available_ account address), _available_ application id (or, since v4, a Txn.ForeignApps offset).\n * * @return value.\n * @see Native TEAL opcode: [`balance`](https://dev.algorand.co/reference/algorand-teal/opcodes#balance)\n * Min AVM version: 2\n */\nexport function balance(a: Account | uint64): uint64 {\n throw new NoImplementation()\n}\n\n/**\n * decode A which was base64-encoded using _encoding_ E. Fail if A is not base64 encoded with encoding E\n * *Warning*: Usage should be restricted to very rare use cases. In almost all cases, smart contracts should directly handle non-encoded byte-strings.\tThis opcode should only be used in cases where base64 is the only available option, e.g. interoperability with a third-party that only signs base64 strings.\n * Decodes A using the base64 encoding E. Specify the encoding with an immediate arg either as URL and Filename Safe (`URLEncoding`) or Standard (`StdEncoding`). See [RFC 4648 sections 4 and 5](https://rfc-editor.org/rfc/rfc4648.html#section-4). It is assumed that the encoding ends with the exact number of `=` padding characters as required by the RFC. When padding occurs, any unused pad bits in the encoding must be set to zero or the decoding will fail. The special cases of `\\n` and `\\r` are allowed but completely ignored. An error will result when attempting to decode a string with a character that is not in the encoding alphabet or not one of `=`, `\\r`, or `\\n`.\n * @see Native TEAL opcode: [`base64_decode`](https://dev.algorand.co/reference/algorand-teal/opcodes#base64_decode)\n * Min AVM version: 7\n */\nexport function base64Decode(e: Base64, a: bytes): bytes {\n throw new NoImplementation()\n}\n\n/**\n * The highest set bit in A. If A is a byte-array, it is interpreted as a big-endian unsigned integer. bitlen of 0 is 0, bitlen of 8 is 4\n * bitlen interprets arrays as big-endian integers, unlike setbit/getbit\n * @see Native TEAL opcode: [`bitlen`](https://dev.algorand.co/reference/algorand-teal/opcodes#bitlen)\n * Min AVM version: 4\n */\nexport function bitLength(a: bytes | uint64): uint64 {\n throw new NoImplementation()\n}\nexport const Block = {\n blkSeed(a: uint64): bytes<32> {\n throw new NoImplementation()\n },\n\n blkTimestamp(a: uint64): uint64 {\n throw new NoImplementation()\n },\n\n blkProposer(a: uint64): Account {\n throw new NoImplementation()\n },\n\n blkFeesCollected(a: uint64): uint64 {\n throw new NoImplementation()\n },\n\n blkBonus(a: uint64): uint64 {\n throw new NoImplementation()\n },\n\n blkBranch(a: uint64): bytes<32> {\n throw new NoImplementation()\n },\n\n blkFeeSink(a: uint64): Account {\n throw new NoImplementation()\n },\n\n blkProtocol(a: uint64): bytes {\n throw new NoImplementation()\n },\n\n blkTxnCounter(a: uint64): uint64 {\n throw new NoImplementation()\n },\n\n blkProposerPayout(a: uint64): uint64 {\n throw new NoImplementation()\n },\n}\n\n/**\n * Get or modify box state\n */\nexport const Box = {\n /**\n * create a box named A, of length B. Fail if the name A is empty or B exceeds 32,768. Returns 0 if A already existed, else 1\n * Newly created boxes are filled with 0 bytes. `box_create` will fail if the referenced box already exists with a different size. Otherwise, existing boxes are unchanged by `box_create`.\n * @see Native TEAL opcode: [`box_create`](https://dev.algorand.co/reference/algorand-teal/opcodes#box_create)\n * Min AVM version: 8\n */\n create(a: bytes, b: uint64): boolean {\n throw new NoImplementation()\n },\n\n /**\n * delete box named A if it exists. Return 1 if A existed, 0 otherwise\n * @see Native TEAL opcode: [`box_del`](https://dev.algorand.co/reference/algorand-teal/opcodes#box_del)\n * Min AVM version: 8\n */\n delete(a: bytes): boolean {\n throw new NoImplementation()\n },\n\n /**\n * read C bytes from box A, starting at offset B. Fail if A does not exist, or the byte range is outside A's size.\n * @see Native TEAL opcode: [`box_extract`](https://dev.algorand.co/reference/algorand-teal/opcodes#box_extract)\n * Min AVM version: 8\n */\n extract(a: bytes, b: uint64, c: uint64): bytes {\n throw new NoImplementation()\n },\n\n /**\n * X is the contents of box A if A exists, else ''. Y is 1 if A exists, else 0.\n * For boxes that exceed 4,096 bytes, consider `box_create`, `box_extract`, and `box_replace`\n * @see Native TEAL opcode: [`box_get`](https://dev.algorand.co/reference/algorand-teal/opcodes#box_get)\n * Min AVM version: 8\n */\n get(a: bytes): readonly [bytes, boolean] {\n throw new NoImplementation()\n },\n\n /**\n * X is the length of box A if A exists, else 0. Y is 1 if A exists, else 0.\n * @see Native TEAL opcode: [`box_len`](https://dev.algorand.co/reference/algorand-teal/opcodes#box_len)\n * Min AVM version: 8\n */\n length(a: bytes): readonly [uint64, boolean] {\n throw new NoImplementation()\n },\n\n /**\n * replaces the contents of box A with byte-array B. Fails if A exists and len(B) != len(box A). Creates A if it does not exist\n * For boxes that exceed 4,096 bytes, consider `box_create`, `box_extract`, and `box_replace`\n * @see Native TEAL opcode: [`box_put`](https://dev.algorand.co/reference/algorand-teal/opcodes#box_put)\n * Min AVM version: 8\n */\n put(a: bytes, b: bytes): void {\n throw new NoImplementation()\n },\n\n /**\n * write byte-array C into box A, starting at offset B. Fail if A does not exist, or the byte range is outside A's size.\n * @see Native TEAL opcode: [`box_replace`](https://dev.algorand.co/reference/algorand-teal/opcodes#box_replace)\n * Min AVM version: 8\n */\n replace(a: bytes, b: uint64, c: bytes): void {\n throw new NoImplementation()\n },\n\n /**\n * change the size of box named A to be of length B, adding zero bytes to end or removing bytes from the end, as needed. Fail if the name A is empty, A is not an existing box, or B exceeds 32,768.\n * @see Native TEAL opcode: [`box_resize`](https://dev.algorand.co/reference/algorand-teal/opcodes#box_resize)\n * Min AVM version: 10\n */\n resize(a: bytes, b: uint64): void {\n throw new NoImplementation()\n },\n\n /**\n * set box A to contain its previous bytes up to index B, followed by D, followed by the original bytes of A that began at index B+C.\n * Boxes are of constant length. If C < len(D), then len(D)-C bytes will be removed from the end. If C > len(D), zero bytes will be appended to the end to reach the box length.\n * @see Native TEAL opcode: [`box_splice`](https://dev.algorand.co/reference/algorand-teal/opcodes#box_splice)\n * Min AVM version: 10\n */\n splice(a: bytes, b: uint64, c: uint64, d: bytes): void {\n throw new NoImplementation()\n },\n}\n\n/**\n * The largest integer I such that I^2 <= A. A and I are interpreted as big-endian unsigned integers\n * @see Native TEAL opcode: [`bsqrt`](https://dev.algorand.co/reference/algorand-teal/opcodes#bsqrt)\n * Min AVM version: 6\n */\nexport function bsqrt(a: biguint): biguint {\n throw new NoImplementation()\n}\n\n/**\n * converts big-endian byte array A to uint64. Fails if len(A) > 8. Padded by leading 0s if len(A) < 8.\n * `btoi` fails if the input is longer than 8 bytes.\n * @see Native TEAL opcode: [`btoi`](https://dev.algorand.co/reference/algorand-teal/opcodes#btoi)\n * Min AVM version: 1\n */\nexport function btoi(a: bytes): uint64 {\n throw new NoImplementation()\n}\n\n/**\n * zero filled byte-array of length A\n * @see Native TEAL opcode: [`bzero`](https://dev.algorand.co/reference/algorand-teal/opcodes#bzero)\n * Min AVM version: 4\n */\nexport function bzero(a: uint64): bytes {\n throw new NoImplementation()\n}\n\n/**\n * join A and B\n * `concat` fails if the result would be greater than 4096 bytes.\n * @see Native TEAL opcode: [`concat`](https://dev.algorand.co/reference/algorand-teal/opcodes#concat)\n * Min AVM version: 2\n */\nexport function concat(a: bytes, b: bytes): bytes {\n throw new NoImplementation()\n}\n\n/**\n * W,X = (A,B / C,D); Y,Z = (A,B modulo C,D)\n * The notation J,K indicates that two uint64 values J and K are interpreted as a uint128 value, with J as the high uint64 and K the low.\n * @see Native TEAL opcode: [`divmodw`](https://dev.algorand.co/reference/algorand-teal/opcodes#divmodw)\n * Min AVM version: 4\n */\nexport function divmodw(a: uint64, b: uint64, c: uint64, d: uint64): readonly [uint64, uint64, uint64, uint64] {\n throw new NoImplementation()\n}\n\n/**\n * A,B / C. Fail if C == 0 or if result overflows.\n * The notation A,B indicates that A and B are interpreted as a uint128 value, with A as the high uint64 and B the low.\n * @see Native TEAL opcode: [`divw`](https://dev.algorand.co/reference/algorand-teal/opcodes#divw)\n * Min AVM version: 6\n */\nexport function divw(a: uint64, b: uint64, c: uint64): uint64 {\n throw new NoImplementation()\n}\n\n/**\n * Elliptic Curve functions\n */\nexport const EllipticCurve = {\n /**\n * for curve points A and B, return the curve point A + B\n * A and B are curve points in affine representation: field element X concatenated with field element Y. Field element `Z` is encoded as follows.\n * For the base field elements (Fp), `Z` is encoded as a big-endian number and must be lower than the field modulus.\n * For the quadratic field extension (Fp2), `Z` is encoded as the concatenation of the individual encoding of the coefficients. For an Fp2 element of the form `Z = Z0 + Z1 i`, where `i` is a formal quadratic non-residue, the encoding of Z is the concatenation of the encoding of `Z0` and `Z1` in this order. (`Z0` and `Z1` must be less than the field modulus).\n * The point at infinity is encoded as `(X,Y) = (0,0)`.\n * Groups G1 and G2 are denoted additively.\n * Fails if A or B is not in G.\n * A and/or B are allowed to be the point at infinity.\n * Does _not_ check if A and B are in the main prime-order subgroup.\n * @see Native TEAL opcode: [`ec_add`](https://dev.algorand.co/reference/algorand-teal/opcodes#ec_add)\n * Min AVM version: 10\n */\n add(g: Ec, a: bytes, b: bytes): bytes {\n throw new NoImplementation()\n },\n\n /**\n * maps field element A to group G\n * BN254 points are mapped by the SVDW map. BLS12-381 points are mapped by the SSWU map.\n * G1 element inputs are base field elements and G2 element inputs are quadratic field elements, with nearly the same encoding rules (for field elements) as defined in `ec_add`. There is one difference of encoding rule: G1 element inputs do not need to be 0-padded if they fit in less than 32 bytes for BN254 and less than 48 bytes for BLS12-381. (As usual, the empty byte array represents 0.) G2 elements inputs need to be always have the required size.\n * @see Native TEAL opcode: [`ec_map_to`](https://dev.algorand.co/reference/algorand-teal/opcodes#ec_map_to)\n * Min AVM version: 10\n */\n mapTo(g: Ec, a: bytes): bytes {\n throw new NoImplementation()\n },\n\n /**\n * for curve points A and scalars B, return curve point B0A0 + B1A1 + B2A2 + ... + BnAn\n * A is a list of concatenated points, encoded and checked as described in `ec_add`. B is a list of concatenated scalars which, unlike ec_scalar_mul, must all be exactly 32 bytes long.\n * The name `ec_multi_scalar_mul` was chosen to reflect common usage, but a more consistent name would be `ec_multi_scalar_mul`. AVM values are limited to 4096 bytes, so `ec_multi_scalar_mul` is limited by the size of the points in the group being operated upon.\n * @see Native TEAL opcode: [`ec_multi_scalar_mul`](https://dev.algorand.co/reference/algorand-teal/opcodes#ec_multi_scalar_mul)\n * Min AVM version: 10\n */\n scalarMulMulti(g: Ec, a: bytes, b: bytes): bytes {\n throw new NoImplementation()\n },\n\n /**\n * 1 if the product of the pairing of each point in A with its respective point in B is equal to the identity element of the target group Gt, else 0\n * A and B are concatenated points, encoded and checked as described in `ec_add`. A contains points of the group G, B contains points of the associated group (G2 if G is G1, and vice versa). Fails if A and B have a different number of points, or if any point is not in its described group or outside the main prime-order subgroup - a stronger condition than other opcodes. AVM values are limited to 4096 bytes, so `ec_pairing_check` is limited by the size of the points in the groups being operated upon.\n * @see Native TEAL opcode: [`ec_pairing_check`](https://dev.algorand.co/reference/algorand-teal/opcodes#ec_pairing_check)\n * Min AVM version: 10\n */\n pairingCheck(g: Ec, a: bytes, b: bytes): boolean {\n throw new NoImplementation()\n },\n\n /**\n * for curve point A and scalar B, return the curve point BA, the point A multiplied by the scalar B.\n * A is a curve point encoded and checked as described in `ec_add`. Scalar B is interpreted as a big-endian unsigned integer. Fails if B exceeds 32 bytes.\n * @see Native TEAL opcode: [`ec_scalar_mul`](https://dev.algorand.co/reference/algorand-teal/opcodes#ec_scalar_mul)\n * Min AVM version: 10\n */\n scalarMul(g: Ec, a: bytes, b: bytes): bytes {\n throw new NoImplementation()\n },\n\n /**\n * 1 if A is in the main prime-order subgroup of G (including the point at infinity) else 0. Program fails if A is not in G at all.\n * @see Native TEAL opcode: [`ec_subgroup_check`](https://dev.algorand.co/reference/algorand-teal/opcodes#ec_subgroup_check)\n * Min AVM version: 10\n */\n subgroupCheck(g: Ec, a: bytes): boolean {\n throw new NoImplementation()\n },\n}\n\n/**\n * decompress pubkey A into components X, Y\n * The 33 byte public key in a compressed form to be decompressed into X and Y (top) components. All values are big-endian encoded.\n * @see Native TEAL opcode: [`ecdsa_pk_decompress`](https://dev.algorand.co/reference/algorand-teal/opcodes#ecdsa_pk_decompress)\n * Min AVM version: 5\n */\nexport function ecdsaPkDecompress(v: Ecdsa, a: bytes<33>): readonly [bytes<32>, bytes<32>] {\n throw new NoImplementation()\n}\n\n/**\n * for (data A, recovery id B, signature C, D) recover a public key\n * S (top) and R elements of a signature, recovery id and data (bottom) are expected on the stack and used to deriver a public key. All values are big-endian encoded. The signed data must be 32 bytes long.\n * @see Native TEAL opcode: [`ecdsa_pk_recover`](https://dev.algorand.co/reference/algorand-teal/opcodes#ecdsa_pk_recover)\n * Min AVM version: 5\n */\nexport function ecdsaPkRecover(v: Ecdsa, a: bytes<32>, b: uint64, c: bytes<32>, d: bytes<32>): readonly [bytes<32>, bytes<32>] {\n throw new NoImplementation()\n}\n\n/**\n * for (data A, signature B, C and pubkey D, E) verify the signature of the data against the pubkey => {0 or 1}\n * The 32 byte Y-component of a public key is the last element on the stack, preceded by X-component of a pubkey, preceded by S and R components of a signature, preceded by the data that is fifth element on the stack. All values are big-endian encoded. The signed data must be 32 bytes long, and signatures in lower-S form are only accepted.\n * @see Native TEAL opcode: [`ecdsa_verify`](https://dev.algorand.co/reference/algorand-teal/opcodes#ecdsa_verify)\n * Min AVM version: 5\n */\nexport function ecdsaVerify(v: Ecdsa, a: bytes<32>, b: bytes<32>, c: bytes<32>, d: bytes<32>, e: bytes<32>): boolean {\n throw new NoImplementation()\n}\n\n/**\n * for (data A, signature B, pubkey C) verify the signature of (\"ProgData\" || program_hash || data) against the pubkey => {0 or 1}\n * The 32 byte public key is the last element on the stack, preceded by the 64 byte signature at the second-to-last element on the stack, preceded by the data which was signed at the third-to-last element on the stack.\n * @see Native TEAL opcode: [`ed25519verify`](https://dev.algorand.co/reference/algorand-teal/opcodes#ed25519verify)\n * Min AVM version: 1\n */\nexport function ed25519verify(a: bytes, b: bytes<64>, c: bytes<32>): boolean {\n throw new NoImplementation()\n}\n\n/**\n * for (data A, signature B, pubkey C) verify the signature of the data against the pubkey => {0 or 1}\n * @see Native TEAL opcode: [`ed25519verify_bare`](https://dev.algorand.co/reference/algorand-teal/opcodes#ed25519verify_bare)\n * Min AVM version: 7\n */\nexport function ed25519verifyBare(a: bytes, b: bytes<64>, c: bytes<32>): boolean {\n throw new NoImplementation()\n}\n\n/**\n * A raised to the Bth power. Fail if A == B == 0 and on overflow\n * @see Native TEAL opcode: [`exp`](https://dev.algorand.co/reference/algorand-teal/opcodes#exp)\n * Min AVM version: 4\n */\nexport function exp(a: uint64, b: uint64): uint64 {\n throw new NoImplementation()\n}\n\n/**\n * A raised to the Bth power as a 128-bit result in two uint64s. X is the high 64 bits, Y is the low. Fail if A == B == 0 or if the results exceeds 2^128-1\n * @see Native TEAL opcode: [`expw`](https://dev.algorand.co/reference/algorand-teal/opcodes#expw)\n * Min AVM version: 4\n */\nexport function expw(a: uint64, b: uint64): readonly [uint64, uint64] {\n throw new NoImplementation()\n}\n\n/**\n * A uint16 formed from a range of big-endian bytes from A starting at B up to but not including B+2. If B+2 is larger than the array length, the program fails\n * @see Native TEAL opcode: [`extract_uint16`](https://dev.algorand.co/reference/algorand-teal/opcodes#extract_uint16)\n * Min AVM version: 5\n */\nexport function extractUint16(a: bytes, b: uint64): uint64 {\n throw new NoImplementation()\n}\n\n/**\n * A uint32 formed from a range of big-endian bytes from A starting at B up to but not including B+4. If B+4 is larger than the array length, the program fails\n * @see Native TEAL opcode: [`extract_uint32`](https://dev.algorand.co/reference/algorand-teal/opcodes#extract_uint32)\n * Min AVM version: 5\n */\nexport function extractUint32(a: bytes, b: uint64): uint64 {\n throw new NoImplementation()\n}\n\n/**\n * A uint64 formed from a range of big-endian bytes from A starting at B up to but not including B+8. If B+8 is larger than the array length, the program fails\n * @see Native TEAL opcode: [`extract_uint64`](https://dev.algorand.co/reference/algorand-teal/opcodes#extract_uint64)\n * Min AVM version: 5\n */\nexport function extractUint64(a: bytes, b: uint64): uint64 {\n throw new NoImplementation()\n}\n\n/**\n * for (data A, compressed-format signature B, pubkey C) verify the signature of data against the pubkey\n * @see Native TEAL opcode: [`falcon_verify`](https://dev.algorand.co/reference/algorand-teal/opcodes#falcon_verify)\n * Min AVM version: 12\n */\nexport function falconVerify(a: bytes, b: bytes<1232>, c: bytes<1793>): boolean {\n throw new NoImplementation()\n}\n\n/**\n * ID of the asset or application created in the Ath transaction of the current group\n * `gaids` fails unless the requested transaction created an asset or application and A < GroupIndex.\n * @see Native TEAL opcode: [`gaids`](https://dev.algorand.co/reference/algorand-teal/opcodes#gaids)\n * Min AVM version: 4\n */\nexport function gaid(a: uint64): uint64 {\n throw new NoImplementation()\n}\n\n/**\n * Bth bit of (byte-array or integer) A. If B is greater than or equal to the bit length of the value (8*byte length), the program fails\n * see explanation of bit ordering in setbit\n * @see Native TEAL opcode: [`getbit`](https://dev.algorand.co/reference/algorand-teal/opcodes#getbit)\n * Min AVM version: 3\n */\nexport function getBit(a: bytes | uint64, b: uint64): boolean {\n throw new NoImplementation()\n}\n\n/**\n * Bth byte of A, as an integer. If B is greater than or equal to the array length, the program fails\n * @see Native TEAL opcode: [`getbyte`](https://dev.algorand.co/reference/algorand-teal/opcodes#getbyte)\n * Min AVM version: 3\n */\nexport function getByte(a: bytes, b: uint64): uint64 {\n throw new NoImplementation()\n}\n\n/**\n * Get values for inner transaction in the last group submitted\n */\nexport const GITxn = {\n /**\n * 32 byte address\n * Min AVM version: 6\n */\n sender(t: uint64): Account {\n throw new NoImplementation()\n },\n\n /**\n * microalgos\n * Min AVM version: 6\n */\n fee(t: uint64): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * round number\n * Min AVM version: 6\n */\n firstValid(t: uint64): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * UNIX timestamp of block before txn.FirstValid. Fails if negative\n * Min AVM version: 7\n */\n firstValidTime(t: uint64): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * round number\n * Min AVM version: 6\n */\n lastValid(t: uint64): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * Any data up to 1024 bytes\n * Min AVM version: 6\n */\n note(t: uint64): bytes {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte lease value\n * Min AVM version: 6\n */\n lease(t: uint64): bytes<32> {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte address\n * Min AVM version: 6\n */\n receiver(t: uint64): Account {\n throw new NoImplementation()\n },\n\n /**\n * microalgos\n * Min AVM version: 6\n */\n amount(t: uint64): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte address\n * Min AVM version: 6\n */\n closeRemainderTo(t: uint64): Account {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte address\n * Min AVM version: 6\n */\n votePk(t: uint64): bytes<32> {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte address\n * Min AVM version: 6\n */\n selectionPk(t: uint64): bytes<32> {\n throw new NoImplementation()\n },\n\n /**\n * The first round that the participation key is valid.\n * Min AVM version: 6\n */\n voteFirst(t: uint64): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * The last round that the participation key is valid.\n * Min AVM version: 6\n */\n voteLast(t: uint64): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * Dilution for the 2-level participation key\n * Min AVM version: 6\n */\n voteKeyDilution(t: uint64): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * Transaction type as bytes\n * Min AVM version: 6\n */\n type(t: uint64): bytes {\n throw new NoImplementation()\n },\n\n /**\n * Transaction type as integer\n * Min AVM version: 6\n */\n typeEnum(t: uint64): TransactionType {\n throw new NoImplementation()\n },\n\n /**\n * Asset ID\n * Min AVM version: 6\n */\n xferAsset(t: uint64): Asset {\n throw new NoImplementation()\n },\n\n /**\n * value in Asset's units\n * Min AVM version: 6\n */\n assetAmount(t: uint64): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte address. Source of assets if Sender is the Asset's Clawback address.\n * Min AVM version: 6\n */\n assetSender(t: uint64): Account {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte address\n * Min AVM version: 6\n */\n assetReceiver(t: uint64): Account {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte address\n * Min AVM version: 6\n */\n assetCloseTo(t: uint64): Account {\n throw new NoImplementation()\n },\n\n /**\n * Position of this transaction within an atomic transaction group. A stand-alone transaction is implicitly element 0 in a group of 1\n * Min AVM version: 6\n */\n groupIndex(t: uint64): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * The computed ID for this transaction. 32 bytes.\n * Min AVM version: 6\n */\n txId(t: uint64): bytes<32> {\n throw new NoImplementation()\n },\n\n /**\n * ApplicationID from ApplicationCall transaction\n * Min AVM version: 2\n */\n applicationId(t: uint64): Application {\n throw new NoImplementation()\n },\n\n /**\n * ApplicationCall transaction on completion action\n * Min AVM version: 2\n */\n onCompletion(t: uint64): OnCompleteAction {\n throw new NoImplementation()\n },\n\n /**\n * Arguments passed to the application in the ApplicationCall transaction\n * Min AVM version: 2\n */\n applicationArgs(t: uint64, a: uint64): bytes {\n throw new NoImplementation()\n },\n\n /**\n * Number of ApplicationArgs\n * Min AVM version: 2\n */\n numAppArgs(t: uint64): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * Accounts listed in the ApplicationCall transaction\n * Min AVM version: 2\n */\n accounts(t: uint64, a: uint64): Account {\n throw new NoImplementation()\n },\n\n /**\n * Number of Accounts\n * Min AVM version: 2\n */\n numAccounts(t: uint64): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * Approval program\n * Min AVM version: 2\n */\n approvalProgram(t: uint64): bytes {\n throw new NoImplementation()\n },\n\n /**\n * Clear state program\n * Min AVM version: 2\n */\n clearStateProgram(t: uint64): bytes {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte Sender's new AuthAddr\n * Min AVM version: 2\n */\n rekeyTo(t: uint64): Account {\n throw new NoImplementation()\n },\n\n /**\n * Asset ID in asset config transaction\n * Min AVM version: 2\n */\n configAsset(t: uint64): Asset {\n throw new NoImplementation()\n },\n\n /**\n * Total number of units of this asset created\n * Min AVM version: 2\n */\n configAssetTotal(t: uint64): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * Number of digits to display after the decimal place when displaying the asset\n * Min AVM version: 2\n */\n configAssetDecimals(t: uint64): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * Whether the asset's slots are frozen by default or not, 0 or 1\n * Min AVM version: 2\n */\n configAssetDefaultFrozen(t: uint64): boolean {\n throw new NoImplementation()\n },\n\n /**\n * Unit name of the asset\n * Min AVM version: 2\n */\n configAssetUnitName(t: uint64): bytes {\n throw new NoImplementation()\n },\n\n /**\n * The asset name\n * Min AVM version: 2\n */\n configAssetName(t: uint64): bytes {\n throw new NoImplementation()\n },\n\n /**\n * URL\n * Min AVM version: 2\n */\n configAssetUrl(t: uint64): bytes {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte commitment to unspecified asset metadata\n * Min AVM version: 2\n */\n configAssetMetadataHash(t: uint64): bytes<32> {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte address\n * Min AVM version: 2\n */\n configAssetManager(t: uint64): Account {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte address\n * Min AVM version: 2\n */\n configAssetReserve(t: uint64): Account {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte address\n * Min AVM version: 2\n */\n configAssetFreeze(t: uint64): Account {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte address\n * Min AVM version: 2\n */\n configAssetClawback(t: uint64): Account {\n throw new NoImplementation()\n },\n\n /**\n * Asset ID being frozen or un-frozen\n * Min AVM version: 2\n */\n freezeAsset(t: uint64): Asset {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte address of the account whose asset slot is being frozen or un-frozen\n * Min AVM version: 2\n */\n freezeAssetAccount(t: uint64): Account {\n throw new NoImplementation()\n },\n\n /**\n * The new frozen value, 0 or 1\n * Min AVM version: 2\n */\n freezeAssetFrozen(t: uint64): boolean {\n throw new NoImplementation()\n },\n\n /**\n * Foreign Assets listed in the ApplicationCall transaction\n * Min AVM version: 3\n */\n assets(t: uint64, a: uint64): Asset {\n throw new NoImplementation()\n },\n\n /**\n * Number of Assets\n * Min AVM version: 3\n */\n numAssets(t: uint64): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * Foreign Apps listed in the ApplicationCall transaction\n * Min AVM version: 3\n */\n applications(t: uint64, a: uint64): Application {\n throw new NoImplementation()\n },\n\n /**\n * Number of Applications\n * Min AVM version: 3\n */\n numApplications(t: uint64): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * Number of global state integers in ApplicationCall\n * Min AVM version: 3\n */\n globalNumUint(t: uint64): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * Number of global state byteslices in ApplicationCall\n * Min AVM version: 3\n */\n globalNumByteSlice(t: uint64): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * Number of local state integers in ApplicationCall\n * Min AVM version: 3\n */\n localNumUint(t: uint64): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * Number of local state byteslices in ApplicationCall\n * Min AVM version: 3\n */\n localNumByteSlice(t: uint64): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * Number of additional pages for each of the application's approval and clear state programs. An ExtraProgramPages of 1 means 2048 more total bytes, or 1024 for each program.\n * Min AVM version: 4\n */\n extraProgramPages(t: uint64): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * Marks an account nonparticipating for rewards\n * Min AVM version: 5\n */\n nonparticipation(t: uint64): boolean {\n throw new NoImplementation()\n },\n\n /**\n * Log messages emitted by an application call (only with `itxn` in v5). Application mode only\n * Min AVM version: 5\n */\n logs(t: uint64, a: uint64): bytes {\n throw new NoImplementation()\n },\n\n /**\n * Number of Logs (only with `itxn` in v5). Application mode only\n * Min AVM version: 5\n */\n numLogs(t: uint64): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * Asset ID allocated by the creation of an ASA (only with `itxn` in v5). Application mode only\n * Min AVM version: 5\n */\n createdAssetId(t: uint64): Asset {\n throw new NoImplementation()\n },\n\n /**\n * ApplicationID allocated by the creation of an application (only with `itxn` in v5). Application mode only\n * Min AVM version: 5\n */\n createdApplicationId(t: uint64): Application {\n throw new NoImplementation()\n },\n\n /**\n * The last message emitted. Empty bytes if none were emitted. Application mode only\n * Min AVM version: 6\n */\n lastLog(t: uint64): bytes {\n throw new NoImplementation()\n },\n\n /**\n * 64 byte state proof public key\n * Min AVM version: 6\n */\n stateProofPk(t: uint64): bytes {\n throw new NoImplementation()\n },\n\n /**\n * Approval Program as an array of pages\n * Min AVM version: 7\n */\n approvalProgramPages(t: uint64, a: uint64): bytes {\n throw new NoImplementation()\n },\n\n /**\n * Number of Approval Program pages\n * Min AVM version: 7\n */\n numApprovalProgramPages(t: uint64): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * ClearState Program as an array of pages\n * Min AVM version: 7\n */\n clearStateProgramPages(t: uint64, a: uint64): bytes {\n throw new NoImplementation()\n },\n\n /**\n * Number of ClearState Program pages\n * Min AVM version: 7\n */\n numClearStateProgramPages(t: uint64): uint64 {\n throw new NoImplementation()\n },\n}\n\n/**\n * Bth scratch space value of the Ath transaction in the current group\n * @see Native TEAL opcode: [`gloadss`](https://dev.algorand.co/reference/algorand-teal/opcodes#gloadss)\n * Min AVM version: 6\n */\nexport function gloadBytes(a: uint64, b: uint64): bytes {\n throw new NoImplementation()\n}\n\n/**\n * Bth scratch space value of the Ath transaction in the current group\n * @see Native TEAL opcode: [`gloadss`](https://dev.algorand.co/reference/algorand-teal/opcodes#gloadss)\n * Min AVM version: 6\n */\nexport function gloadUint64(a: uint64, b: uint64): uint64 {\n throw new NoImplementation()\n}\nexport const Global = {\n /**\n * microalgos\n * Min AVM version: 1\n */\n get minTxnFee(): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * microalgos\n * Min AVM version: 1\n */\n get minBalance(): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * rounds\n * Min AVM version: 1\n */\n get maxTxnLife(): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte address of all zero bytes\n * Min AVM version: 1\n */\n get zeroAddress(): Account {\n throw new NoImplementation()\n },\n\n /**\n * Number of transactions in this atomic transaction group. At least 1\n * Min AVM version: 1\n */\n get groupSize(): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * Maximum supported version\n * Min AVM version: 2\n */\n get logicSigVersion(): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * Current round number. Application mode only.\n * Min AVM version: 2\n */\n get round(): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * Last confirmed block UNIX timestamp. Fails if negative. Application mode only.\n * Min AVM version: 2\n */\n get latestTimestamp(): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * ID of current application executing. Application mode only.\n * Min AVM version: 2\n */\n get currentApplicationId(): Application {\n throw new NoImplementation()\n },\n\n /**\n * Address of the creator of the current application. Application mode only.\n * Min AVM version: 3\n */\n get creatorAddress(): Account {\n throw new NoImplementation()\n },\n\n /**\n * Address that the current application controls. Application mode only.\n * Min AVM version: 5\n */\n get currentApplicationAddress(): Account {\n throw new NoImplementation()\n },\n\n /**\n * ID of the transaction group. 32 zero bytes if the transaction is not part of a group.\n * Min AVM version: 5\n */\n get groupId(): bytes<32> {\n throw new NoImplementation()\n },\n\n /**\n * The remaining cost that can be spent by opcodes in this program.\n * Min AVM version: 6\n */\n get opcodeBudget(): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * The application ID of the application that called this application. 0 if this application is at the top-level. Application mode only.\n * Min AVM version: 6\n */\n get callerApplicationId(): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * The application address of the application that called this application. ZeroAddress if this application is at the top-level. Application mode only.\n * Min AVM version: 6\n */\n get callerApplicationAddress(): Account {\n throw new NoImplementation()\n },\n\n /**\n * The additional minimum balance required to create (and opt-in to) an asset.\n * Min AVM version: 10\n */\n get assetCreateMinBalance(): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * The additional minimum balance required to opt-in to an asset.\n * Min AVM version: 10\n */\n get assetOptInMinBalance(): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * The Genesis Hash for the network.\n * Min AVM version: 10\n */\n get genesisHash(): bytes<32> {\n throw new NoImplementation()\n },\n\n /**\n * Whether block proposal payouts are enabled.\n * Min AVM version: 11\n */\n get payoutsEnabled(): boolean {\n throw new NoImplementation()\n },\n\n /**\n * The fee required in a keyreg transaction to make an account incentive eligible.\n * Min AVM version: 11\n */\n get payoutsGoOnlineFee(): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * The percentage of transaction fees in a block that can be paid to the block proposer.\n * Min AVM version: 11\n */\n get payoutsPercent(): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * The minimum balance an account must have in the agreement round to receive block payouts in the proposal round.\n * Min AVM version: 11\n */\n get payoutsMinBalance(): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * The maximum balance an account can have in the agreement round to receive block payouts in the proposal round.\n * Min AVM version: 11\n */\n get payoutsMaxBalance(): uint64 {\n throw new NoImplementation()\n },\n}\n\n/**\n * Get values for transactions in the current group\n */\nexport const GTxn = {\n /**\n * 32 byte address\n * Min AVM version: 3\n */\n sender(a: uint64): Account {\n throw new NoImplementation()\n },\n\n /**\n * microalgos\n * Min AVM version: 3\n */\n fee(a: uint64): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * round number\n * Min AVM version: 3\n */\n firstValid(a: uint64): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * UNIX timestamp of block before txn.FirstValid. Fails if negative\n * Min AVM version: 7\n */\n firstValidTime(a: uint64): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * round number\n * Min AVM version: 3\n */\n lastValid(a: uint64): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * Any data up to 1024 bytes\n * Min AVM version: 3\n */\n note(a: uint64): bytes {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte lease value\n * Min AVM version: 3\n */\n lease(a: uint64): bytes<32> {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte address\n * Min AVM version: 3\n */\n receiver(a: uint64): Account {\n throw new NoImplementation()\n },\n\n /**\n * microalgos\n * Min AVM version: 3\n */\n amount(a: uint64): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte address\n * Min AVM version: 3\n */\n closeRemainderTo(a: uint64): Account {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte address\n * Min AVM version: 3\n */\n votePk(a: uint64): bytes<32> {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte address\n * Min AVM version: 3\n */\n selectionPk(a: uint64): bytes<32> {\n throw new NoImplementation()\n },\n\n /**\n * The first round that the participation key is valid.\n * Min AVM version: 3\n */\n voteFirst(a: uint64): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * The last round that the participation key is valid.\n * Min AVM version: 3\n */\n voteLast(a: uint64): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * Dilution for the 2-level participation key\n * Min AVM version: 3\n */\n voteKeyDilution(a: uint64): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * Transaction type as bytes\n * Min AVM version: 3\n */\n type(a: uint64): bytes {\n throw new NoImplementation()\n },\n\n /**\n * Transaction type as integer\n * Min AVM version: 3\n */\n typeEnum(a: uint64): TransactionType {\n throw new NoImplementation()\n },\n\n /**\n * Asset ID\n * Min AVM version: 3\n */\n xferAsset(a: uint64): Asset {\n throw new NoImplementation()\n },\n\n /**\n * value in Asset's units\n * Min AVM version: 3\n */\n assetAmount(a: uint64): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte address. Source of assets if Sender is the Asset's Clawback address.\n * Min AVM version: 3\n */\n assetSender(a: uint64): Account {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte address\n * Min AVM version: 3\n */\n assetReceiver(a: uint64): Account {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte address\n * Min AVM version: 3\n */\n assetCloseTo(a: uint64): Account {\n throw new NoImplementation()\n },\n\n /**\n * Position of this transaction within an atomic transaction group. A stand-alone transaction is implicitly element 0 in a group of 1\n * Min AVM version: 3\n */\n groupIndex(a: uint64): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * The computed ID for this transaction. 32 bytes.\n * Min AVM version: 3\n */\n txId(a: uint64): bytes<32> {\n throw new NoImplementation()\n },\n\n /**\n * ApplicationID from ApplicationCall transaction\n * Min AVM version: 2\n */\n applicationId(a: uint64): Application {\n throw new NoImplementation()\n },\n\n /**\n * ApplicationCall transaction on completion action\n * Min AVM version: 2\n */\n onCompletion(a: uint64): OnCompleteAction {\n throw new NoImplementation()\n },\n\n /**\n * Arguments passed to the application in the ApplicationCall transaction\n * Min AVM version: 2\n */\n applicationArgs(a: uint64, b: uint64): bytes {\n throw new NoImplementation()\n },\n\n /**\n * Number of ApplicationArgs\n * Min AVM version: 2\n */\n numAppArgs(a: uint64): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * Accounts listed in the ApplicationCall transaction\n * Min AVM version: 2\n */\n accounts(a: uint64, b: uint64): Account {\n throw new NoImplementation()\n },\n\n /**\n * Number of Accounts\n * Min AVM version: 2\n */\n numAccounts(a: uint64): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * Approval program\n * Min AVM version: 2\n */\n approvalProgram(a: uint64): bytes {\n throw new NoImplementation()\n },\n\n /**\n * Clear state program\n * Min AVM version: 2\n */\n clearStateProgram(a: uint64): bytes {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte Sender's new AuthAddr\n * Min AVM version: 2\n */\n rekeyTo(a: uint64): Account {\n throw new NoImplementation()\n },\n\n /**\n * Asset ID in asset config transaction\n * Min AVM version: 2\n */\n configAsset(a: uint64): Asset {\n throw new NoImplementation()\n },\n\n /**\n * Total number of units of this asset created\n * Min AVM version: 2\n */\n configAssetTotal(a: uint64): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * Number of digits to display after the decimal place when displaying the asset\n * Min AVM version: 2\n */\n configAssetDecimals(a: uint64): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * Whether the asset's slots are frozen by default or not, 0 or 1\n * Min AVM version: 2\n */\n configAssetDefaultFrozen(a: uint64): boolean {\n throw new NoImplementation()\n },\n\n /**\n * Unit name of the asset\n * Min AVM version: 2\n */\n configAssetUnitName(a: uint64): bytes {\n throw new NoImplementation()\n },\n\n /**\n * The asset name\n * Min AVM version: 2\n */\n configAssetName(a: uint64): bytes {\n throw new NoImplementation()\n },\n\n /**\n * URL\n * Min AVM version: 2\n */\n configAssetUrl(a: uint64): bytes {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte commitment to unspecified asset metadata\n * Min AVM version: 2\n */\n configAssetMetadataHash(a: uint64): bytes<32> {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte address\n * Min AVM version: 2\n */\n configAssetManager(a: uint64): Account {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte address\n * Min AVM version: 2\n */\n configAssetReserve(a: uint64): Account {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte address\n * Min AVM version: 2\n */\n configAssetFreeze(a: uint64): Account {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte address\n * Min AVM version: 2\n */\n configAssetClawback(a: uint64): Account {\n throw new NoImplementation()\n },\n\n /**\n * Asset ID being frozen or un-frozen\n * Min AVM version: 2\n */\n freezeAsset(a: uint64): Asset {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte address of the account whose asset slot is being frozen or un-frozen\n * Min AVM version: 2\n */\n freezeAssetAccount(a: uint64): Account {\n throw new NoImplementation()\n },\n\n /**\n * The new frozen value, 0 or 1\n * Min AVM version: 2\n */\n freezeAssetFrozen(a: uint64): boolean {\n throw new NoImplementation()\n },\n\n /**\n * Foreign Assets listed in the ApplicationCall transaction\n * Min AVM version: 3\n */\n assets(a: uint64, b: uint64): Asset {\n throw new NoImplementation()\n },\n\n /**\n * Number of Assets\n * Min AVM version: 3\n */\n numAssets(a: uint64): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * Foreign Apps listed in the ApplicationCall transaction\n * Min AVM version: 3\n */\n applications(a: uint64, b: uint64): Application {\n throw new NoImplementation()\n },\n\n /**\n * Number of Applications\n * Min AVM version: 3\n */\n numApplications(a: uint64): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * Number of global state integers in ApplicationCall\n * Min AVM version: 3\n */\n globalNumUint(a: uint64): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * Number of global state byteslices in ApplicationCall\n * Min AVM version: 3\n */\n globalNumByteSlice(a: uint64): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * Number of local state integers in ApplicationCall\n * Min AVM version: 3\n */\n localNumUint(a: uint64): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * Number of local state byteslices in ApplicationCall\n * Min AVM version: 3\n */\n localNumByteSlice(a: uint64): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * Number of additional pages for each of the application's approval and clear state programs. An ExtraProgramPages of 1 means 2048 more total bytes, or 1024 for each program.\n * Min AVM version: 4\n */\n extraProgramPages(a: uint64): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * Marks an account nonparticipating for rewards\n * Min AVM version: 5\n */\n nonparticipation(a: uint64): boolean {\n throw new NoImplementation()\n },\n\n /**\n * Log messages emitted by an application call (only with `itxn` in v5). Application mode only\n * Min AVM version: 5\n */\n logs(a: uint64, b: uint64): bytes {\n throw new NoImplementation()\n },\n\n /**\n * Number of Logs (only with `itxn` in v5). Application mode only\n * Min AVM version: 5\n */\n numLogs(a: uint64): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * Asset ID allocated by the creation of an ASA (only with `itxn` in v5). Application mode only\n * Min AVM version: 5\n */\n createdAssetId(a: uint64): Asset {\n throw new NoImplementation()\n },\n\n /**\n * ApplicationID allocated by the creation of an application (only with `itxn` in v5). Application mode only\n * Min AVM version: 5\n */\n createdApplicationId(a: uint64): Application {\n throw new NoImplementation()\n },\n\n /**\n * The last message emitted. Empty bytes if none were emitted. Application mode only\n * Min AVM version: 6\n */\n lastLog(a: uint64): bytes {\n throw new NoImplementation()\n },\n\n /**\n * 64 byte state proof public key\n * Min AVM version: 6\n */\n stateProofPk(a: uint64): bytes {\n throw new NoImplementation()\n },\n\n /**\n * Approval Program as an array of pages\n * Min AVM version: 7\n */\n approvalProgramPages(a: uint64, b: uint64): bytes {\n throw new NoImplementation()\n },\n\n /**\n * Number of Approval Program pages\n * Min AVM version: 7\n */\n numApprovalProgramPages(a: uint64): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * ClearState Program as an array of pages\n * Min AVM version: 7\n */\n clearStateProgramPages(a: uint64, b: uint64): bytes {\n throw new NoImplementation()\n },\n\n /**\n * Number of ClearState Program pages\n * Min AVM version: 7\n */\n numClearStateProgramPages(a: uint64): uint64 {\n throw new NoImplementation()\n },\n}\n\n/**\n * converts uint64 A to big-endian byte array, always of length 8\n * @see Native TEAL opcode: [`itob`](https://dev.algorand.co/reference/algorand-teal/opcodes#itob)\n * Min AVM version: 1\n */\nexport function itob(a: uint64): bytes<8> {\n throw new NoImplementation()\n}\n\n/**\n * Get values for the last inner transaction\n */\nexport const ITxn = {\n /**\n * 32 byte address\n * Min AVM version: 5\n */\n get sender(): Account {\n throw new NoImplementation()\n },\n\n /**\n * microalgos\n * Min AVM version: 5\n */\n get fee(): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * round number\n * Min AVM version: 5\n */\n get firstValid(): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * UNIX timestamp of block before txn.FirstValid. Fails if negative\n * Min AVM version: 7\n */\n get firstValidTime(): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * round number\n * Min AVM version: 5\n */\n get lastValid(): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * Any data up to 1024 bytes\n * Min AVM version: 5\n */\n get note(): bytes {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte lease value\n * Min AVM version: 5\n */\n get lease(): bytes<32> {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte address\n * Min AVM version: 5\n */\n get receiver(): Account {\n throw new NoImplementation()\n },\n\n /**\n * microalgos\n * Min AVM version: 5\n */\n get amount(): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte address\n * Min AVM version: 5\n */\n get closeRemainderTo(): Account {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte address\n * Min AVM version: 5\n */\n get votePk(): bytes<32> {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte address\n * Min AVM version: 5\n */\n get selectionPk(): bytes<32> {\n throw new NoImplementation()\n },\n\n /**\n * The first round that the participation key is valid.\n * Min AVM version: 5\n */\n get voteFirst(): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * The last round that the participation key is valid.\n * Min AVM version: 5\n */\n get voteLast(): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * Dilution for the 2-level participation key\n * Min AVM version: 5\n */\n get voteKeyDilution(): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * Transaction type as bytes\n * Min AVM version: 5\n */\n get type(): bytes {\n throw new NoImplementation()\n },\n\n /**\n * Transaction type as integer\n * Min AVM version: 5\n */\n get typeEnum(): TransactionType {\n throw new NoImplementation()\n },\n\n /**\n * Asset ID\n * Min AVM version: 5\n */\n get xferAsset(): Asset {\n throw new NoImplementation()\n },\n\n /**\n * value in Asset's units\n * Min AVM version: 5\n */\n get assetAmount(): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte address. Source of assets if Sender is the Asset's Clawback address.\n * Min AVM version: 5\n */\n get assetSender(): Account {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte address\n * Min AVM version: 5\n */\n get assetReceiver(): Account {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte address\n * Min AVM version: 5\n */\n get assetCloseTo(): Account {\n throw new NoImplementation()\n },\n\n /**\n * Position of this transaction within an atomic transaction group. A stand-alone transaction is implicitly element 0 in a group of 1\n * Min AVM version: 5\n */\n get groupIndex(): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * The computed ID for this transaction. 32 bytes.\n * Min AVM version: 5\n */\n get txId(): bytes<32> {\n throw new NoImplementation()\n },\n\n /**\n * ApplicationID from ApplicationCall transaction\n * Min AVM version: 2\n */\n get applicationId(): Application {\n throw new NoImplementation()\n },\n\n /**\n * ApplicationCall transaction on completion action\n * Min AVM version: 2\n */\n get onCompletion(): OnCompleteAction {\n throw new NoImplementation()\n },\n\n /**\n * Arguments passed to the application in the ApplicationCall transaction\n * Min AVM version: 2\n */\n applicationArgs(a: uint64): bytes {\n throw new NoImplementation()\n },\n\n /**\n * Number of ApplicationArgs\n * Min AVM version: 2\n */\n get numAppArgs(): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * Accounts listed in the ApplicationCall transaction\n * Min AVM version: 2\n */\n accounts(a: uint64): Account {\n throw new NoImplementation()\n },\n\n /**\n * Number of Accounts\n * Min AVM version: 2\n */\n get numAccounts(): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * Approval program\n * Min AVM version: 2\n */\n get approvalProgram(): bytes {\n throw new NoImplementation()\n },\n\n /**\n * Clear state program\n * Min AVM version: 2\n */\n get clearStateProgram(): bytes {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte Sender's new AuthAddr\n * Min AVM version: 2\n */\n get rekeyTo(): Account {\n throw new NoImplementation()\n },\n\n /**\n * Asset ID in asset config transaction\n * Min AVM version: 2\n */\n get configAsset(): Asset {\n throw new NoImplementation()\n },\n\n /**\n * Total number of units of this asset created\n * Min AVM version: 2\n */\n get configAssetTotal(): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * Number of digits to display after the decimal place when displaying the asset\n * Min AVM version: 2\n */\n get configAssetDecimals(): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * Whether the asset's slots are frozen by default or not, 0 or 1\n * Min AVM version: 2\n */\n get configAssetDefaultFrozen(): boolean {\n throw new NoImplementation()\n },\n\n /**\n * Unit name of the asset\n * Min AVM version: 2\n */\n get configAssetUnitName(): bytes {\n throw new NoImplementation()\n },\n\n /**\n * The asset name\n * Min AVM version: 2\n */\n get configAssetName(): bytes {\n throw new NoImplementation()\n },\n\n /**\n * URL\n * Min AVM version: 2\n */\n get configAssetUrl(): bytes {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte commitment to unspecified asset metadata\n * Min AVM version: 2\n */\n get configAssetMetadataHash(): bytes<32> {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte address\n * Min AVM version: 2\n */\n get configAssetManager(): Account {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte address\n * Min AVM version: 2\n */\n get configAssetReserve(): Account {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte address\n * Min AVM version: 2\n */\n get configAssetFreeze(): Account {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte address\n * Min AVM version: 2\n */\n get configAssetClawback(): Account {\n throw new NoImplementation()\n },\n\n /**\n * Asset ID being frozen or un-frozen\n * Min AVM version: 2\n */\n get freezeAsset(): Asset {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte address of the account whose asset slot is being frozen or un-frozen\n * Min AVM version: 2\n */\n get freezeAssetAccount(): Account {\n throw new NoImplementation()\n },\n\n /**\n * The new frozen value, 0 or 1\n * Min AVM version: 2\n */\n get freezeAssetFrozen(): boolean {\n throw new NoImplementation()\n },\n\n /**\n * Foreign Assets listed in the ApplicationCall transaction\n * Min AVM version: 3\n */\n assets(a: uint64): Asset {\n throw new NoImplementation()\n },\n\n /**\n * Number of Assets\n * Min AVM version: 3\n */\n get numAssets(): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * Foreign Apps listed in the ApplicationCall transaction\n * Min AVM version: 3\n */\n applications(a: uint64): Application {\n throw new NoImplementation()\n },\n\n /**\n * Number of Applications\n * Min AVM version: 3\n */\n get numApplications(): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * Number of global state integers in ApplicationCall\n * Min AVM version: 3\n */\n get globalNumUint(): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * Number of global state byteslices in ApplicationCall\n * Min AVM version: 3\n */\n get globalNumByteSlice(): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * Number of local state integers in ApplicationCall\n * Min AVM version: 3\n */\n get localNumUint(): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * Number of local state byteslices in ApplicationCall\n * Min AVM version: 3\n */\n get localNumByteSlice(): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * Number of additional pages for each of the application's approval and clear state programs. An ExtraProgramPages of 1 means 2048 more total bytes, or 1024 for each program.\n * Min AVM version: 4\n */\n get extraProgramPages(): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * Marks an account nonparticipating for rewards\n * Min AVM version: 5\n */\n get nonparticipation(): boolean {\n throw new NoImplementation()\n },\n\n /**\n * Log messages emitted by an application call (only with `itxn` in v5). Application mode only\n * Min AVM version: 5\n */\n logs(a: uint64): bytes {\n throw new NoImplementation()\n },\n\n /**\n * Number of Logs (only with `itxn` in v5). Application mode only\n * Min AVM version: 5\n */\n get numLogs(): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * Asset ID allocated by the creation of an ASA (only with `itxn` in v5). Application mode only\n * Min AVM version: 5\n */\n get createdAssetId(): Asset {\n throw new NoImplementation()\n },\n\n /**\n * ApplicationID allocated by the creation of an application (only with `itxn` in v5). Application mode only\n * Min AVM version: 5\n */\n get createdApplicationId(): Application {\n throw new NoImplementation()\n },\n\n /**\n * The last message emitted. Empty bytes if none were emitted. Application mode only\n * Min AVM version: 6\n */\n get lastLog(): bytes {\n throw new NoImplementation()\n },\n\n /**\n * 64 byte state proof public key\n * Min AVM version: 6\n */\n get stateProofPk(): bytes {\n throw new NoImplementation()\n },\n\n /**\n * Approval Program as an array of pages\n * Min AVM version: 7\n */\n approvalProgramPages(a: uint64): bytes {\n throw new NoImplementation()\n },\n\n /**\n * Number of Approval Program pages\n * Min AVM version: 7\n */\n get numApprovalProgramPages(): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * ClearState Program as an array of pages\n * Min AVM version: 7\n */\n clearStateProgramPages(a: uint64): bytes {\n throw new NoImplementation()\n },\n\n /**\n * Number of ClearState Program pages\n * Min AVM version: 7\n */\n get numClearStateProgramPages(): uint64 {\n throw new NoImplementation()\n },\n}\n\n/**\n * Create inner transactions\n */\nexport const ITxnCreate = {\n /**\n * begin preparation of a new inner transaction in a new transaction group\n * `itxn_begin` initializes Sender to the application address; Fee to the minimum allowable, taking into account MinTxnFee and credit from overpaying in earlier transactions; FirstValid/LastValid to the values in the invoking transaction, and all other fields to zero or empty values.\n * @see Native TEAL opcode: [`itxn_begin`](https://dev.algorand.co/reference/algorand-teal/opcodes#itxn_begin)\n * Min AVM version: 5\n */\n begin(): void {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte address\n * Min AVM version: 5\n */\n setSender(a: Account): void {\n throw new NoImplementation()\n },\n\n /**\n * microalgos\n * Min AVM version: 5\n */\n setFee(a: uint64): void {\n throw new NoImplementation()\n },\n\n /**\n * Any data up to 1024 bytes\n * Min AVM version: 5\n */\n setNote(a: bytes): void {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte address\n * Min AVM version: 5\n */\n setReceiver(a: Account): void {\n throw new NoImplementation()\n },\n\n /**\n * microalgos\n * Min AVM version: 5\n */\n setAmount(a: uint64): void {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte address\n * Min AVM version: 5\n */\n setCloseRemainderTo(a: Account): void {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte address\n * Min AVM version: 5\n */\n setVotePk(a: bytes<32>): void {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte address\n * Min AVM version: 5\n */\n setSelectionPk(a: bytes<32>): void {\n throw new NoImplementation()\n },\n\n /**\n * The first round that the participation key is valid.\n * Min AVM version: 5\n */\n setVoteFirst(a: uint64): void {\n throw new NoImplementation()\n },\n\n /**\n * The last round that the participation key is valid.\n * Min AVM version: 5\n */\n setVoteLast(a: uint64): void {\n throw new NoImplementation()\n },\n\n /**\n * Dilution for the 2-level participation key\n * Min AVM version: 5\n */\n setVoteKeyDilution(a: uint64): void {\n throw new NoImplementation()\n },\n\n /**\n * Transaction type as bytes\n * Min AVM version: 5\n */\n setType(a: bytes): void {\n throw new NoImplementation()\n },\n\n /**\n * Transaction type as integer\n * Min AVM version: 5\n */\n setTypeEnum(a: uint64): void {\n throw new NoImplementation()\n },\n\n /**\n * Asset ID\n * Min AVM version: 5\n */\n setXferAsset(a: Asset | uint64): void {\n throw new NoImplementation()\n },\n\n /**\n * value in Asset's units\n * Min AVM version: 5\n */\n setAssetAmount(a: uint64): void {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte address. Source of assets if Sender is the Asset's Clawback address.\n * Min AVM version: 5\n */\n setAssetSender(a: Account): void {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte address\n * Min AVM version: 5\n */\n setAssetReceiver(a: Account): void {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte address\n * Min AVM version: 5\n */\n setAssetCloseTo(a: Account): void {\n throw new NoImplementation()\n },\n\n /**\n * ApplicationID from ApplicationCall transaction\n * Min AVM version: 2\n */\n setApplicationId(a: Application | uint64): void {\n throw new NoImplementation()\n },\n\n /**\n * ApplicationCall transaction on completion action\n * Min AVM version: 2\n */\n setOnCompletion(a: uint64): void {\n throw new NoImplementation()\n },\n\n /**\n * Arguments passed to the application in the ApplicationCall transaction\n * Min AVM version: 2\n */\n setApplicationArgs(a: bytes): void {\n throw new NoImplementation()\n },\n\n /**\n * Accounts listed in the ApplicationCall transaction\n * Min AVM version: 2\n */\n setAccounts(a: Account): void {\n throw new NoImplementation()\n },\n\n /**\n * Approval program\n * Min AVM version: 2\n */\n setApprovalProgram(a: bytes): void {\n throw new NoImplementation()\n },\n\n /**\n * Clear state program\n * Min AVM version: 2\n */\n setClearStateProgram(a: bytes): void {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte Sender's new AuthAddr\n * Min AVM version: 2\n */\n setRekeyTo(a: Account): void {\n throw new NoImplementation()\n },\n\n /**\n * Asset ID in asset config transaction\n * Min AVM version: 2\n */\n setConfigAsset(a: Asset | uint64): void {\n throw new NoImplementation()\n },\n\n /**\n * Total number of units of this asset created\n * Min AVM version: 2\n */\n setConfigAssetTotal(a: uint64): void {\n throw new NoImplementation()\n },\n\n /**\n * Number of digits to display after the decimal place when displaying the asset\n * Min AVM version: 2\n */\n setConfigAssetDecimals(a: uint64): void {\n throw new NoImplementation()\n },\n\n /**\n * Whether the asset's slots are frozen by default or not, 0 or 1\n * Min AVM version: 2\n */\n setConfigAssetDefaultFrozen(a: boolean): void {\n throw new NoImplementation()\n },\n\n /**\n * Unit name of the asset\n * Min AVM version: 2\n */\n setConfigAssetUnitName(a: bytes): void {\n throw new NoImplementation()\n },\n\n /**\n * The asset name\n * Min AVM version: 2\n */\n setConfigAssetName(a: bytes): void {\n throw new NoImplementation()\n },\n\n /**\n * URL\n * Min AVM version: 2\n */\n setConfigAssetUrl(a: bytes): void {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte commitment to unspecified asset metadata\n * Min AVM version: 2\n */\n setConfigAssetMetadataHash(a: bytes<32>): void {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte address\n * Min AVM version: 2\n */\n setConfigAssetManager(a: Account): void {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte address\n * Min AVM version: 2\n */\n setConfigAssetReserve(a: Account): void {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte address\n * Min AVM version: 2\n */\n setConfigAssetFreeze(a: Account): void {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte address\n * Min AVM version: 2\n */\n setConfigAssetClawback(a: Account): void {\n throw new NoImplementation()\n },\n\n /**\n * Asset ID being frozen or un-frozen\n * Min AVM version: 2\n */\n setFreezeAsset(a: Asset | uint64): void {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte address of the account whose asset slot is being frozen or un-frozen\n * Min AVM version: 2\n */\n setFreezeAssetAccount(a: Account): void {\n throw new NoImplementation()\n },\n\n /**\n * The new frozen value, 0 or 1\n * Min AVM version: 2\n */\n setFreezeAssetFrozen(a: boolean): void {\n throw new NoImplementation()\n },\n\n /**\n * Foreign Assets listed in the ApplicationCall transaction\n * Min AVM version: 3\n */\n setAssets(a: uint64): void {\n throw new NoImplementation()\n },\n\n /**\n * Foreign Apps listed in the ApplicationCall transaction\n * Min AVM version: 3\n */\n setApplications(a: uint64): void {\n throw new NoImplementation()\n },\n\n /**\n * Number of global state integers in ApplicationCall\n * Min AVM version: 3\n */\n setGlobalNumUint(a: uint64): void {\n throw new NoImplementation()\n },\n\n /**\n * Number of global state byteslices in ApplicationCall\n * Min AVM version: 3\n */\n setGlobalNumByteSlice(a: uint64): void {\n throw new NoImplementation()\n },\n\n /**\n * Number of local state integers in ApplicationCall\n * Min AVM version: 3\n */\n setLocalNumUint(a: uint64): void {\n throw new NoImplementation()\n },\n\n /**\n * Number of local state byteslices in ApplicationCall\n * Min AVM version: 3\n */\n setLocalNumByteSlice(a: uint64): void {\n throw new NoImplementation()\n },\n\n /**\n * Number of additional pages for each of the application's approval and clear state programs. An ExtraProgramPages of 1 means 2048 more total bytes, or 1024 for each program.\n * Min AVM version: 4\n */\n setExtraProgramPages(a: uint64): void {\n throw new NoImplementation()\n },\n\n /**\n * Marks an account nonparticipating for rewards\n * Min AVM version: 5\n */\n setNonparticipation(a: boolean): void {\n throw new NoImplementation()\n },\n\n /**\n * 64 byte state proof public key\n * Min AVM version: 6\n */\n setStateProofPk(a: bytes): void {\n throw new NoImplementation()\n },\n\n /**\n * Approval Program as an array of pages\n * Min AVM version: 7\n */\n setApprovalProgramPages(a: bytes): void {\n throw new NoImplementation()\n },\n\n /**\n * ClearState Program as an array of pages\n * Min AVM version: 7\n */\n setClearStateProgramPages(a: bytes): void {\n throw new NoImplementation()\n },\n\n /**\n * begin preparation of a new inner transaction in the same transaction group\n * `itxn_next` initializes the transaction exactly as `itxn_begin` does\n * @see Native TEAL opcode: [`itxn_next`](https://dev.algorand.co/reference/algorand-teal/opcodes#itxn_next)\n * Min AVM version: 6\n */\n next(): void {\n throw new NoImplementation()\n },\n\n /**\n * execute the current inner transaction group. Fail if executing this group would exceed the inner transaction limit, or if any transaction in the group fails.\n * `itxn_submit` resets the current transaction so that it can not be resubmitted. A new `itxn_begin` is required to prepare another inner transaction.\n * @see Native TEAL opcode: [`itxn_submit`](https://dev.algorand.co/reference/algorand-teal/opcodes#itxn_submit)\n * Min AVM version: 5\n */\n submit(): void {\n throw new NoImplementation()\n },\n}\n\nexport const JsonRef = {\n jsonString(a: bytes, b: bytes): bytes {\n throw new NoImplementation()\n },\n\n jsonUint64(a: bytes, b: bytes): uint64 {\n throw new NoImplementation()\n },\n\n jsonObject(a: bytes, b: bytes): bytes {\n throw new NoImplementation()\n },\n}\n\n/**\n * Keccak256 hash of value A, yields [32]byte\n * @see Native TEAL opcode: [`keccak256`](https://dev.algorand.co/reference/algorand-teal/opcodes#keccak256)\n * Min AVM version: 1\n */\nexport function keccak256(a: bytes): bytes<32> {\n throw new NoImplementation()\n}\n\n/**\n * yields length of byte value A\n * @see Native TEAL opcode: [`len`](https://dev.algorand.co/reference/algorand-teal/opcodes#len)\n * Min AVM version: 1\n */\nexport function len(a: bytes): uint64 {\n throw new NoImplementation()\n}\n\n/**\n * Load or store scratch values\n */\nexport const Scratch = {\n /**\n * Ath scratch space value. All scratch spaces are 0 at program start.\n * @see Native TEAL opcode: [`loads`](https://dev.algorand.co/reference/algorand-teal/opcodes#loads)\n * Min AVM version: 5\n */\n loadBytes(a: uint64): bytes {\n throw new NoImplementation()\n },\n\n /**\n * Ath scratch space value. All scratch spaces are 0 at program start.\n * @see Native TEAL opcode: [`loads`](https://dev.algorand.co/reference/algorand-teal/opcodes#loads)\n * Min AVM version: 5\n */\n loadUint64(a: uint64): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * store B to the Ath scratch space\n * @see Native TEAL opcode: [`stores`](https://dev.algorand.co/reference/algorand-teal/opcodes#stores)\n * Min AVM version: 5\n */\n store(a: uint64, b: bytes | uint64): void {\n throw new NoImplementation()\n },\n}\n\n/**\n * MiMC hash of scalars A, using curve and parameters specified by configuration C\n * A is a list of concatenated 32 byte big-endian unsigned integer scalars. Fail if A's length is not a multiple of 32 or any element exceeds the curve modulus.\n * The MiMC hash function has known collisions since any input which is a multiple of the elliptic curve modulus will hash to the same value. MiMC is thus not a general purpose hash function, but meant to be used in zero knowledge applications to match a zk-circuit implementation.\n * @see Native TEAL opcode: [`mimc`](https://dev.algorand.co/reference/algorand-teal/opcodes#mimc)\n * Min AVM version: 11\n */\nexport function mimc(c: MimcConfigurations, a: bytes): bytes<32> {\n throw new NoImplementation()\n}\n\n/**\n * minimum required balance for account A, in microalgos. Required balance is affected by ASA, App, and Box usage. When creating or opting into an app, the minimum balance grows before the app code runs, therefore the increase is visible there. When deleting or closing out, the minimum balance decreases after the app executes. Changes caused by inner transactions or box usage are observable immediately following the opcode effecting the change.\n * @param Txn.Accounts offset (or, since v4, an _available_ account address), _available_ application id (or, since v4, a Txn.ForeignApps offset).\n * * @return value.\n * @see Native TEAL opcode: [`min_balance`](https://dev.algorand.co/reference/algorand-teal/opcodes#min_balance)\n * Min AVM version: 3\n */\nexport function minBalance(a: Account | uint64): uint64 {\n throw new NoImplementation()\n}\n\n/**\n * A times B as a 128-bit result in two uint64s. X is the high 64 bits, Y is the low\n * @see Native TEAL opcode: [`mulw`](https://dev.algorand.co/reference/algorand-teal/opcodes#mulw)\n * Min AVM version: 1\n */\nexport function mulw(a: uint64, b: uint64): readonly [uint64, uint64] {\n throw new NoImplementation()\n}\n\n/**\n * the total online stake in the agreement round\n * @see Native TEAL opcode: [`online_stake`](https://dev.algorand.co/reference/algorand-teal/opcodes#online_stake)\n * Min AVM version: 11\n */\nexport function onlineStake(): uint64 {\n throw new NoImplementation()\n}\n\n/**\n * Copy of A with the bytes starting at B replaced by the bytes of C. Fails if B+len(C) exceeds len(A)\n * `replace3` can be called using `replace` with no immediates.\n * @see Native TEAL opcode: [`replace3`](https://dev.algorand.co/reference/algorand-teal/opcodes#replace3)\n * Min AVM version: 7\n */\nexport function replace(a: bytes, b: uint64, c: bytes): bytes {\n throw new NoImplementation()\n}\n\n/**\n * Copy of A with the Bth byte set to small integer (between 0..255) C. If B is greater than or equal to the array length, the program fails\n * @see Native TEAL opcode: [`setbyte`](https://dev.algorand.co/reference/algorand-teal/opcodes#setbyte)\n * Min AVM version: 3\n */\nexport function setByte(a: bytes, b: uint64, c: uint64): bytes {\n throw new NoImplementation()\n}\n\n/**\n * SHA256 hash of value A, yields [32]byte\n * @see Native TEAL opcode: [`sha256`](https://dev.algorand.co/reference/algorand-teal/opcodes#sha256)\n * Min AVM version: 1\n */\nexport function sha256(a: bytes): bytes<32> {\n throw new NoImplementation()\n}\n\n/**\n * SHA3_256 hash of value A, yields [32]byte\n * @see Native TEAL opcode: [`sha3_256`](https://dev.algorand.co/reference/algorand-teal/opcodes#sha3_256)\n * Min AVM version: 7\n */\nexport function sha3_256(a: bytes): bytes<32> {\n throw new NoImplementation()\n}\n\n/**\n * SHA512_256 hash of value A, yields [32]byte\n * @see Native TEAL opcode: [`sha512_256`](https://dev.algorand.co/reference/algorand-teal/opcodes#sha512_256)\n * Min AVM version: 1\n */\nexport function sha512_256(a: bytes): bytes<32> {\n throw new NoImplementation()\n}\n\n/**\n * A times 2^B, modulo 2^64\n * @see Native TEAL opcode: [`shl`](https://dev.algorand.co/reference/algorand-teal/opcodes#shl)\n * Min AVM version: 4\n */\nexport function shl(a: uint64, b: uint64): uint64 {\n throw new NoImplementation()\n}\n\n/**\n * A divided by 2^B\n * @see Native TEAL opcode: [`shr`](https://dev.algorand.co/reference/algorand-teal/opcodes#shr)\n * Min AVM version: 4\n */\nexport function shr(a: uint64, b: uint64): uint64 {\n throw new NoImplementation()\n}\n\n/**\n * The largest integer I such that I^2 <= A\n * @see Native TEAL opcode: [`sqrt`](https://dev.algorand.co/reference/algorand-teal/opcodes#sqrt)\n * Min AVM version: 4\n */\nexport function sqrt(a: uint64): uint64 {\n throw new NoImplementation()\n}\n\n/**\n * A range of bytes from A starting at B up to but not including C. If C < B, or either is larger than the array length, the program fails\n * @see Native TEAL opcode: [`substring3`](https://dev.algorand.co/reference/algorand-teal/opcodes#substring3)\n * Min AVM version: 2\n */\nexport function substring(a: bytes, b: uint64, c: uint64): bytes {\n throw new NoImplementation()\n}\n\n/**\n * sumhash512 of value A, yields [64]byte\n * @see Native TEAL opcode: [`sumhash512`](https://dev.algorand.co/reference/algorand-teal/opcodes#sumhash512)\n * Min AVM version: 12\n */\nexport function sumhash512(a: bytes): bytes<64> {\n throw new NoImplementation()\n}\n\n/**\n * Get values for the current executing transaction\n */\nexport const Txn = {\n /**\n * 32 byte address\n * Min AVM version: 1\n */\n get sender(): Account {\n throw new NoImplementation()\n },\n\n /**\n * microalgos\n * Min AVM version: 1\n */\n get fee(): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * round number\n * Min AVM version: 1\n */\n get firstValid(): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * UNIX timestamp of block before txn.FirstValid. Fails if negative\n * Min AVM version: 7\n */\n get firstValidTime(): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * round number\n * Min AVM version: 1\n */\n get lastValid(): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * Any data up to 1024 bytes\n * Min AVM version: 1\n */\n get note(): bytes {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte lease value\n * Min AVM version: 1\n */\n get lease(): bytes<32> {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte address\n * Min AVM version: 1\n */\n get receiver(): Account {\n throw new NoImplementation()\n },\n\n /**\n * microalgos\n * Min AVM version: 1\n */\n get amount(): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte address\n * Min AVM version: 1\n */\n get closeRemainderTo(): Account {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte address\n * Min AVM version: 1\n */\n get votePk(): bytes<32> {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte address\n * Min AVM version: 1\n */\n get selectionPk(): bytes<32> {\n throw new NoImplementation()\n },\n\n /**\n * The first round that the participation key is valid.\n * Min AVM version: 1\n */\n get voteFirst(): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * The last round that the participation key is valid.\n * Min AVM version: 1\n */\n get voteLast(): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * Dilution for the 2-level participation key\n * Min AVM version: 1\n */\n get voteKeyDilution(): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * Transaction type as bytes\n * Min AVM version: 1\n */\n get type(): bytes {\n throw new NoImplementation()\n },\n\n /**\n * Transaction type as integer\n * Min AVM version: 1\n */\n get typeEnum(): TransactionType {\n throw new NoImplementation()\n },\n\n /**\n * Asset ID\n * Min AVM version: 1\n */\n get xferAsset(): Asset {\n throw new NoImplementation()\n },\n\n /**\n * value in Asset's units\n * Min AVM version: 1\n */\n get assetAmount(): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte address. Source of assets if Sender is the Asset's Clawback address.\n * Min AVM version: 1\n */\n get assetSender(): Account {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte address\n * Min AVM version: 1\n */\n get assetReceiver(): Account {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte address\n * Min AVM version: 1\n */\n get assetCloseTo(): Account {\n throw new NoImplementation()\n },\n\n /**\n * Position of this transaction within an atomic transaction group. A stand-alone transaction is implicitly element 0 in a group of 1\n * Min AVM version: 1\n */\n get groupIndex(): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * The computed ID for this transaction. 32 bytes.\n * Min AVM version: 1\n */\n get txId(): bytes<32> {\n throw new NoImplementation()\n },\n\n /**\n * ApplicationID from ApplicationCall transaction\n * Min AVM version: 2\n */\n get applicationId(): Application {\n throw new NoImplementation()\n },\n\n /**\n * ApplicationCall transaction on completion action\n * Min AVM version: 2\n */\n get onCompletion(): OnCompleteAction {\n throw new NoImplementation()\n },\n\n /**\n * Arguments passed to the application in the ApplicationCall transaction\n * Min AVM version: 2\n */\n applicationArgs(a: uint64): bytes {\n throw new NoImplementation()\n },\n\n /**\n * Number of ApplicationArgs\n * Min AVM version: 2\n */\n get numAppArgs(): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * Accounts listed in the ApplicationCall transaction\n * Min AVM version: 2\n */\n accounts(a: uint64): Account {\n throw new NoImplementation()\n },\n\n /**\n * Number of Accounts\n * Min AVM version: 2\n */\n get numAccounts(): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * Approval program\n * Min AVM version: 2\n */\n get approvalProgram(): bytes {\n throw new NoImplementation()\n },\n\n /**\n * Clear state program\n * Min AVM version: 2\n */\n get clearStateProgram(): bytes {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte Sender's new AuthAddr\n * Min AVM version: 2\n */\n get rekeyTo(): Account {\n throw new NoImplementation()\n },\n\n /**\n * Asset ID in asset config transaction\n * Min AVM version: 2\n */\n get configAsset(): Asset {\n throw new NoImplementation()\n },\n\n /**\n * Total number of units of this asset created\n * Min AVM version: 2\n */\n get configAssetTotal(): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * Number of digits to display after the decimal place when displaying the asset\n * Min AVM version: 2\n */\n get configAssetDecimals(): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * Whether the asset's slots are frozen by default or not, 0 or 1\n * Min AVM version: 2\n */\n get configAssetDefaultFrozen(): boolean {\n throw new NoImplementation()\n },\n\n /**\n * Unit name of the asset\n * Min AVM version: 2\n */\n get configAssetUnitName(): bytes {\n throw new NoImplementation()\n },\n\n /**\n * The asset name\n * Min AVM version: 2\n */\n get configAssetName(): bytes {\n throw new NoImplementation()\n },\n\n /**\n * URL\n * Min AVM version: 2\n */\n get configAssetUrl(): bytes {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte commitment to unspecified asset metadata\n * Min AVM version: 2\n */\n get configAssetMetadataHash(): bytes<32> {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte address\n * Min AVM version: 2\n */\n get configAssetManager(): Account {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte address\n * Min AVM version: 2\n */\n get configAssetReserve(): Account {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte address\n * Min AVM version: 2\n */\n get configAssetFreeze(): Account {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte address\n * Min AVM version: 2\n */\n get configAssetClawback(): Account {\n throw new NoImplementation()\n },\n\n /**\n * Asset ID being frozen or un-frozen\n * Min AVM version: 2\n */\n get freezeAsset(): Asset {\n throw new NoImplementation()\n },\n\n /**\n * 32 byte address of the account whose asset slot is being frozen or un-frozen\n * Min AVM version: 2\n */\n get freezeAssetAccount(): Account {\n throw new NoImplementation()\n },\n\n /**\n * The new frozen value, 0 or 1\n * Min AVM version: 2\n */\n get freezeAssetFrozen(): boolean {\n throw new NoImplementation()\n },\n\n /**\n * Foreign Assets listed in the ApplicationCall transaction\n * Min AVM version: 3\n */\n assets(a: uint64): Asset {\n throw new NoImplementation()\n },\n\n /**\n * Number of Assets\n * Min AVM version: 3\n */\n get numAssets(): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * Foreign Apps listed in the ApplicationCall transaction\n * Min AVM version: 3\n */\n applications(a: uint64): Application {\n throw new NoImplementation()\n },\n\n /**\n * Number of Applications\n * Min AVM version: 3\n */\n get numApplications(): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * Number of global state integers in ApplicationCall\n * Min AVM version: 3\n */\n get globalNumUint(): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * Number of global state byteslices in ApplicationCall\n * Min AVM version: 3\n */\n get globalNumByteSlice(): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * Number of local state integers in ApplicationCall\n * Min AVM version: 3\n */\n get localNumUint(): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * Number of local state byteslices in ApplicationCall\n * Min AVM version: 3\n */\n get localNumByteSlice(): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * Number of additional pages for each of the application's approval and clear state programs. An ExtraProgramPages of 1 means 2048 more total bytes, or 1024 for each program.\n * Min AVM version: 4\n */\n get extraProgramPages(): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * Marks an account nonparticipating for rewards\n * Min AVM version: 5\n */\n get nonparticipation(): boolean {\n throw new NoImplementation()\n },\n\n /**\n * Log messages emitted by an application call (only with `itxn` in v5). Application mode only\n * Min AVM version: 5\n */\n logs(a: uint64): bytes {\n throw new NoImplementation()\n },\n\n /**\n * Number of Logs (only with `itxn` in v5). Application mode only\n * Min AVM version: 5\n */\n get numLogs(): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * Asset ID allocated by the creation of an ASA (only with `itxn` in v5). Application mode only\n * Min AVM version: 5\n */\n get createdAssetId(): Asset {\n throw new NoImplementation()\n },\n\n /**\n * ApplicationID allocated by the creation of an application (only with `itxn` in v5). Application mode only\n * Min AVM version: 5\n */\n get createdApplicationId(): Application {\n throw new NoImplementation()\n },\n\n /**\n * The last message emitted. Empty bytes if none were emitted. Application mode only\n * Min AVM version: 6\n */\n get lastLog(): bytes {\n throw new NoImplementation()\n },\n\n /**\n * 64 byte state proof public key\n * Min AVM version: 6\n */\n get stateProofPk(): bytes {\n throw new NoImplementation()\n },\n\n /**\n * Approval Program as an array of pages\n * Min AVM version: 7\n */\n approvalProgramPages(a: uint64): bytes {\n throw new NoImplementation()\n },\n\n /**\n * Number of Approval Program pages\n * Min AVM version: 7\n */\n get numApprovalProgramPages(): uint64 {\n throw new NoImplementation()\n },\n\n /**\n * ClearState Program as an array of pages\n * Min AVM version: 7\n */\n clearStateProgramPages(a: uint64): bytes {\n throw new NoImplementation()\n },\n\n /**\n * Number of ClearState Program pages\n * Min AVM version: 7\n */\n get numClearStateProgramPages(): uint64 {\n throw new NoImplementation()\n },\n}\n\nexport const VoterParams = {\n /**\n * Online stake in microalgos\n * Min AVM version: 11\n */\n voterBalance(a: Account | uint64): readonly [uint64, boolean] {\n throw new NoImplementation()\n },\n\n /**\n * Had this account opted into block payouts\n * Min AVM version: 11\n */\n voterIncentiveEligible(a: Account | uint64): readonly [boolean, boolean] {\n throw new NoImplementation()\n },\n}\n\n/**\n * Verify the proof B of message A against pubkey C. Returns vrf output and verification flag.\n * `VrfAlgorand` is the VRF used in Algorand. It is ECVRF-ED25519-SHA512-Elligator2, specified in the IETF internet draft [draft-irtf-cfrg-vrf-03](https://datatracker.ietf.org/doc/draft-irtf-cfrg-vrf/03/).\n * @see Native TEAL opcode: [`vrf_verify`](https://dev.algorand.co/reference/algorand-teal/opcodes#vrf_verify)\n * Min AVM version: 7\n */\nexport function vrfVerify(s: VrfVerify, a: bytes, b: bytes<80>, c: bytes<32>): readonly [bytes<64>, boolean] {\n throw new NoImplementation()\n}\n\n/**\n * A range of bytes from A starting at B up to the end of the sequence\n */\nexport function extract(a: bytes, b: uint64): bytes\n\n/**\n * A range of bytes from A starting at B up to but not including B+C. If B+C is larger than the array length, the program fails\n */\nexport function extract(a: bytes, b: uint64, c: uint64): bytes\nexport function extract(a: bytes | bytes, b: uint64 | uint64, c?: uint64): bytes {\n throw new NoImplementation()\n}\n\n/**\n * selects one of two values based on top-of-stack: B if C != 0, else A\n */\nexport function select(a: bytes, b: bytes, c: uint64): bytes\n\n/**\n * selects one of two values based on top-of-stack: B if C != 0, else A\n */\nexport function select(a: uint64, b: uint64, c: uint64): uint64\nexport function select(a: bytes | uint64, b: bytes | uint64, c: uint64 | uint64): bytes | uint64 {\n throw new NoImplementation()\n}\n\n/**\n * Set the nth bit of target to the value of c (1 or 0)\n */\nexport function setBit(target: bytes, n: uint64, c: uint64): bytes\n\n/**\n * Set the nth bit of target to the value of c (1 or 0)\n */\nexport function setBit(target: uint64, n: uint64, c: uint64): uint64\nexport function setBit(target: bytes | uint64, n: uint64 | uint64, c: uint64 | uint64): bytes | uint64 {\n throw new NoImplementation()\n}\n"],"names":[],"mappings":"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"}
|
package/op.d.ts
CHANGED
|
@@ -644,7 +644,7 @@ export declare function gaid(a: uint64): uint64;
|
|
|
644
644
|
* @see Native TEAL opcode: [`getbit`](https://dev.algorand.co/reference/algorand-teal/opcodes#getbit)
|
|
645
645
|
* Min AVM version: 3
|
|
646
646
|
*/
|
|
647
|
-
export declare function getBit(a: bytes | uint64, b: uint64):
|
|
647
|
+
export declare function getBit(a: bytes | uint64, b: uint64): boolean;
|
|
648
648
|
/**
|
|
649
649
|
* Bth byte of A, as an integer. If B is greater than or equal to the array length, the program fails
|
|
650
650
|
* @see Native TEAL opcode: [`getbyte`](https://dev.algorand.co/reference/algorand-teal/opcodes#getbyte)
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"**"
|
|
5
5
|
],
|
|
6
6
|
"name": "@algorandfoundation/algorand-typescript",
|
|
7
|
-
"version": "1.0.0-alpha.
|
|
7
|
+
"version": "1.0.0-alpha.76",
|
|
8
8
|
"description": "This package contains definitions for the types which comprise Algorand TypeScript which can be compiled to run on the Algorand Virtual Machine using the Puya compiler.",
|
|
9
9
|
"private": false,
|
|
10
10
|
"overrides": {
|