-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into nested-method-call
- Loading branch information
Showing
18 changed files
with
159 additions
and
94 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
[@algorandfoundation/algokit-utils](../README.md) / [types/lifecycle-events](../modules/types_lifecycle_events.md) / EventType | ||
|
||
# Enumeration: EventType | ||
|
||
[types/lifecycle-events](../modules/types_lifecycle_events.md).EventType | ||
|
||
## Table of contents | ||
|
||
### Enumeration Members | ||
|
||
- [AppCompiled](types_lifecycle_events.EventType.md#appcompiled) | ||
- [TxnGroupSimulated](types_lifecycle_events.EventType.md#txngroupsimulated) | ||
|
||
## Enumeration Members | ||
|
||
### AppCompiled | ||
|
||
• **AppCompiled** = ``"AppCompiled"`` | ||
|
||
#### Defined in | ||
|
||
[src/types/lifecycle-events.ts:5](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/lifecycle-events.ts#L5) | ||
|
||
___ | ||
|
||
### TxnGroupSimulated | ||
|
||
• **TxnGroupSimulated** = ``"TxnGroupSimulated"`` | ||
|
||
#### Defined in | ||
|
||
[src/types/lifecycle-events.ts:4](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/lifecycle-events.ts#L4) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
[@algorandfoundation/algokit-utils](../README.md) / types/lifecycle-events | ||
|
||
# Module: types/lifecycle-events | ||
|
||
## Table of contents | ||
|
||
### Enumerations | ||
|
||
- [EventType](../enums/types_lifecycle_events.EventType.md) | ||
|
||
### Type Aliases | ||
|
||
- [EventDataMap](types_lifecycle_events.md#eventdatamap) | ||
|
||
## Type Aliases | ||
|
||
### EventDataMap | ||
|
||
Ƭ **EventDataMap**: `Object` | ||
|
||
#### Index signature | ||
|
||
▪ [key: `string`]: `unknown` | ||
|
||
#### Type declaration | ||
|
||
| Name | Type | | ||
| :------ | :------ | | ||
| `AppCompiled` | [`TealSourcesDebugEventData`](../interfaces/types_debugging.TealSourcesDebugEventData.md) | | ||
| `TxnGroupSimulated` | [`AVMTracesEventData`](../interfaces/types_debugging.AVMTracesEventData.md) | | ||
|
||
#### Defined in | ||
|
||
[src/types/lifecycle-events.ts:8](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/lifecycle-events.ts#L8) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.