Skip to content

Commit

Permalink
feat: Added the definition of the state proof transaction in the inde…
Browse files Browse the repository at this point in the history
…xer types (#247)
  • Loading branch information
robdmoore authored Mar 15, 2024
1 parent c8b86e4 commit 974d460
Show file tree
Hide file tree
Showing 28 changed files with 556 additions and 171 deletions.
6 changes: 3 additions & 3 deletions docs/code/enums/types_indexer.AccountStatus.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Indicates that the associated account is neither a delegator nor a delegate

#### Defined in

[src/types/indexer.ts:594](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L594)
[src/types/indexer.ts:774](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L774)

___

Expand All @@ -36,7 +36,7 @@ Indicates that the associated account is delegated

#### Defined in

[src/types/indexer.ts:590](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L590)
[src/types/indexer.ts:770](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L770)

___

Expand All @@ -48,4 +48,4 @@ Indicates that the associated account used as part of the delegation pool

#### Defined in

[src/types/indexer.ts:592](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L592)
[src/types/indexer.ts:772](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L772)
12 changes: 6 additions & 6 deletions docs/code/enums/types_indexer.ApplicationOnComplete.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Defines the what additional actions occur with the transaction https://developer

#### Defined in

[src/types/indexer.ts:497](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L497)
[src/types/indexer.ts:677](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L677)

___

Expand All @@ -35,7 +35,7 @@ ___

#### Defined in

[src/types/indexer.ts:496](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L496)
[src/types/indexer.ts:676](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L676)

___

Expand All @@ -45,7 +45,7 @@ ___

#### Defined in

[src/types/indexer.ts:499](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L499)
[src/types/indexer.ts:679](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L679)

___

Expand All @@ -55,7 +55,7 @@ ___

#### Defined in

[src/types/indexer.ts:494](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L494)
[src/types/indexer.ts:674](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L674)

___

Expand All @@ -65,7 +65,7 @@ ___

#### Defined in

[src/types/indexer.ts:495](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L495)
[src/types/indexer.ts:675](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L675)

___

Expand All @@ -75,4 +75,4 @@ ___

#### Defined in

[src/types/indexer.ts:498](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L498)
[src/types/indexer.ts:678](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L678)
6 changes: 3 additions & 3 deletions docs/code/enums/types_indexer.SignatureType.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Logic signature

#### Defined in

[src/types/indexer.ts:584](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L584)
[src/types/indexer.ts:764](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L764)

___

Expand All @@ -36,7 +36,7 @@ Multisig

#### Defined in

[src/types/indexer.ts:582](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L582)
[src/types/indexer.ts:762](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L762)

___

Expand All @@ -48,4 +48,4 @@ Normal signature

#### Defined in

[src/types/indexer.ts:580](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L580)
[src/types/indexer.ts:760](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L760)
12 changes: 6 additions & 6 deletions docs/code/interfaces/types_indexer.AccountParticipation.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ AccountParticipation describes the parameters used by this account in consensus

#### Defined in

[src/types/indexer.ts:603](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L603)
[src/types/indexer.ts:783](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L783)

___

Expand All @@ -43,7 +43,7 @@ ___

#### Defined in

[src/types/indexer.ts:608](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L608)
[src/types/indexer.ts:788](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L788)

___

Expand All @@ -55,7 +55,7 @@ ___

#### Defined in

[src/types/indexer.ts:610](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L610)
[src/types/indexer.ts:790](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L790)

___

Expand All @@ -67,7 +67,7 @@ ___

#### Defined in

[src/types/indexer.ts:612](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L612)
[src/types/indexer.ts:792](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L792)

___

Expand All @@ -79,7 +79,7 @@ ___

#### Defined in

[src/types/indexer.ts:614](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L614)
[src/types/indexer.ts:794](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L794)

___

Expand All @@ -93,4 +93,4 @@ ___

#### Defined in

[src/types/indexer.ts:619](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L619)
[src/types/indexer.ts:799](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L799)
52 changes: 26 additions & 26 deletions docs/code/interfaces/types_indexer.AccountResult.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ the account public key

#### Defined in

[src/types/indexer.ts:181](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L181)
[src/types/indexer.ts:192](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L192)

___

Expand All @@ -65,7 +65,7 @@ ___

#### Defined in

[src/types/indexer.ts:183](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L183)
[src/types/indexer.ts:194](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L194)

___

Expand All @@ -77,7 +77,7 @@ specifies the amount of MicroAlgos in the account, without the pending rewards.

#### Defined in

[src/types/indexer.ts:185](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L185)
[src/types/indexer.ts:196](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L196)

___

Expand All @@ -91,7 +91,7 @@ Note the raw object uses map[int] -> AppLocalState for this type.

#### Defined in

[src/types/indexer.ts:190](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L190)
[src/types/indexer.ts:201](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L201)

___

Expand All @@ -103,7 +103,7 @@ ___

#### Defined in

[src/types/indexer.ts:192](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L192)
[src/types/indexer.ts:203](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L203)

___

Expand All @@ -117,7 +117,7 @@ Note: the raw account uses StateSchema for this type.

#### Defined in

[src/types/indexer.ts:197](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L197)
[src/types/indexer.ts:208](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L208)

___

Expand All @@ -131,7 +131,7 @@ Note the raw object uses map[int] -> AssetHolding for this type.

#### Defined in

[src/types/indexer.ts:202](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L202)
[src/types/indexer.ts:213](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L213)

___

Expand All @@ -147,7 +147,7 @@ This field can be updated in any transaction by setting the RekeyTo field.

#### Defined in

[src/types/indexer.ts:209](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L209)
[src/types/indexer.ts:220](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L220)

___

Expand All @@ -159,7 +159,7 @@ Round during which this account was most recently closed.

#### Defined in

[src/types/indexer.ts:211](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L211)
[src/types/indexer.ts:222](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L222)

___

Expand All @@ -173,7 +173,7 @@ Note: the raw account uses map[int] -> AppParams for this type.

#### Defined in

[src/types/indexer.ts:216](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L216)
[src/types/indexer.ts:227](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L227)

___

Expand All @@ -187,7 +187,7 @@ Note: the raw account uses map[int] -> Asset for this type.

#### Defined in

[src/types/indexer.ts:221](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L221)
[src/types/indexer.ts:232](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L232)

___

Expand All @@ -199,7 +199,7 @@ Round during which this account first appeared in a transaction.

#### Defined in

[src/types/indexer.ts:223](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L223)
[src/types/indexer.ts:234](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L234)

___

Expand All @@ -211,7 +211,7 @@ Whether or not this account is currently closed.

#### Defined in

[src/types/indexer.ts:225](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L225)
[src/types/indexer.ts:236](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L236)

___

Expand All @@ -223,7 +223,7 @@ If participating in consensus, the parameters used by this account in the consen

#### Defined in

[src/types/indexer.ts:227](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L227)
[src/types/indexer.ts:238](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L238)

___

Expand All @@ -235,7 +235,7 @@ amount of MicroAlgos of pending rewards in this account.

#### Defined in

[src/types/indexer.ts:229](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L229)
[src/types/indexer.ts:240](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L240)

___

Expand All @@ -247,7 +247,7 @@ ___

#### Defined in

[src/types/indexer.ts:231](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L231)
[src/types/indexer.ts:242](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L242)

___

Expand All @@ -259,7 +259,7 @@ ___

#### Defined in

[src/types/indexer.ts:233](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L233)
[src/types/indexer.ts:244](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L244)

___

Expand All @@ -271,7 +271,7 @@ The round for which this information is relevant.

#### Defined in

[src/types/indexer.ts:235](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L235)
[src/types/indexer.ts:246](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L246)

___

Expand All @@ -283,7 +283,7 @@ Indicates what type of signature is used by this account

#### Defined in

[src/types/indexer.ts:237](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L237)
[src/types/indexer.ts:248](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L248)

___

Expand All @@ -295,7 +295,7 @@ ___

#### Defined in

[src/types/indexer.ts:239](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L239)
[src/types/indexer.ts:250](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L250)

___

Expand All @@ -307,7 +307,7 @@ The count of all applications that have been opted in, equivalent to the count o

#### Defined in

[src/types/indexer.ts:241](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L241)
[src/types/indexer.ts:252](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L252)

___

Expand All @@ -319,7 +319,7 @@ The count of all assets that have been opted in, equivalent to the count of Asse

#### Defined in

[src/types/indexer.ts:243](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L243)
[src/types/indexer.ts:254](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L254)

___

Expand All @@ -331,7 +331,7 @@ For app-accounts only. The total number of bytes allocated for the keys and valu

#### Defined in

[src/types/indexer.ts:245](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L245)
[src/types/indexer.ts:256](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L256)

___

Expand All @@ -343,7 +343,7 @@ For app-accounts only. The total number of boxes which belong to the associated

#### Defined in

[src/types/indexer.ts:247](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L247)
[src/types/indexer.ts:258](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L258)

___

Expand All @@ -355,7 +355,7 @@ The count of all apps (AppParams objects) created by this account.

#### Defined in

[src/types/indexer.ts:249](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L249)
[src/types/indexer.ts:260](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L260)

___

Expand All @@ -367,4 +367,4 @@ The count of all assets (AssetParams objects) created by this account.

#### Defined in

[src/types/indexer.ts:251](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L251)
[src/types/indexer.ts:262](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L262)
Loading

0 comments on commit 974d460

Please sign in to comment.