Skip to content

Commit

Permalink
feat: add heartbeat data to indexer types
Browse files Browse the repository at this point in the history
  • Loading branch information
neilcampbell committed Jan 16, 2025
1 parent 96e3052 commit afb4b90
Show file tree
Hide file tree
Showing 32 changed files with 320 additions and 167 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:806](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L806)
[src/types/indexer.ts:857](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L857)

___

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

#### Defined in

[src/types/indexer.ts:802](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L802)
[src/types/indexer.ts:853](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L853)

___

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

#### Defined in

[src/types/indexer.ts:804](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L804)
[src/types/indexer.ts:855](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L855)
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:709](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L709)
[src/types/indexer.ts:760](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L760)

___

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

#### Defined in

[src/types/indexer.ts:708](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L708)
[src/types/indexer.ts:759](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L759)

___

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

#### Defined in

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

___

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

#### Defined in

[src/types/indexer.ts:706](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L706)
[src/types/indexer.ts:757](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L757)

___

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

#### Defined in

[src/types/indexer.ts:707](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L707)
[src/types/indexer.ts:758](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L758)

___

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

#### Defined in

[src/types/indexer.ts:710](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L710)
[src/types/indexer.ts:761](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L761)
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:796](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L796)
[src/types/indexer.ts:847](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L847)

___

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

#### Defined in

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

___

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

#### Defined in

[src/types/indexer.ts:792](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L792)
[src/types/indexer.ts:843](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L843)
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:815](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L815)
[src/types/indexer.ts:866](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L866)

___

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

#### Defined in

[src/types/indexer.ts:820](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L820)
[src/types/indexer.ts:871](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L871)

___

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

#### Defined in

[src/types/indexer.ts:822](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L822)
[src/types/indexer.ts:873](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L873)

___

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

#### Defined in

[src/types/indexer.ts:824](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L824)
[src/types/indexer.ts:875](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L875)

___

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

#### Defined in

[src/types/indexer.ts:826](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L826)
[src/types/indexer.ts:877](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L877)

___

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

#### Defined in

[src/types/indexer.ts:831](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L831)
[src/types/indexer.ts:882](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L882)
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:212](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L212)
[src/types/indexer.ts:217](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L217)

___

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

#### Defined in

[src/types/indexer.ts:214](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L214)
[src/types/indexer.ts:219](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L219)

___

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

#### 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:221](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L221)

___

Expand All @@ -91,7 +91,7 @@ Note the raw object uses map[int] -> AppLocalState 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:226](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L226)

___

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

#### 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:228](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L228)

___

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

#### Defined in

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

___

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

#### 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:238](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L238)

___

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:240](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L240)
[src/types/indexer.ts:245](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L245)

___

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

#### Defined in

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

___

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

#### 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:252](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L252)

___

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

#### Defined in

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

___

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

#### Defined in

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

___

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

#### Defined in

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

___

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:258](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L258)
[src/types/indexer.ts:263](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L263)

___

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

#### Defined in

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

___

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

#### Defined in

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

___

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

#### Defined in

[src/types/indexer.ts:264](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L264)
[src/types/indexer.ts:269](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L269)

___

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

#### Defined in

[src/types/indexer.ts:266](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L266)
[src/types/indexer.ts:271](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L271)

___

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

#### Defined in

[src/types/indexer.ts:268](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L268)
[src/types/indexer.ts:273](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L273)

___

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

#### Defined in

[src/types/indexer.ts:270](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L270)
[src/types/indexer.ts:275](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L275)

___

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:272](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L272)
[src/types/indexer.ts:277](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L277)

___

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:274](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L274)
[src/types/indexer.ts:279](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L279)

___

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:276](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L276)
[src/types/indexer.ts:281](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L281)

___

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:278](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L278)
[src/types/indexer.ts:283](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L283)

___

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

#### Defined in

[src/types/indexer.ts:280](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L280)
[src/types/indexer.ts:285](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L285)

___

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

#### Defined in

[src/types/indexer.ts:282](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L282)
[src/types/indexer.ts:287](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L287)
4 changes: 2 additions & 2 deletions docs/code/interfaces/types_indexer.AccountStateDelta.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

#### Defined in

[src/types/indexer.ts:640](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L640)
[src/types/indexer.ts:691](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L691)

___

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

#### Defined in

[src/types/indexer.ts:641](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L641)
[src/types/indexer.ts:692](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L692)
Loading

0 comments on commit afb4b90

Please sign in to comment.