Skip to content

Commit 6b3efc4

Browse files
Merge main into release
2 parents 8399514 + 98f91c6 commit 6b3efc4

22 files changed

+218
-172
lines changed

docs/code/classes/testing.TestLogger.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Create a new test logger that wraps the given logger if provided.
5656

5757
#### Defined in
5858

59-
[src/testing/test-logger.ts:15](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/testing/test-logger.ts#L15)
59+
[src/testing/test-logger.ts:16](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/testing/test-logger.ts#L16)
6060

6161
## Properties
6262

@@ -66,7 +66,7 @@ Create a new test logger that wraps the given logger if provided.
6666

6767
#### Defined in
6868

69-
[src/testing/test-logger.ts:9](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/testing/test-logger.ts#L9)
69+
[src/testing/test-logger.ts:10](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/testing/test-logger.ts#L10)
7070

7171
___
7272

@@ -76,7 +76,7 @@ ___
7676

7777
#### Defined in
7878

79-
[src/testing/test-logger.ts:8](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/testing/test-logger.ts#L8)
79+
[src/testing/test-logger.ts:9](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/testing/test-logger.ts#L9)
8080

8181
## Accessors
8282

@@ -92,7 +92,7 @@ Returns all logs captured thus far.
9292

9393
#### Defined in
9494

95-
[src/testing/test-logger.ts:21](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/testing/test-logger.ts#L21)
95+
[src/testing/test-logger.ts:22](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/testing/test-logger.ts#L22)
9696

9797
## Methods
9898

@@ -108,7 +108,7 @@ Clears all logs captured so far.
108108

109109
#### Defined in
110110

111-
[src/testing/test-logger.ts:26](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/testing/test-logger.ts#L26)
111+
[src/testing/test-logger.ts:27](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/testing/test-logger.ts#L27)
112112

113113
___
114114

@@ -133,7 +133,7 @@ Logger.debug
133133

134134
#### Defined in
135135

136-
[src/testing/test-logger.ts:88](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/testing/test-logger.ts#L88)
136+
[src/testing/test-logger.ts:89](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/testing/test-logger.ts#L89)
137137

138138
___
139139

@@ -158,7 +158,7 @@ Logger.error
158158

159159
#### Defined in
160160

161-
[src/testing/test-logger.ts:72](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/testing/test-logger.ts#L72)
161+
[src/testing/test-logger.ts:73](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/testing/test-logger.ts#L73)
162162

163163
___
164164

@@ -194,7 +194,7 @@ expect(logger.getLogSnapshot()).toMatchSnapshot()
194194

195195
#### Defined in
196196

197-
[src/testing/test-logger.ts:46](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/testing/test-logger.ts#L46)
197+
[src/testing/test-logger.ts:47](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/testing/test-logger.ts#L47)
198198

199199
___
200200

@@ -219,7 +219,7 @@ Logger.info
219219

220220
#### Defined in
221221

222-
[src/testing/test-logger.ts:80](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/testing/test-logger.ts#L80)
222+
[src/testing/test-logger.ts:81](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/testing/test-logger.ts#L81)
223223

224224
___
225225

@@ -244,7 +244,7 @@ Logger.verbose
244244

245245
#### Defined in
246246

247-
[src/testing/test-logger.ts:84](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/testing/test-logger.ts#L84)
247+
[src/testing/test-logger.ts:85](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/testing/test-logger.ts#L85)
248248

249249
___
250250

@@ -269,4 +269,4 @@ Logger.warn
269269

270270
#### Defined in
271271

272-
[src/testing/test-logger.ts:76](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/testing/test-logger.ts#L76)
272+
[src/testing/test-logger.ts:77](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/testing/test-logger.ts#L77)

docs/code/classes/types_algorand_client_transaction_sender.AlgorandClientTransactionSender.md

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Creates a new `AlgorandClientSender`
6666

6767
#### Defined in
6868

69-
[src/types/algorand-client-transaction-sender.ts:38](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/algorand-client-transaction-sender.ts#L38)
69+
[src/types/algorand-client-transaction-sender.ts:48](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/algorand-client-transaction-sender.ts#L48)
7070

7171
## Properties
7272

@@ -76,7 +76,7 @@ Creates a new `AlgorandClientSender`
7676

7777
#### Defined in
7878

79-
[src/types/algorand-client-transaction-sender.ts:31](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/algorand-client-transaction-sender.ts#L31)
79+
[src/types/algorand-client-transaction-sender.ts:41](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/algorand-client-transaction-sender.ts#L41)
8080

8181
___
8282

@@ -86,7 +86,7 @@ ___
8686

8787
#### Defined in
8888

89-
[src/types/algorand-client-transaction-sender.ts:30](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/algorand-client-transaction-sender.ts#L30)
89+
[src/types/algorand-client-transaction-sender.ts:40](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/algorand-client-transaction-sender.ts#L40)
9090

9191
___
9292

@@ -104,7 +104,7 @@ ___
104104

105105
#### Defined in
106106

107-
[src/types/algorand-client-transaction-sender.ts:29](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/algorand-client-transaction-sender.ts#L29)
107+
[src/types/algorand-client-transaction-sender.ts:39](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/algorand-client-transaction-sender.ts#L39)
108108

109109
___
110110

@@ -168,7 +168,7 @@ await algorand.send.appCall({
168168

169169
#### Defined in
170170

171-
[src/types/algorand-client-transaction-sender.ts:708](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/algorand-client-transaction-sender.ts#L708)
171+
[src/types/algorand-client-transaction-sender.ts:718](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/algorand-client-transaction-sender.ts#L718)
172172

173173
___
174174

@@ -244,7 +244,7 @@ await algorand.send.appCallMethodCall({
244244

245245
#### Defined in
246246

247-
[src/types/algorand-client-transaction-sender.ts:944](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/algorand-client-transaction-sender.ts#L944)
247+
[src/types/algorand-client-transaction-sender.ts:954](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/algorand-client-transaction-sender.ts#L954)
248248

249249
___
250250

@@ -318,7 +318,7 @@ await algorand.send.appCreate({
318318

319319
#### Defined in
320320

321-
[src/types/algorand-client-transaction-sender.ts:574](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/algorand-client-transaction-sender.ts#L574)
321+
[src/types/algorand-client-transaction-sender.ts:584](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/algorand-client-transaction-sender.ts#L584)
322322

323323
___
324324

@@ -404,7 +404,7 @@ await algorand.send.appCreate({
404404

405405
#### Defined in
406406

407-
[src/types/algorand-client-transaction-sender.ts:774](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/algorand-client-transaction-sender.ts#L774)
407+
[src/types/algorand-client-transaction-sender.ts:784](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/algorand-client-transaction-sender.ts#L784)
408408

409409
___
410410

@@ -468,7 +468,7 @@ await algorand.send.appDelete({
468468

469469
#### Defined in
470470

471-
[src/types/algorand-client-transaction-sender.ts:664](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/algorand-client-transaction-sender.ts#L664)
471+
[src/types/algorand-client-transaction-sender.ts:674](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/algorand-client-transaction-sender.ts#L674)
472472

473473
___
474474

@@ -544,7 +544,7 @@ await algorand.send.appDeleteMethodCall({
544544

545545
#### Defined in
546546

547-
[src/types/algorand-client-transaction-sender.ts:888](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/algorand-client-transaction-sender.ts#L888)
547+
[src/types/algorand-client-transaction-sender.ts:898](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/algorand-client-transaction-sender.ts#L898)
548548

549549
___
550550

@@ -610,7 +610,7 @@ await algorand.send.appUpdate({
610610

611611
#### Defined in
612612

613-
[src/types/algorand-client-transaction-sender.ts:620](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/algorand-client-transaction-sender.ts#L620)
613+
[src/types/algorand-client-transaction-sender.ts:630](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/algorand-client-transaction-sender.ts#L630)
614614

615615
___
616616

@@ -688,7 +688,7 @@ await algorand.send.appUpdateMethodCall({
688688

689689
#### Defined in
690690

691-
[src/types/algorand-client-transaction-sender.ts:832](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/algorand-client-transaction-sender.ts#L832)
691+
[src/types/algorand-client-transaction-sender.ts:842](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/algorand-client-transaction-sender.ts#L842)
692692

693693
___
694694

@@ -753,7 +753,7 @@ await algorand.send.assetConfig({
753753

754754
#### Defined in
755755

756-
[src/types/algorand-client-transaction-sender.ts:285](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/algorand-client-transaction-sender.ts#L285)
756+
[src/types/algorand-client-transaction-sender.ts:295](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/algorand-client-transaction-sender.ts#L295)
757757

758758
___
759759

@@ -814,7 +814,7 @@ await algorand.send.assetDestroy({
814814

815815
#### Defined in
816816

817-
[src/types/algorand-client-transaction-sender.ts:365](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/algorand-client-transaction-sender.ts#L365)
817+
[src/types/algorand-client-transaction-sender.ts:375](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/algorand-client-transaction-sender.ts#L375)
818818

819819
___
820820

@@ -873,7 +873,7 @@ await algorand.send.assetFreeze({
873873

874874
#### Defined in
875875

876-
[src/types/algorand-client-transaction-sender.ts:324](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/algorand-client-transaction-sender.ts#L324)
876+
[src/types/algorand-client-transaction-sender.ts:334](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/algorand-client-transaction-sender.ts#L334)
877877

878878
___
879879

@@ -930,7 +930,7 @@ await algorand.send.assetOptIn({
930930

931931
#### Defined in
932932

933-
[src/types/algorand-client-transaction-sender.ts:445](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/algorand-client-transaction-sender.ts#L445)
933+
[src/types/algorand-client-transaction-sender.ts:455](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/algorand-client-transaction-sender.ts#L455)
934934

935935
___
936936

@@ -992,7 +992,7 @@ await algorand.send.assetTransfer({
992992

993993
#### Defined in
994994

995-
[src/types/algorand-client-transaction-sender.ts:407](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/algorand-client-transaction-sender.ts#L407)
995+
[src/types/algorand-client-transaction-sender.ts:417](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/algorand-client-transaction-sender.ts#L417)
996996

997997
___
998998

@@ -1018,7 +1018,7 @@ Register an offline key.
10181018

10191019
#### Defined in
10201020

1021-
[src/types/algorand-client-transaction-sender.ts:955](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/algorand-client-transaction-sender.ts#L955)
1021+
[src/types/algorand-client-transaction-sender.ts:965](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/algorand-client-transaction-sender.ts#L965)
10221022

10231023
___
10241024

@@ -1044,7 +1044,7 @@ Register an online key.
10441044

10451045
#### Defined in
10461046

1047-
[src/types/algorand-client-transaction-sender.ts:950](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/algorand-client-transaction-sender.ts#L950)
1047+
[src/types/algorand-client-transaction-sender.ts:960](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/algorand-client-transaction-sender.ts#L960)
10481048

10491049
___
10501050

@@ -1109,7 +1109,7 @@ const result = await algorand.send.payment({
11091109

11101110
#### Defined in
11111111

1112-
[src/types/algorand-client-transaction-sender.ts:185](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/algorand-client-transaction-sender.ts#L185)
1112+
[src/types/algorand-client-transaction-sender.ts:195](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/algorand-client-transaction-sender.ts#L195)
11131113

11141114
## Methods
11151115

@@ -1150,7 +1150,7 @@ const result = await algorand.send.payment({
11501150

11511151
#### Defined in
11521152

1153-
[src/types/algorand-client-transaction-sender.ts:48](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/algorand-client-transaction-sender.ts#L48)
1153+
[src/types/algorand-client-transaction-sender.ts:58](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/algorand-client-transaction-sender.ts#L58)
11541154

11551155
___
11561156

@@ -1191,7 +1191,7 @@ ___
11911191

11921192
#### Defined in
11931193

1194-
[src/types/algorand-client-transaction-sender.ts:83](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/algorand-client-transaction-sender.ts#L83)
1194+
[src/types/algorand-client-transaction-sender.ts:93](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/algorand-client-transaction-sender.ts#L93)
11951195

11961196
___
11971197

@@ -1232,7 +1232,7 @@ ___
12321232

12331233
#### Defined in
12341234

1235-
[src/types/algorand-client-transaction-sender.ts:126](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/algorand-client-transaction-sender.ts#L126)
1235+
[src/types/algorand-client-transaction-sender.ts:136](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/algorand-client-transaction-sender.ts#L136)
12361236

12371237
___
12381238

@@ -1273,7 +1273,7 @@ ___
12731273

12741274
#### Defined in
12751275

1276-
[src/types/algorand-client-transaction-sender.ts:107](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/algorand-client-transaction-sender.ts#L107)
1276+
[src/types/algorand-client-transaction-sender.ts:117](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/algorand-client-transaction-sender.ts#L117)
12771277

12781278
___
12791279

@@ -1341,7 +1341,7 @@ await algorand.send.assetCreate({
13411341

13421342
#### Defined in
13431343

1344-
[src/types/algorand-client-transaction-sender.ts:236](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/algorand-client-transaction-sender.ts#L236)
1344+
[src/types/algorand-client-transaction-sender.ts:246](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/algorand-client-transaction-sender.ts#L246)
13451345

13461346
___
13471347

@@ -1408,7 +1408,7 @@ await algorand.send.assetOptOut({
14081408

14091409
#### Defined in
14101410

1411-
[src/types/algorand-client-transaction-sender.ts:492](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/algorand-client-transaction-sender.ts#L492)
1411+
[src/types/algorand-client-transaction-sender.ts:502](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/algorand-client-transaction-sender.ts#L502)
14121412

14131413
___
14141414

@@ -1422,4 +1422,4 @@ ___
14221422

14231423
#### Defined in
14241424

1425-
[src/types/algorand-client-transaction-sender.ts:44](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/algorand-client-transaction-sender.ts#L44)
1425+
[src/types/algorand-client-transaction-sender.ts:54](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/algorand-client-transaction-sender.ts#L54)

0 commit comments

Comments
 (0)