@algorandfoundation/algokit-utils 10.0.0-alpha.7 → 10.0.0-alpha.9
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/_virtual/rolldown_runtime.js +20 -11
- package/_virtual/rolldown_runtime.mjs +10 -5
- package/algod-client/index.d.ts +2 -2
- package/package.json +1 -1
- package/packages/abi/src/abi-type.d.ts +1 -1
- package/packages/abi/src/abi-type.js +2 -1
- package/packages/abi/src/abi-type.js.map +1 -1
- package/packages/abi/src/abi-type.mjs +2 -1
- package/packages/abi/src/abi-type.mjs.map +1 -1
- package/packages/abi/src/arc56-contract.js +1 -0
- package/packages/abi/src/arc56-contract.js.map +1 -1
- package/packages/abi/src/arc56-contract.mjs +1 -0
- package/packages/abi/src/arc56-contract.mjs.map +1 -1
- package/packages/algod_client/src/apis/api-service.d.ts +44 -44
- package/packages/algod_client/src/apis/api-service.js +153 -153
- package/packages/algod_client/src/apis/api-service.js.map +1 -1
- package/packages/algod_client/src/apis/api-service.mjs +153 -153
- package/packages/algod_client/src/apis/api-service.mjs.map +1 -1
- package/packages/algod_client/src/core/api-error.js +3 -1
- package/packages/algod_client/src/core/api-error.js.map +1 -1
- package/packages/algod_client/src/core/api-error.mjs +3 -1
- package/packages/algod_client/src/core/api-error.mjs.map +1 -1
- package/packages/algod_client/src/core/model-runtime.js +4 -4
- package/packages/algod_client/src/core/model-runtime.js.map +1 -1
- package/packages/algod_client/src/core/model-runtime.mjs +6 -6
- package/packages/algod_client/src/core/model-runtime.mjs.map +1 -1
- package/packages/algod_client/src/models/account-participation.js +4 -4
- package/packages/algod_client/src/models/account-participation.js.map +1 -1
- package/packages/algod_client/src/models/account-participation.mjs +4 -4
- package/packages/algod_client/src/models/account-participation.mjs.map +1 -1
- package/packages/algod_client/src/models/asset-params.js +2 -1
- package/packages/algod_client/src/models/asset-params.js.map +1 -1
- package/packages/algod_client/src/models/asset-params.mjs +2 -1
- package/packages/algod_client/src/models/asset-params.mjs.map +1 -1
- package/packages/algod_client/src/models/block-response.js +1 -2
- package/packages/algod_client/src/models/block-response.js.map +1 -1
- package/packages/algod_client/src/models/block-response.mjs +2 -3
- package/packages/algod_client/src/models/block-response.mjs.map +1 -1
- package/packages/algod_client/src/models/block.d.ts +47 -27
- package/packages/algod_client/src/models/block.js +173 -97
- package/packages/algod_client/src/models/block.js.map +1 -1
- package/packages/algod_client/src/models/block.mjs +173 -97
- package/packages/algod_client/src/models/block.mjs.map +1 -1
- package/packages/algod_client/src/models/ledger-state-delta.js +1 -1
- package/packages/algod_client/src/models/ledger-state-delta.js.map +1 -1
- package/packages/algod_client/src/models/ledger-state-delta.mjs +2 -2
- package/packages/algod_client/src/models/ledger-state-delta.mjs.map +1 -1
- package/packages/algod_client/src/models/transaction-parameters-response.js +2 -2
- package/packages/algod_client/src/models/transaction-parameters-response.js.map +1 -1
- package/packages/algod_client/src/models/transaction-parameters-response.mjs +2 -2
- package/packages/algod_client/src/models/transaction-parameters-response.mjs.map +1 -1
- package/packages/common/src/codecs/composite/map.js +7 -4
- package/packages/common/src/codecs/composite/map.js.map +1 -1
- package/packages/common/src/codecs/composite/map.mjs +7 -4
- package/packages/common/src/codecs/composite/map.mjs.map +1 -1
- package/packages/common/src/codecs/composite/record.js +0 -1
- package/packages/common/src/codecs/composite/record.js.map +1 -1
- package/packages/common/src/codecs/primitives/address.js +0 -1
- package/packages/common/src/codecs/primitives/address.js.map +1 -1
- package/packages/common/src/codecs/primitives/bytes.js +0 -1
- package/packages/common/src/codecs/primitives/bytes.js.map +1 -1
- package/packages/common/src/codecs/primitives/fixed-bytes.js +0 -1
- package/packages/common/src/codecs/primitives/fixed-bytes.js.map +1 -1
- package/packages/common/src/codecs/wire.js +0 -1
- package/packages/common/src/codecs/wire.js.map +1 -1
- package/packages/common/src/msgpack.js +0 -1
- package/packages/common/src/msgpack.js.map +1 -1
- package/packages/indexer_client/src/apis/api-service.d.ts +1 -1
- package/packages/indexer_client/src/apis/api-service.js +12 -12
- package/packages/indexer_client/src/apis/api-service.js.map +1 -1
- package/packages/indexer_client/src/apis/api-service.mjs +12 -12
- package/packages/indexer_client/src/apis/api-service.mjs.map +1 -1
- package/packages/indexer_client/src/core/api-error.js +3 -1
- package/packages/indexer_client/src/core/api-error.js.map +1 -1
- package/packages/indexer_client/src/core/api-error.mjs +3 -1
- package/packages/indexer_client/src/core/api-error.mjs.map +1 -1
- package/packages/indexer_client/src/core/model-runtime.js +4 -4
- package/packages/indexer_client/src/core/model-runtime.js.map +1 -1
- package/packages/indexer_client/src/core/model-runtime.mjs +6 -6
- package/packages/indexer_client/src/core/model-runtime.mjs.map +1 -1
- package/packages/indexer_client/src/models/account-participation.js +4 -4
- package/packages/indexer_client/src/models/account-participation.js.map +1 -1
- package/packages/indexer_client/src/models/account-participation.mjs +4 -4
- package/packages/indexer_client/src/models/account-participation.mjs.map +1 -1
- package/packages/indexer_client/src/models/asset-params.js +2 -1
- package/packages/indexer_client/src/models/asset-params.js.map +1 -1
- package/packages/indexer_client/src/models/asset-params.mjs +2 -1
- package/packages/indexer_client/src/models/asset-params.mjs.map +1 -1
- package/packages/indexer_client/src/models/block.js +8 -8
- package/packages/indexer_client/src/models/block.js.map +1 -1
- package/packages/indexer_client/src/models/block.mjs +8 -8
- package/packages/indexer_client/src/models/block.mjs.map +1 -1
- package/packages/indexer_client/src/models/eval-delta-key-value.d.ts +1 -1
- package/packages/indexer_client/src/models/eval-delta-key-value.js +2 -2
- package/packages/indexer_client/src/models/eval-delta-key-value.js.map +1 -1
- package/packages/indexer_client/src/models/eval-delta-key-value.mjs +2 -2
- package/packages/indexer_client/src/models/eval-delta-key-value.mjs.map +1 -1
- package/packages/indexer_client/src/models/eval-delta.d.ts +1 -1
- package/packages/indexer_client/src/models/eval-delta.js +2 -2
- package/packages/indexer_client/src/models/eval-delta.js.map +1 -1
- package/packages/indexer_client/src/models/eval-delta.mjs +2 -2
- package/packages/indexer_client/src/models/eval-delta.mjs.map +1 -1
- package/packages/indexer_client/src/models/hb-proof-fields.js +6 -6
- package/packages/indexer_client/src/models/hb-proof-fields.js.map +1 -1
- package/packages/indexer_client/src/models/hb-proof-fields.mjs +6 -6
- package/packages/indexer_client/src/models/hb-proof-fields.mjs.map +1 -1
- package/packages/indexer_client/src/models/state-proof-verifier.js +2 -2
- package/packages/indexer_client/src/models/state-proof-verifier.js.map +1 -1
- package/packages/indexer_client/src/models/state-proof-verifier.mjs +2 -2
- package/packages/indexer_client/src/models/state-proof-verifier.mjs.map +1 -1
- package/packages/indexer_client/src/models/teal-key-value.d.ts +1 -1
- package/packages/indexer_client/src/models/teal-key-value.js +2 -2
- package/packages/indexer_client/src/models/teal-key-value.js.map +1 -1
- package/packages/indexer_client/src/models/teal-key-value.mjs +2 -2
- package/packages/indexer_client/src/models/teal-key-value.mjs.map +1 -1
- package/packages/indexer_client/src/models/transaction-heartbeat.js +2 -1
- package/packages/indexer_client/src/models/transaction-heartbeat.js.map +1 -1
- package/packages/indexer_client/src/models/transaction-heartbeat.mjs +2 -1
- package/packages/indexer_client/src/models/transaction-heartbeat.mjs.map +1 -1
- package/packages/indexer_client/src/models/transaction-keyreg.js +4 -4
- package/packages/indexer_client/src/models/transaction-keyreg.js.map +1 -1
- package/packages/indexer_client/src/models/transaction-keyreg.mjs +4 -4
- package/packages/indexer_client/src/models/transaction-keyreg.mjs.map +1 -1
- package/packages/indexer_client/src/models/transaction-signature-logicsig.js +2 -1
- package/packages/indexer_client/src/models/transaction-signature-logicsig.js.map +1 -1
- package/packages/indexer_client/src/models/transaction-signature-logicsig.mjs +2 -1
- package/packages/indexer_client/src/models/transaction-signature-logicsig.mjs.map +1 -1
- package/packages/indexer_client/src/models/transaction-signature-multisig-subsignature.js +3 -3
- package/packages/indexer_client/src/models/transaction-signature-multisig-subsignature.js.map +1 -1
- package/packages/indexer_client/src/models/transaction-signature-multisig-subsignature.mjs +3 -3
- package/packages/indexer_client/src/models/transaction-signature-multisig-subsignature.mjs.map +1 -1
- package/packages/indexer_client/src/models/transaction.js +4 -3
- package/packages/indexer_client/src/models/transaction.js.map +1 -1
- package/packages/indexer_client/src/models/transaction.mjs +4 -3
- package/packages/indexer_client/src/models/transaction.mjs.map +1 -1
- package/packages/kmd_client/src/apis/api-service.d.ts +5 -5
- package/packages/kmd_client/src/apis/api-service.js +32 -32
- package/packages/kmd_client/src/apis/api-service.js.map +1 -1
- package/packages/kmd_client/src/apis/api-service.mjs +32 -32
- package/packages/kmd_client/src/apis/api-service.mjs.map +1 -1
- package/packages/kmd_client/src/core/api-error.js +3 -1
- package/packages/kmd_client/src/core/api-error.js.map +1 -1
- package/packages/kmd_client/src/core/api-error.mjs +3 -1
- package/packages/kmd_client/src/core/api-error.mjs.map +1 -1
- package/packages/kmd_client/src/core/model-runtime.js +4 -4
- package/packages/kmd_client/src/core/model-runtime.js.map +1 -1
- package/packages/kmd_client/src/core/model-runtime.mjs +6 -6
- package/packages/kmd_client/src/core/model-runtime.mjs.map +1 -1
- package/packages/sdk/src/encoding/encoding.js +12 -2
- package/packages/sdk/src/encoding/encoding.js.map +1 -1
- package/packages/sdk/src/encoding/encoding.mjs +12 -1
- package/packages/sdk/src/encoding/encoding.mjs.map +1 -1
- package/packages/sdk/src/encoding/schema/map.js +0 -2
- package/packages/sdk/src/encoding/schema/map.js.map +1 -1
- package/packages/transact/src/logicsig.js +3 -3
- package/packages/transact/src/logicsig.js.map +1 -1
- package/packages/transact/src/logicsig.mjs +3 -3
- package/packages/transact/src/logicsig.mjs.map +1 -1
- package/packages/transact/src/multisig.js +24 -24
- package/packages/transact/src/multisig.js.map +1 -1
- package/packages/transact/src/multisig.mjs +24 -24
- package/packages/transact/src/multisig.mjs.map +1 -1
- package/packages/transact/src/transactions/app-call.d.ts +2 -2
- package/packages/transact/src/transactions/app-call.js.map +1 -1
- package/packages/transact/src/transactions/app-call.mjs.map +1 -1
- package/packages/transact/src/transactions/signed-transaction-meta.js +2 -2
- package/packages/transact/src/transactions/signed-transaction-meta.js.map +1 -1
- package/packages/transact/src/transactions/signed-transaction-meta.mjs +2 -2
- package/packages/transact/src/transactions/signed-transaction-meta.mjs.map +1 -1
- package/packages/transact/src/transactions/signed-transaction.d.ts +2 -2
- package/packages/transact/src/transactions/signed-transaction.js.map +1 -1
- package/packages/transact/src/transactions/signed-transaction.mjs.map +1 -1
- package/packages/transact/src/transactions/transaction-meta.js +7 -1
- package/packages/transact/src/transactions/transaction-meta.js.map +1 -1
- package/packages/transact/src/transactions/transaction-meta.mjs +7 -1
- package/packages/transact/src/transactions/transaction-meta.mjs.map +1 -1
- package/packages/transact/src/transactions/transaction.js +1 -0
- package/packages/transact/src/transactions/transaction.js.map +1 -1
- package/packages/transact/src/transactions/transaction.mjs +1 -0
- package/packages/transact/src/transactions/transaction.mjs.map +1 -1
- package/sdk/index.js +1 -1
- package/testing/fixtures/algorand-fixture.d.ts +3 -3
- package/testing/fixtures/algorand-fixture.js.map +1 -1
- package/testing/fixtures/algorand-fixture.mjs.map +1 -1
- package/transaction/transaction.js +2 -2
- package/transaction/transaction.js.map +1 -1
- package/transaction/transaction.mjs +2 -2
- package/transaction/transaction.mjs.map +1 -1
- package/transactions/app-call.d.ts +2 -1
- package/transactions/app-call.js.map +1 -1
- package/transactions/app-call.mjs.map +1 -1
- package/types/account-manager.js +1 -1
- package/types/account-manager.js.map +1 -1
- package/types/account-manager.mjs +1 -1
- package/types/account-manager.mjs.map +1 -1
- package/types/algorand-client-transaction-creator.d.ts +80 -66
- package/types/algorand-client-transaction-creator.js +8 -0
- package/types/algorand-client-transaction-creator.js.map +1 -1
- package/types/algorand-client-transaction-creator.mjs +8 -0
- package/types/algorand-client-transaction-creator.mjs.map +1 -1
- package/types/algorand-client-transaction-sender.d.ts +80 -66
- package/types/algorand-client-transaction-sender.js +8 -1
- package/types/algorand-client-transaction-sender.js.map +1 -1
- package/types/algorand-client-transaction-sender.mjs +8 -0
- package/types/algorand-client-transaction-sender.mjs.map +1 -1
- package/types/app-client.d.ts +83 -78
- package/types/app-client.js +0 -1
- package/types/app-client.js.map +1 -1
- package/types/app-deployer.js +1 -1
- package/types/app-deployer.js.map +1 -1
- package/types/app-deployer.mjs +1 -1
- package/types/app-deployer.mjs.map +1 -1
- package/types/app-factory.d.ts +42 -39
- package/types/app-manager.d.ts +2 -0
- package/types/app-manager.js +5 -4
- package/types/app-manager.js.map +1 -1
- package/types/app-manager.mjs +5 -4
- package/types/app-manager.mjs.map +1 -1
- package/types/asset-manager.js +1 -1
- package/types/asset-manager.js.map +1 -1
- package/types/asset-manager.mjs +1 -1
- package/types/asset-manager.mjs.map +1 -1
- package/types/composer.d.ts +8 -0
- package/types/composer.js +11 -4
- package/types/composer.js.map +1 -1
- package/types/composer.mjs +11 -3
- package/types/composer.mjs.map +1 -1
- package/types/kmd-account-manager.d.ts +1 -0
- package/types/kmd-account-manager.js +21 -10
- package/types/kmd-account-manager.js.map +1 -1
- package/types/kmd-account-manager.mjs +22 -11
- package/types/kmd-account-manager.mjs.map +1 -1
- package/types/testing.d.ts +2 -2
package/types/app-client.d.ts
CHANGED
|
@@ -387,7 +387,6 @@ declare class AppClient {
|
|
|
387
387
|
*/
|
|
388
388
|
fundAppAccount: (params: {
|
|
389
389
|
signer?: AddressWithTransactionSigner | TransactionSigner | undefined;
|
|
390
|
-
amount: AlgoAmount;
|
|
391
390
|
rekeyTo?: ReadableAddress | undefined;
|
|
392
391
|
note?: string | Uint8Array | undefined;
|
|
393
392
|
lease?: string | Uint8Array | undefined;
|
|
@@ -397,6 +396,7 @@ declare class AppClient {
|
|
|
397
396
|
validityWindow?: number | bigint | undefined;
|
|
398
397
|
firstValidRound?: bigint | undefined;
|
|
399
398
|
lastValidRound?: bigint | undefined;
|
|
399
|
+
amount: AlgoAmount;
|
|
400
400
|
closeRemainderTo?: ReadableAddress | undefined;
|
|
401
401
|
maxRoundsToWaitForConfirmation?: number | undefined;
|
|
402
402
|
suppressLog?: boolean | undefined;
|
|
@@ -407,7 +407,6 @@ declare class AppClient {
|
|
|
407
407
|
sender: Address;
|
|
408
408
|
signer: AddressWithTransactionSigner | TransactionSigner | undefined;
|
|
409
409
|
receiver: Address;
|
|
410
|
-
amount: AlgoAmount;
|
|
411
410
|
rekeyTo?: ReadableAddress | undefined;
|
|
412
411
|
note?: string | Uint8Array | undefined;
|
|
413
412
|
lease?: string | Uint8Array | undefined;
|
|
@@ -417,6 +416,7 @@ declare class AppClient {
|
|
|
417
416
|
validityWindow?: number | bigint | undefined;
|
|
418
417
|
firstValidRound?: bigint | undefined;
|
|
419
418
|
lastValidRound?: bigint | undefined;
|
|
419
|
+
amount: AlgoAmount;
|
|
420
420
|
closeRemainderTo?: ReadableAddress | undefined;
|
|
421
421
|
maxRoundsToWaitForConfirmation?: number | undefined;
|
|
422
422
|
suppressLog?: boolean | undefined;
|
|
@@ -488,7 +488,7 @@ declare class AppClient {
|
|
|
488
488
|
signer: AddressWithTransactionSigner | TransactionSigner | undefined;
|
|
489
489
|
method: ABIMethod;
|
|
490
490
|
onComplete: OnApplicationComplete.UpdateApplication;
|
|
491
|
-
args: (Transaction | ABIValue | TransactionWithSigner | AppMethodCall<{
|
|
491
|
+
args: (Transaction | Promise<Transaction> | ABIValue | TransactionWithSigner | AppMethodCall<{
|
|
492
492
|
sender: SendingAddress;
|
|
493
493
|
signer?: AddressWithTransactionSigner | TransactionSigner | undefined;
|
|
494
494
|
rekeyTo?: ReadableAddress | undefined;
|
|
@@ -500,8 +500,7 @@ declare class AppClient {
|
|
|
500
500
|
validityWindow?: number | bigint | undefined;
|
|
501
501
|
firstValidRound?: bigint | undefined;
|
|
502
502
|
lastValidRound?: bigint | undefined;
|
|
503
|
-
|
|
504
|
-
onComplete?: OnApplicationComplete.UpdateApplication | undefined;
|
|
503
|
+
onComplete?: OnApplicationComplete.NoOp | OnApplicationComplete.OptIn | OnApplicationComplete.CloseOut | OnApplicationComplete.UpdateApplication | OnApplicationComplete.DeleteApplication | undefined;
|
|
505
504
|
args?: Uint8Array[] | undefined;
|
|
506
505
|
accountReferences?: ReadableAddress[] | undefined;
|
|
507
506
|
appReferences?: bigint[] | undefined;
|
|
@@ -509,11 +508,19 @@ declare class AppClient {
|
|
|
509
508
|
boxReferences?: (BoxReference | BoxIdentifier)[] | undefined;
|
|
510
509
|
accessReferences?: ResourceReference[] | undefined;
|
|
511
510
|
rejectVersion?: number | undefined;
|
|
511
|
+
appId?: 0 | undefined;
|
|
512
512
|
approvalProgram: string | Uint8Array;
|
|
513
513
|
clearStateProgram: string | Uint8Array;
|
|
514
|
+
schema?: {
|
|
515
|
+
globalInts: number;
|
|
516
|
+
globalByteSlices: number;
|
|
517
|
+
localInts: number;
|
|
518
|
+
localByteSlices: number;
|
|
519
|
+
} | undefined;
|
|
520
|
+
extraProgramPages?: number | undefined;
|
|
514
521
|
}> | AppMethodCall<{
|
|
515
|
-
signer?: AddressWithTransactionSigner | TransactionSigner | undefined;
|
|
516
522
|
sender: SendingAddress;
|
|
523
|
+
signer?: AddressWithTransactionSigner | TransactionSigner | undefined;
|
|
517
524
|
rekeyTo?: ReadableAddress | undefined;
|
|
518
525
|
note?: string | Uint8Array | undefined;
|
|
519
526
|
lease?: string | Uint8Array | undefined;
|
|
@@ -523,8 +530,9 @@ declare class AppClient {
|
|
|
523
530
|
validityWindow?: number | bigint | undefined;
|
|
524
531
|
firstValidRound?: bigint | undefined;
|
|
525
532
|
lastValidRound?: bigint | undefined;
|
|
533
|
+
appId: bigint;
|
|
534
|
+
onComplete?: OnApplicationComplete.UpdateApplication | undefined;
|
|
526
535
|
args?: Uint8Array[] | undefined;
|
|
527
|
-
onComplete?: OnApplicationComplete.NoOp | OnApplicationComplete.OptIn | OnApplicationComplete.CloseOut | OnApplicationComplete.UpdateApplication | OnApplicationComplete.DeleteApplication | undefined;
|
|
528
536
|
accountReferences?: ReadableAddress[] | undefined;
|
|
529
537
|
appReferences?: bigint[] | undefined;
|
|
530
538
|
assetReferences?: bigint[] | undefined;
|
|
@@ -533,14 +541,7 @@ declare class AppClient {
|
|
|
533
541
|
rejectVersion?: number | undefined;
|
|
534
542
|
approvalProgram: string | Uint8Array;
|
|
535
543
|
clearStateProgram: string | Uint8Array;
|
|
536
|
-
|
|
537
|
-
globalInts: number;
|
|
538
|
-
globalByteSlices: number;
|
|
539
|
-
localInts: number;
|
|
540
|
-
localByteSlices: number;
|
|
541
|
-
} | undefined;
|
|
542
|
-
extraProgramPages?: number | undefined;
|
|
543
|
-
}> | Promise<Transaction> | AppMethodCall<AppMethodCallParams> | undefined)[] | undefined;
|
|
544
|
+
}> | AppMethodCall<AppMethodCallParams> | undefined)[] | undefined;
|
|
544
545
|
}>;
|
|
545
546
|
/**
|
|
546
547
|
* Return params for an opt-in ABI call
|
|
@@ -569,8 +570,9 @@ declare class AppClient {
|
|
|
569
570
|
method: string;
|
|
570
571
|
args?: (ABIValue | AppMethodCallTransactionArgument | undefined)[] | undefined;
|
|
571
572
|
}) => Promise<{
|
|
572
|
-
|
|
573
|
+
appId: bigint;
|
|
573
574
|
sender: SendingAddress;
|
|
575
|
+
signer?: AddressWithTransactionSigner | TransactionSigner | undefined;
|
|
574
576
|
rekeyTo?: ReadableAddress | undefined;
|
|
575
577
|
note?: string | Uint8Array | undefined;
|
|
576
578
|
lease?: string | Uint8Array | undefined;
|
|
@@ -580,7 +582,6 @@ declare class AppClient {
|
|
|
580
582
|
validityWindow?: number | bigint | undefined;
|
|
581
583
|
firstValidRound?: bigint | undefined;
|
|
582
584
|
lastValidRound?: bigint | undefined;
|
|
583
|
-
appId: bigint;
|
|
584
585
|
onComplete?: OnApplicationComplete.NoOp | OnApplicationComplete.OptIn | OnApplicationComplete.CloseOut | OnApplicationComplete.DeleteApplication | undefined;
|
|
585
586
|
accountReferences?: ReadableAddress[] | undefined;
|
|
586
587
|
appReferences?: bigint[] | undefined;
|
|
@@ -589,7 +590,7 @@ declare class AppClient {
|
|
|
589
590
|
accessReferences?: ResourceReference[] | undefined;
|
|
590
591
|
rejectVersion?: number | undefined;
|
|
591
592
|
method: ABIMethod;
|
|
592
|
-
args?: (Transaction | ABIValue | TransactionWithSigner | AppMethodCall<{
|
|
593
|
+
args?: (Transaction | Promise<Transaction> | ABIValue | TransactionWithSigner | AppMethodCall<{
|
|
593
594
|
sender: SendingAddress;
|
|
594
595
|
signer?: AddressWithTransactionSigner | TransactionSigner | undefined;
|
|
595
596
|
rekeyTo?: ReadableAddress | undefined;
|
|
@@ -601,8 +602,7 @@ declare class AppClient {
|
|
|
601
602
|
validityWindow?: number | bigint | undefined;
|
|
602
603
|
firstValidRound?: bigint | undefined;
|
|
603
604
|
lastValidRound?: bigint | undefined;
|
|
604
|
-
|
|
605
|
-
onComplete?: OnApplicationComplete.UpdateApplication | undefined;
|
|
605
|
+
onComplete?: OnApplicationComplete.NoOp | OnApplicationComplete.OptIn | OnApplicationComplete.CloseOut | OnApplicationComplete.UpdateApplication | OnApplicationComplete.DeleteApplication | undefined;
|
|
606
606
|
args?: Uint8Array[] | undefined;
|
|
607
607
|
accountReferences?: ReadableAddress[] | undefined;
|
|
608
608
|
appReferences?: bigint[] | undefined;
|
|
@@ -610,11 +610,19 @@ declare class AppClient {
|
|
|
610
610
|
boxReferences?: (BoxReference | BoxIdentifier)[] | undefined;
|
|
611
611
|
accessReferences?: ResourceReference[] | undefined;
|
|
612
612
|
rejectVersion?: number | undefined;
|
|
613
|
+
appId?: 0 | undefined;
|
|
613
614
|
approvalProgram: string | Uint8Array;
|
|
614
615
|
clearStateProgram: string | Uint8Array;
|
|
616
|
+
schema?: {
|
|
617
|
+
globalInts: number;
|
|
618
|
+
globalByteSlices: number;
|
|
619
|
+
localInts: number;
|
|
620
|
+
localByteSlices: number;
|
|
621
|
+
} | undefined;
|
|
622
|
+
extraProgramPages?: number | undefined;
|
|
615
623
|
}> | AppMethodCall<{
|
|
616
|
-
signer?: AddressWithTransactionSigner | TransactionSigner | undefined;
|
|
617
624
|
sender: SendingAddress;
|
|
625
|
+
signer?: AddressWithTransactionSigner | TransactionSigner | undefined;
|
|
618
626
|
rekeyTo?: ReadableAddress | undefined;
|
|
619
627
|
note?: string | Uint8Array | undefined;
|
|
620
628
|
lease?: string | Uint8Array | undefined;
|
|
@@ -624,8 +632,9 @@ declare class AppClient {
|
|
|
624
632
|
validityWindow?: number | bigint | undefined;
|
|
625
633
|
firstValidRound?: bigint | undefined;
|
|
626
634
|
lastValidRound?: bigint | undefined;
|
|
635
|
+
appId: bigint;
|
|
636
|
+
onComplete?: OnApplicationComplete.UpdateApplication | undefined;
|
|
627
637
|
args?: Uint8Array[] | undefined;
|
|
628
|
-
onComplete?: OnApplicationComplete.NoOp | OnApplicationComplete.OptIn | OnApplicationComplete.CloseOut | OnApplicationComplete.UpdateApplication | OnApplicationComplete.DeleteApplication | undefined;
|
|
629
638
|
accountReferences?: ReadableAddress[] | undefined;
|
|
630
639
|
appReferences?: bigint[] | undefined;
|
|
631
640
|
assetReferences?: bigint[] | undefined;
|
|
@@ -634,14 +643,7 @@ declare class AppClient {
|
|
|
634
643
|
rejectVersion?: number | undefined;
|
|
635
644
|
approvalProgram: string | Uint8Array;
|
|
636
645
|
clearStateProgram: string | Uint8Array;
|
|
637
|
-
|
|
638
|
-
globalInts: number;
|
|
639
|
-
globalByteSlices: number;
|
|
640
|
-
localInts: number;
|
|
641
|
-
localByteSlices: number;
|
|
642
|
-
} | undefined;
|
|
643
|
-
extraProgramPages?: number | undefined;
|
|
644
|
-
}> | Promise<Transaction> | AppMethodCall<AppMethodCallParams> | undefined)[] | undefined;
|
|
646
|
+
}> | AppMethodCall<AppMethodCallParams> | undefined)[] | undefined;
|
|
645
647
|
}>;
|
|
646
648
|
/**
|
|
647
649
|
* Return params for an delete ABI call
|
|
@@ -670,8 +672,9 @@ declare class AppClient {
|
|
|
670
672
|
method: string;
|
|
671
673
|
args?: (ABIValue | AppMethodCallTransactionArgument | undefined)[] | undefined;
|
|
672
674
|
}) => Promise<{
|
|
673
|
-
|
|
675
|
+
appId: bigint;
|
|
674
676
|
sender: SendingAddress;
|
|
677
|
+
signer?: AddressWithTransactionSigner | TransactionSigner | undefined;
|
|
675
678
|
rekeyTo?: ReadableAddress | undefined;
|
|
676
679
|
note?: string | Uint8Array | undefined;
|
|
677
680
|
lease?: string | Uint8Array | undefined;
|
|
@@ -681,7 +684,6 @@ declare class AppClient {
|
|
|
681
684
|
validityWindow?: number | bigint | undefined;
|
|
682
685
|
firstValidRound?: bigint | undefined;
|
|
683
686
|
lastValidRound?: bigint | undefined;
|
|
684
|
-
appId: bigint;
|
|
685
687
|
onComplete?: OnApplicationComplete.DeleteApplication | undefined;
|
|
686
688
|
accountReferences?: ReadableAddress[] | undefined;
|
|
687
689
|
appReferences?: bigint[] | undefined;
|
|
@@ -690,7 +692,7 @@ declare class AppClient {
|
|
|
690
692
|
accessReferences?: ResourceReference[] | undefined;
|
|
691
693
|
rejectVersion?: number | undefined;
|
|
692
694
|
method: ABIMethod;
|
|
693
|
-
args?: (Transaction | ABIValue | TransactionWithSigner | AppMethodCall<{
|
|
695
|
+
args?: (Transaction | Promise<Transaction> | ABIValue | TransactionWithSigner | AppMethodCall<{
|
|
694
696
|
sender: SendingAddress;
|
|
695
697
|
signer?: AddressWithTransactionSigner | TransactionSigner | undefined;
|
|
696
698
|
rekeyTo?: ReadableAddress | undefined;
|
|
@@ -702,8 +704,7 @@ declare class AppClient {
|
|
|
702
704
|
validityWindow?: number | bigint | undefined;
|
|
703
705
|
firstValidRound?: bigint | undefined;
|
|
704
706
|
lastValidRound?: bigint | undefined;
|
|
705
|
-
|
|
706
|
-
onComplete?: OnApplicationComplete.UpdateApplication | undefined;
|
|
707
|
+
onComplete?: OnApplicationComplete.NoOp | OnApplicationComplete.OptIn | OnApplicationComplete.CloseOut | OnApplicationComplete.UpdateApplication | OnApplicationComplete.DeleteApplication | undefined;
|
|
707
708
|
args?: Uint8Array[] | undefined;
|
|
708
709
|
accountReferences?: ReadableAddress[] | undefined;
|
|
709
710
|
appReferences?: bigint[] | undefined;
|
|
@@ -711,11 +712,19 @@ declare class AppClient {
|
|
|
711
712
|
boxReferences?: (BoxReference | BoxIdentifier)[] | undefined;
|
|
712
713
|
accessReferences?: ResourceReference[] | undefined;
|
|
713
714
|
rejectVersion?: number | undefined;
|
|
715
|
+
appId?: 0 | undefined;
|
|
714
716
|
approvalProgram: string | Uint8Array;
|
|
715
717
|
clearStateProgram: string | Uint8Array;
|
|
718
|
+
schema?: {
|
|
719
|
+
globalInts: number;
|
|
720
|
+
globalByteSlices: number;
|
|
721
|
+
localInts: number;
|
|
722
|
+
localByteSlices: number;
|
|
723
|
+
} | undefined;
|
|
724
|
+
extraProgramPages?: number | undefined;
|
|
716
725
|
}> | AppMethodCall<{
|
|
717
|
-
signer?: AddressWithTransactionSigner | TransactionSigner | undefined;
|
|
718
726
|
sender: SendingAddress;
|
|
727
|
+
signer?: AddressWithTransactionSigner | TransactionSigner | undefined;
|
|
719
728
|
rekeyTo?: ReadableAddress | undefined;
|
|
720
729
|
note?: string | Uint8Array | undefined;
|
|
721
730
|
lease?: string | Uint8Array | undefined;
|
|
@@ -725,8 +734,9 @@ declare class AppClient {
|
|
|
725
734
|
validityWindow?: number | bigint | undefined;
|
|
726
735
|
firstValidRound?: bigint | undefined;
|
|
727
736
|
lastValidRound?: bigint | undefined;
|
|
737
|
+
appId: bigint;
|
|
738
|
+
onComplete?: OnApplicationComplete.UpdateApplication | undefined;
|
|
728
739
|
args?: Uint8Array[] | undefined;
|
|
729
|
-
onComplete?: OnApplicationComplete.NoOp | OnApplicationComplete.OptIn | OnApplicationComplete.CloseOut | OnApplicationComplete.UpdateApplication | OnApplicationComplete.DeleteApplication | undefined;
|
|
730
740
|
accountReferences?: ReadableAddress[] | undefined;
|
|
731
741
|
appReferences?: bigint[] | undefined;
|
|
732
742
|
assetReferences?: bigint[] | undefined;
|
|
@@ -735,14 +745,7 @@ declare class AppClient {
|
|
|
735
745
|
rejectVersion?: number | undefined;
|
|
736
746
|
approvalProgram: string | Uint8Array;
|
|
737
747
|
clearStateProgram: string | Uint8Array;
|
|
738
|
-
|
|
739
|
-
globalInts: number;
|
|
740
|
-
globalByteSlices: number;
|
|
741
|
-
localInts: number;
|
|
742
|
-
localByteSlices: number;
|
|
743
|
-
} | undefined;
|
|
744
|
-
extraProgramPages?: number | undefined;
|
|
745
|
-
}> | Promise<Transaction> | AppMethodCall<AppMethodCallParams> | undefined)[] | undefined;
|
|
748
|
+
}> | AppMethodCall<AppMethodCallParams> | undefined)[] | undefined;
|
|
746
749
|
}>;
|
|
747
750
|
/** Return params for an close out ABI call
|
|
748
751
|
* @param params The parameters for the close out ABI method call
|
|
@@ -770,8 +773,9 @@ declare class AppClient {
|
|
|
770
773
|
method: string;
|
|
771
774
|
args?: (ABIValue | AppMethodCallTransactionArgument | undefined)[] | undefined;
|
|
772
775
|
}) => Promise<{
|
|
773
|
-
|
|
776
|
+
appId: bigint;
|
|
774
777
|
sender: SendingAddress;
|
|
778
|
+
signer?: AddressWithTransactionSigner | TransactionSigner | undefined;
|
|
775
779
|
rekeyTo?: ReadableAddress | undefined;
|
|
776
780
|
note?: string | Uint8Array | undefined;
|
|
777
781
|
lease?: string | Uint8Array | undefined;
|
|
@@ -781,7 +785,6 @@ declare class AppClient {
|
|
|
781
785
|
validityWindow?: number | bigint | undefined;
|
|
782
786
|
firstValidRound?: bigint | undefined;
|
|
783
787
|
lastValidRound?: bigint | undefined;
|
|
784
|
-
appId: bigint;
|
|
785
788
|
onComplete?: OnApplicationComplete.NoOp | OnApplicationComplete.OptIn | OnApplicationComplete.CloseOut | OnApplicationComplete.DeleteApplication | undefined;
|
|
786
789
|
accountReferences?: ReadableAddress[] | undefined;
|
|
787
790
|
appReferences?: bigint[] | undefined;
|
|
@@ -790,7 +793,7 @@ declare class AppClient {
|
|
|
790
793
|
accessReferences?: ResourceReference[] | undefined;
|
|
791
794
|
rejectVersion?: number | undefined;
|
|
792
795
|
method: ABIMethod;
|
|
793
|
-
args?: (Transaction | ABIValue | TransactionWithSigner | AppMethodCall<{
|
|
796
|
+
args?: (Transaction | Promise<Transaction> | ABIValue | TransactionWithSigner | AppMethodCall<{
|
|
794
797
|
sender: SendingAddress;
|
|
795
798
|
signer?: AddressWithTransactionSigner | TransactionSigner | undefined;
|
|
796
799
|
rekeyTo?: ReadableAddress | undefined;
|
|
@@ -802,8 +805,7 @@ declare class AppClient {
|
|
|
802
805
|
validityWindow?: number | bigint | undefined;
|
|
803
806
|
firstValidRound?: bigint | undefined;
|
|
804
807
|
lastValidRound?: bigint | undefined;
|
|
805
|
-
|
|
806
|
-
onComplete?: OnApplicationComplete.UpdateApplication | undefined;
|
|
808
|
+
onComplete?: OnApplicationComplete.NoOp | OnApplicationComplete.OptIn | OnApplicationComplete.CloseOut | OnApplicationComplete.UpdateApplication | OnApplicationComplete.DeleteApplication | undefined;
|
|
807
809
|
args?: Uint8Array[] | undefined;
|
|
808
810
|
accountReferences?: ReadableAddress[] | undefined;
|
|
809
811
|
appReferences?: bigint[] | undefined;
|
|
@@ -811,11 +813,19 @@ declare class AppClient {
|
|
|
811
813
|
boxReferences?: (BoxReference | BoxIdentifier)[] | undefined;
|
|
812
814
|
accessReferences?: ResourceReference[] | undefined;
|
|
813
815
|
rejectVersion?: number | undefined;
|
|
816
|
+
appId?: 0 | undefined;
|
|
814
817
|
approvalProgram: string | Uint8Array;
|
|
815
818
|
clearStateProgram: string | Uint8Array;
|
|
819
|
+
schema?: {
|
|
820
|
+
globalInts: number;
|
|
821
|
+
globalByteSlices: number;
|
|
822
|
+
localInts: number;
|
|
823
|
+
localByteSlices: number;
|
|
824
|
+
} | undefined;
|
|
825
|
+
extraProgramPages?: number | undefined;
|
|
816
826
|
}> | AppMethodCall<{
|
|
817
|
-
signer?: AddressWithTransactionSigner | TransactionSigner | undefined;
|
|
818
827
|
sender: SendingAddress;
|
|
828
|
+
signer?: AddressWithTransactionSigner | TransactionSigner | undefined;
|
|
819
829
|
rekeyTo?: ReadableAddress | undefined;
|
|
820
830
|
note?: string | Uint8Array | undefined;
|
|
821
831
|
lease?: string | Uint8Array | undefined;
|
|
@@ -825,8 +835,9 @@ declare class AppClient {
|
|
|
825
835
|
validityWindow?: number | bigint | undefined;
|
|
826
836
|
firstValidRound?: bigint | undefined;
|
|
827
837
|
lastValidRound?: bigint | undefined;
|
|
838
|
+
appId: bigint;
|
|
839
|
+
onComplete?: OnApplicationComplete.UpdateApplication | undefined;
|
|
828
840
|
args?: Uint8Array[] | undefined;
|
|
829
|
-
onComplete?: OnApplicationComplete.NoOp | OnApplicationComplete.OptIn | OnApplicationComplete.CloseOut | OnApplicationComplete.UpdateApplication | OnApplicationComplete.DeleteApplication | undefined;
|
|
830
841
|
accountReferences?: ReadableAddress[] | undefined;
|
|
831
842
|
appReferences?: bigint[] | undefined;
|
|
832
843
|
assetReferences?: bigint[] | undefined;
|
|
@@ -835,14 +846,7 @@ declare class AppClient {
|
|
|
835
846
|
rejectVersion?: number | undefined;
|
|
836
847
|
approvalProgram: string | Uint8Array;
|
|
837
848
|
clearStateProgram: string | Uint8Array;
|
|
838
|
-
|
|
839
|
-
globalInts: number;
|
|
840
|
-
globalByteSlices: number;
|
|
841
|
-
localInts: number;
|
|
842
|
-
localByteSlices: number;
|
|
843
|
-
} | undefined;
|
|
844
|
-
extraProgramPages?: number | undefined;
|
|
845
|
-
}> | Promise<Transaction> | AppMethodCall<AppMethodCallParams> | undefined)[] | undefined;
|
|
849
|
+
}> | AppMethodCall<AppMethodCallParams> | undefined)[] | undefined;
|
|
846
850
|
}>;
|
|
847
851
|
/** Return params for an ABI call
|
|
848
852
|
* @param params The parameters for the ABI method call
|
|
@@ -870,8 +874,9 @@ declare class AppClient {
|
|
|
870
874
|
method: string;
|
|
871
875
|
args?: (ABIValue | AppMethodCallTransactionArgument | undefined)[] | undefined;
|
|
872
876
|
} & CallOnComplete) => Promise<{
|
|
873
|
-
|
|
877
|
+
appId: bigint;
|
|
874
878
|
sender: SendingAddress;
|
|
879
|
+
signer?: AddressWithTransactionSigner | TransactionSigner | undefined;
|
|
875
880
|
rekeyTo?: ReadableAddress | undefined;
|
|
876
881
|
note?: string | Uint8Array | undefined;
|
|
877
882
|
lease?: string | Uint8Array | undefined;
|
|
@@ -881,7 +886,6 @@ declare class AppClient {
|
|
|
881
886
|
validityWindow?: number | bigint | undefined;
|
|
882
887
|
firstValidRound?: bigint | undefined;
|
|
883
888
|
lastValidRound?: bigint | undefined;
|
|
884
|
-
appId: bigint;
|
|
885
889
|
onComplete?: OnApplicationComplete.NoOp | OnApplicationComplete.OptIn | OnApplicationComplete.CloseOut | OnApplicationComplete.DeleteApplication | undefined;
|
|
886
890
|
accountReferences?: ReadableAddress[] | undefined;
|
|
887
891
|
appReferences?: bigint[] | undefined;
|
|
@@ -890,7 +894,7 @@ declare class AppClient {
|
|
|
890
894
|
accessReferences?: ResourceReference[] | undefined;
|
|
891
895
|
rejectVersion?: number | undefined;
|
|
892
896
|
method: ABIMethod;
|
|
893
|
-
args?: (Transaction | ABIValue | TransactionWithSigner | AppMethodCall<{
|
|
897
|
+
args?: (Transaction | Promise<Transaction> | ABIValue | TransactionWithSigner | AppMethodCall<{
|
|
894
898
|
sender: SendingAddress;
|
|
895
899
|
signer?: AddressWithTransactionSigner | TransactionSigner | undefined;
|
|
896
900
|
rekeyTo?: ReadableAddress | undefined;
|
|
@@ -902,8 +906,7 @@ declare class AppClient {
|
|
|
902
906
|
validityWindow?: number | bigint | undefined;
|
|
903
907
|
firstValidRound?: bigint | undefined;
|
|
904
908
|
lastValidRound?: bigint | undefined;
|
|
905
|
-
|
|
906
|
-
onComplete?: OnApplicationComplete.UpdateApplication | undefined;
|
|
909
|
+
onComplete?: OnApplicationComplete.NoOp | OnApplicationComplete.OptIn | OnApplicationComplete.CloseOut | OnApplicationComplete.UpdateApplication | OnApplicationComplete.DeleteApplication | undefined;
|
|
907
910
|
args?: Uint8Array[] | undefined;
|
|
908
911
|
accountReferences?: ReadableAddress[] | undefined;
|
|
909
912
|
appReferences?: bigint[] | undefined;
|
|
@@ -911,11 +914,19 @@ declare class AppClient {
|
|
|
911
914
|
boxReferences?: (BoxReference | BoxIdentifier)[] | undefined;
|
|
912
915
|
accessReferences?: ResourceReference[] | undefined;
|
|
913
916
|
rejectVersion?: number | undefined;
|
|
917
|
+
appId?: 0 | undefined;
|
|
914
918
|
approvalProgram: string | Uint8Array;
|
|
915
919
|
clearStateProgram: string | Uint8Array;
|
|
920
|
+
schema?: {
|
|
921
|
+
globalInts: number;
|
|
922
|
+
globalByteSlices: number;
|
|
923
|
+
localInts: number;
|
|
924
|
+
localByteSlices: number;
|
|
925
|
+
} | undefined;
|
|
926
|
+
extraProgramPages?: number | undefined;
|
|
916
927
|
}> | AppMethodCall<{
|
|
917
|
-
signer?: AddressWithTransactionSigner | TransactionSigner | undefined;
|
|
918
928
|
sender: SendingAddress;
|
|
929
|
+
signer?: AddressWithTransactionSigner | TransactionSigner | undefined;
|
|
919
930
|
rekeyTo?: ReadableAddress | undefined;
|
|
920
931
|
note?: string | Uint8Array | undefined;
|
|
921
932
|
lease?: string | Uint8Array | undefined;
|
|
@@ -925,8 +936,9 @@ declare class AppClient {
|
|
|
925
936
|
validityWindow?: number | bigint | undefined;
|
|
926
937
|
firstValidRound?: bigint | undefined;
|
|
927
938
|
lastValidRound?: bigint | undefined;
|
|
939
|
+
appId: bigint;
|
|
940
|
+
onComplete?: OnApplicationComplete.UpdateApplication | undefined;
|
|
928
941
|
args?: Uint8Array[] | undefined;
|
|
929
|
-
onComplete?: OnApplicationComplete.NoOp | OnApplicationComplete.OptIn | OnApplicationComplete.CloseOut | OnApplicationComplete.UpdateApplication | OnApplicationComplete.DeleteApplication | undefined;
|
|
930
942
|
accountReferences?: ReadableAddress[] | undefined;
|
|
931
943
|
appReferences?: bigint[] | undefined;
|
|
932
944
|
assetReferences?: bigint[] | undefined;
|
|
@@ -935,14 +947,7 @@ declare class AppClient {
|
|
|
935
947
|
rejectVersion?: number | undefined;
|
|
936
948
|
approvalProgram: string | Uint8Array;
|
|
937
949
|
clearStateProgram: string | Uint8Array;
|
|
938
|
-
|
|
939
|
-
globalInts: number;
|
|
940
|
-
globalByteSlices: number;
|
|
941
|
-
localInts: number;
|
|
942
|
-
localByteSlices: number;
|
|
943
|
-
} | undefined;
|
|
944
|
-
extraProgramPages?: number | undefined;
|
|
945
|
-
}> | Promise<Transaction> | AppMethodCall<AppMethodCallParams> | undefined)[] | undefined;
|
|
950
|
+
}> | AppMethodCall<AppMethodCallParams> | undefined)[] | undefined;
|
|
946
951
|
}>;
|
|
947
952
|
} & {
|
|
948
953
|
/** Interact with bare (raw) call parameters */bare: {
|
|
@@ -1105,7 +1110,6 @@ declare class AppClient {
|
|
|
1105
1110
|
*/
|
|
1106
1111
|
fundAppAccount: (params: {
|
|
1107
1112
|
signer?: AddressWithTransactionSigner | TransactionSigner | undefined;
|
|
1108
|
-
amount: AlgoAmount;
|
|
1109
1113
|
rekeyTo?: ReadableAddress | undefined;
|
|
1110
1114
|
note?: string | Uint8Array | undefined;
|
|
1111
1115
|
lease?: string | Uint8Array | undefined;
|
|
@@ -1115,6 +1119,7 @@ declare class AppClient {
|
|
|
1115
1119
|
validityWindow?: number | bigint | undefined;
|
|
1116
1120
|
firstValidRound?: bigint | undefined;
|
|
1117
1121
|
lastValidRound?: bigint | undefined;
|
|
1122
|
+
amount: AlgoAmount;
|
|
1118
1123
|
closeRemainderTo?: ReadableAddress | undefined;
|
|
1119
1124
|
maxRoundsToWaitForConfirmation?: number | undefined;
|
|
1120
1125
|
suppressLog?: boolean | undefined;
|
|
@@ -1415,7 +1420,6 @@ declare class AppClient {
|
|
|
1415
1420
|
*/
|
|
1416
1421
|
fundAppAccount: (params: {
|
|
1417
1422
|
signer?: AddressWithTransactionSigner | TransactionSigner | undefined;
|
|
1418
|
-
amount: AlgoAmount;
|
|
1419
1423
|
rekeyTo?: ReadableAddress | undefined;
|
|
1420
1424
|
note?: string | Uint8Array | undefined;
|
|
1421
1425
|
lease?: string | Uint8Array | undefined;
|
|
@@ -1425,6 +1429,7 @@ declare class AppClient {
|
|
|
1425
1429
|
validityWindow?: number | bigint | undefined;
|
|
1426
1430
|
firstValidRound?: bigint | undefined;
|
|
1427
1431
|
lastValidRound?: bigint | undefined;
|
|
1432
|
+
amount: AlgoAmount;
|
|
1428
1433
|
closeRemainderTo?: ReadableAddress | undefined;
|
|
1429
1434
|
maxRoundsToWaitForConfirmation?: number | undefined;
|
|
1430
1435
|
suppressLog?: boolean | undefined;
|
|
@@ -1469,8 +1474,8 @@ declare class AppClient {
|
|
|
1469
1474
|
} & AppClientCompilationParams & SendParams) => Promise<{
|
|
1470
1475
|
compiledApproval?: CompiledTeal | undefined;
|
|
1471
1476
|
compiledClear?: CompiledTeal | undefined;
|
|
1472
|
-
confirmations: PendingTransactionResponse[];
|
|
1473
1477
|
transactions: Transaction[];
|
|
1478
|
+
confirmations: PendingTransactionResponse[];
|
|
1474
1479
|
groupId: string | undefined;
|
|
1475
1480
|
txIds: string[];
|
|
1476
1481
|
returns?: ABIReturn[] | undefined;
|
package/types/app-client.js
CHANGED
|
@@ -10,7 +10,6 @@ const require_lifecycle_events = require('./lifecycle-events.js');
|
|
|
10
10
|
const require_app_spec = require('./app-spec.js');
|
|
11
11
|
const require_logic_error = require('./logic-error.js');
|
|
12
12
|
let buffer = require("buffer");
|
|
13
|
-
buffer = require_rolldown_runtime.__toESM(buffer);
|
|
14
13
|
|
|
15
14
|
//#region src/types/app-client.ts
|
|
16
15
|
/** The maximum opcode budget for a simulate call as per https://github.com/algorand/go-algorand/blob/807b29a91c371d225e12b9287c5d56e9b33c4e4c/ledger/simulation/trace.go#L104 */
|