Skip to content

Commit 6b736b5

Browse files
committed
chore: update docs
1 parent dbbe7a4 commit 6b736b5

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

docs/code/subcontexts/contract-context/classes/ContractContext.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
# Class: ContractContext
88

9-
Defined in: [src/subcontexts/contract-context.ts:145](https://github.com/algorandfoundation/algorand-typescript-testing/blob/main/src/subcontexts/contract-context.ts#L145)
9+
Defined in: [src/subcontexts/contract-context.ts:162](https://github.com/algorandfoundation/algorand-typescript-testing/blob/main/src/subcontexts/contract-context.ts#L162)
1010

1111
Provides a context for creating contracts and registering created contract instances
1212
with test execution context.
@@ -27,7 +27,7 @@ with test execution context.
2727

2828
> **create**\<`T`\>(`type`, ...`args`): `T`
2929
30-
Defined in: [src/subcontexts/contract-context.ts:157](https://github.com/algorandfoundation/algorand-typescript-testing/blob/main/src/subcontexts/contract-context.ts#L157)
30+
Defined in: [src/subcontexts/contract-context.ts:174](https://github.com/algorandfoundation/algorand-typescript-testing/blob/main/src/subcontexts/contract-context.ts#L174)
3131

3232
Creates a new contract instance and register the created instance with test execution context.
3333

@@ -72,7 +72,7 @@ const contract = ctx.contract.create(MyContract);
7272

7373
> `static` **createMethodCallTxns**\<`TParams`\>(`contract`, `abiMetadata`, ...`args`): `Transaction`[]
7474
75-
Defined in: [src/subcontexts/contract-context.ts:179](https://github.com/algorandfoundation/algorand-typescript-testing/blob/main/src/subcontexts/contract-context.ts#L179)
75+
Defined in: [src/subcontexts/contract-context.ts:196](https://github.com/algorandfoundation/algorand-typescript-testing/blob/main/src/subcontexts/contract-context.ts#L196)
7676

7777
**`Internal`**
7878

docs/coverage.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,13 @@ See which `algorand-typescript` stubs are implemented by the `algorand-typescrip
1616
| CompiledContract | Mockable |
1717
| CompiledLogicSig | Mockable |
1818
| ContractProxy | Mockable |
19+
| FixedArray | Native |
1920
| Global | Emulated |
2021
| GlobalState | Emulated |
2122
| LocalState | Emulated |
2223
| OnCompleteAction | Native |
2324
| OpUpFeeSource | Native |
25+
| ReferenceArray | Native |
2426
| StateTotals | Emulated |
2527
| TemplateVar | Emulated |
2628
| TransactionType | Native |
@@ -32,6 +34,7 @@ See which `algorand-typescript` stubs are implemented by the `algorand-typescrip
3234
| compile | Mockable |
3335
| compileArc4 | Mockable |
3436
| decodeArc4 | Native |
37+
| clone | Native |
3538
| emit | Emulated |
3639
| encodeArc4 | Native |
3740
| ensureBudget | Emulated |
@@ -55,7 +58,7 @@ See which `algorand-typescript` stubs are implemented by the `algorand-typescrip
5558
| arc4.Struct | Native |
5659
| arc4.Tuple | Native |
5760
| arc4.UFixed | Native |
58-
| arc4.UintN | Native |
61+
| arc4.Uint | Native |
5962
| arc4.Uint128 | Native |
6063
| arc4.Uint16 | Native |
6164
| arc4.Uint256 | Native |

0 commit comments

Comments
 (0)