@@ -150,6 +150,7 @@ await algorand.send.appCall({
150150 // Max fee doesn't make sense with extraFee AND staticFee
151151 // already specified, but here for completeness
152152 maxFee: (3000 ).microAlgo (),
153+ rejectVersion: 1 ,
153154 // Signer only needed if you want to provide one,
154155 // generally you'd register it with AlgorandClient
155156 // against the sender and not need to pass it in
@@ -175,7 +176,7 @@ await algorand.send.appCall({
175176
176177#### Defined in
177178
178- [ src/types/algorand-client-transaction-sender.ts:735 ] ( https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/algorand-client-transaction-sender.ts#L735 )
179+ [ src/types/algorand-client-transaction-sender.ts:739 ] ( https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/algorand-client-transaction-sender.ts#L739 )
179180
180181___
181182
@@ -227,6 +228,7 @@ await algorand.send.appCallMethodCall({
227228 // Max fee doesn't make sense with extraFee AND staticFee
228229 // already specified, but here for completeness
229230 maxFee: (3000 ).microAlgo (),
231+ rejectVersion: 1 ,
230232 // Signer only needed if you want to provide one,
231233 // generally you'd register it with AlgorandClient
232234 // against the sender and not need to pass it in
@@ -252,7 +254,7 @@ await algorand.send.appCallMethodCall({
252254
253255#### Defined in
254256
255- [ src/types/algorand-client-transaction-sender.ts:979 ] ( https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/algorand-client-transaction-sender.ts#L979 )
257+ [ src/types/algorand-client-transaction-sender.ts:987 ] ( https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/algorand-client-transaction-sender.ts#L987 )
256258
257259___
258260
@@ -302,6 +304,7 @@ await algorand.send.appCreate({
302304 // Max fee doesn't make sense with extraFee AND staticFee
303305 // already specified, but here for completeness
304306 maxFee: (3000 ).microAlgo (),
307+ rejectVersion: 1 ,
305308 // Signer only needed if you want to provide one,
306309 // generally you'd register it with AlgorandClient
307310 // against the sender and not need to pass it in
@@ -327,7 +330,7 @@ await algorand.send.appCreate({
327330
328331#### Defined in
329332
330- [ src/types/algorand-client-transaction-sender.ts:595 ] ( https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/algorand-client-transaction-sender.ts#L595 )
333+ [ src/types/algorand-client-transaction-sender.ts:596 ] ( https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/algorand-client-transaction-sender.ts#L596 )
331334
332335___
333336
@@ -389,6 +392,7 @@ await algorand.send.appCreateMethodCall({
389392 // Max fee doesn't make sense with extraFee AND staticFee
390393 // already specified, but here for completeness
391394 maxFee: (3000 ).microAlgo (),
395+ rejectVersion: 1 ,
392396 // Signer only needed if you want to provide one,
393397 // generally you'd register it with AlgorandClient
394398 // against the sender and not need to pass it in
@@ -414,7 +418,7 @@ await algorand.send.appCreateMethodCall({
414418
415419#### Defined in
416420
417- [ src/types/algorand-client-transaction-sender.ts:803 ] ( https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/algorand-client-transaction-sender.ts#L803 )
421+ [ src/types/algorand-client-transaction-sender.ts:808 ] ( https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/algorand-client-transaction-sender.ts#L808 )
418422
419423___
420424
@@ -454,6 +458,7 @@ await algorand.send.appDelete({
454458 // Max fee doesn't make sense with extraFee AND staticFee
455459 // already specified, but here for completeness
456460 maxFee: (3000 ).microAlgo (),
461+ rejectVersion: 1 ,
457462 // Signer only needed if you want to provide one,
458463 // generally you'd register it with AlgorandClient
459464 // against the sender and not need to pass it in
@@ -479,7 +484,7 @@ await algorand.send.appDelete({
479484
480485#### Defined in
481486
482- [ src/types/algorand-client-transaction-sender.ts:689 ] ( https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/algorand-client-transaction-sender.ts#L689 )
487+ [ src/types/algorand-client-transaction-sender.ts:692 ] ( https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/algorand-client-transaction-sender.ts#L692 )
483488
484489___
485490
@@ -531,6 +536,7 @@ await algorand.send.appDeleteMethodCall({
531536 // Max fee doesn't make sense with extraFee AND staticFee
532537 // already specified, but here for completeness
533538 maxFee: (3000 ).microAlgo (),
539+ rejectVersion: 1 ,
534540 // Signer only needed if you want to provide one,
535541 // generally you'd register it with AlgorandClient
536542 // against the sender and not need to pass it in
@@ -556,7 +562,7 @@ await algorand.send.appDeleteMethodCall({
556562
557563#### Defined in
558564
559- [ src/types/algorand-client-transaction-sender.ts:921 ] ( https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/algorand-client-transaction-sender.ts#L921 )
565+ [ src/types/algorand-client-transaction-sender.ts:928 ] ( https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/algorand-client-transaction-sender.ts#L928 )
560566
561567___
562568
@@ -598,6 +604,7 @@ await algorand.send.appUpdate({
598604 // Max fee doesn't make sense with extraFee AND staticFee
599605 // already specified, but here for completeness
600606 maxFee: (3000 ).microAlgo (),
607+ rejectVersion: 1 ,
601608 // Signer only needed if you want to provide one,
602609 // generally you'd register it with AlgorandClient
603610 // against the sender and not need to pass it in
@@ -623,7 +630,7 @@ await algorand.send.appUpdate({
623630
624631#### Defined in
625632
626- [ src/types/algorand-client-transaction-sender.ts:643 ] ( https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/algorand-client-transaction-sender.ts#L643 )
633+ [ src/types/algorand-client-transaction-sender.ts:645 ] ( https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/algorand-client-transaction-sender.ts#L645 )
627634
628635___
629636
@@ -677,6 +684,7 @@ await algorand.send.appUpdateMethodCall({
677684 // Max fee doesn't make sense with extraFee AND staticFee
678685 // already specified, but here for completeness
679686 maxFee: (3000 ).microAlgo (),
687+ rejectVersion: 1 ,
680688 // Signer only needed if you want to provide one,
681689 // generally you'd register it with AlgorandClient
682690 // against the sender and not need to pass it in
@@ -702,7 +710,7 @@ await algorand.send.appUpdateMethodCall({
702710
703711#### Defined in
704712
705- [ src/types/algorand-client-transaction-sender.ts:863 ] ( https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/algorand-client-transaction-sender.ts#L863 )
713+ [ src/types/algorand-client-transaction-sender.ts:869 ] ( https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/algorand-client-transaction-sender.ts#L869 )
706714
707715___
708716
@@ -1060,7 +1068,7 @@ const result = await algorand.send.offlineKeyRegistration({
10601068
10611069#### Defined in
10621070
1063- [ src/types/algorand-client-transaction-sender.ts:1058 ] ( https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/algorand-client-transaction-sender.ts#L1058 )
1071+ [ src/types/algorand-client-transaction-sender.ts:1066 ] ( https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/algorand-client-transaction-sender.ts#L1066 )
10641072
10651073___
10661074
@@ -1126,7 +1134,7 @@ const result = await algorand.send.onlineKeyRegistration({
11261134
11271135#### Defined in
11281136
1129- [ src/types/algorand-client-transaction-sender.ts:1025 ] ( https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/algorand-client-transaction-sender.ts#L1025 )
1137+ [ src/types/algorand-client-transaction-sender.ts:1033 ] ( https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/algorand-client-transaction-sender.ts#L1033 )
11301138
11311139___
11321140
0 commit comments