4
4
5
5
[ types/block] ( ../modules/types_block.md ) .Block
6
6
7
- Data that is returned in a raw Algorand block
7
+ Data that is returned in a raw Algorand block.
8
8
9
9
** ` See ` **
10
10
@@ -44,7 +44,7 @@ since genesis.
44
44
45
45
#### Defined in
46
46
47
- [ types/block.ts:13 ] ( https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/block.ts#L13 )
47
+ [ types/block.ts:87 ] ( https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/block.ts#L87 )
48
48
49
49
___
50
50
@@ -56,7 +56,7 @@ The FeeSink accepts transaction fees. It can only spend to the incentive pool.
56
56
57
57
#### Defined in
58
58
59
- [ types/block.ts:15 ] ( https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/block.ts#L15 )
59
+ [ types/block.ts:89 ] ( https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/block.ts#L89 )
60
60
61
61
___
62
62
@@ -69,7 +69,7 @@ MicroAlgos for every reward unit in the next round.
69
69
70
70
#### Defined in
71
71
72
- [ types/block.ts:19 ] ( https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/block.ts#L19 )
72
+ [ types/block.ts:93 ] ( https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/block.ts#L93 )
73
73
74
74
___
75
75
@@ -81,7 +81,7 @@ Genesis ID to which this block belongs.
81
81
82
82
#### Defined in
83
83
84
- [ types/block.ts:21 ] ( https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/block.ts#L21 )
84
+ [ types/block.ts:95 ] ( https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/block.ts#L95 )
85
85
86
86
___
87
87
@@ -93,7 +93,7 @@ Genesis hash to which this block belongs.
93
93
94
94
#### Defined in
95
95
96
- [ types/block.ts:23 ] ( https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/block.ts#L23 )
96
+ [ types/block.ts:97 ] ( https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/block.ts#L97 )
97
97
98
98
___
99
99
@@ -105,7 +105,7 @@ The hash of the previous block
105
105
106
106
#### Defined in
107
107
108
- [ types/block.ts:25 ] ( https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/block.ts#L25 )
108
+ [ types/block.ts:99 ] ( https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/block.ts#L99 )
109
109
110
110
___
111
111
@@ -117,7 +117,7 @@ UpgradeState tracks the protocol upgrade state machine; proto is the current pro
117
117
118
118
#### Defined in
119
119
120
- [ types/block.ts:27 ] ( https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/block.ts#L27 )
120
+ [ types/block.ts:101 ] ( https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/block.ts#L101 )
121
121
122
122
___
123
123
@@ -129,7 +129,7 @@ The number of new MicroAlgos added to the participation stake from rewards at th
129
129
130
130
#### Defined in
131
131
132
- [ types/block.ts:29 ] ( https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/block.ts#L29 )
132
+ [ types/block.ts:103 ] ( https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/block.ts#L103 )
133
133
134
134
___
135
135
@@ -141,7 +141,7 @@ Round number.
141
141
142
142
#### Defined in
143
143
144
- [ types/block.ts:31 ] ( https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/block.ts#L31 )
144
+ [ types/block.ts:105 ] ( https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/block.ts#L105 )
145
145
146
146
___
147
147
@@ -153,7 +153,7 @@ The round at which the RewardsRate will be recalculated.
153
153
154
154
#### Defined in
155
155
156
- [ types/block.ts:33 ] ( https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/block.ts#L33 )
156
+ [ types/block.ts:107 ] ( https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/block.ts#L107 )
157
157
158
158
___
159
159
@@ -166,7 +166,7 @@ FeeSink and continually redistributes them to addresses as rewards.
166
166
167
167
#### Defined in
168
168
169
- [ types/block.ts:37 ] ( https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/block.ts#L37 )
169
+ [ types/block.ts:111 ] ( https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/block.ts#L111 )
170
170
171
171
___
172
172
@@ -178,7 +178,7 @@ Sortition seed
178
178
179
179
#### Defined in
180
180
181
- [ types/block.ts:39 ] ( https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/block.ts#L39 )
181
+ [ types/block.ts:113 ] ( https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/block.ts#L113 )
182
182
183
183
___
184
184
@@ -192,7 +192,7 @@ committed after this block. Genesis blocks can start at either
192
192
193
193
#### Defined in
194
194
195
- [ types/block.ts:44 ] ( https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/block.ts#L44 )
195
+ [ types/block.ts:118 ] ( https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/block.ts#L118 )
196
196
197
197
___
198
198
@@ -204,7 +204,7 @@ Round time (unix timestamp)
204
204
205
205
#### Defined in
206
206
207
- [ types/block.ts:46 ] ( https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/block.ts#L46 )
207
+ [ types/block.ts:120 ] ( https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/block.ts#L120 )
208
208
209
209
___
210
210
@@ -217,7 +217,7 @@ This commitment is computed based on the PaysetCommit type specified in the bloc
217
217
218
218
#### Defined in
219
219
220
- [ types/block.ts:50 ] ( https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/block.ts#L50 )
220
+ [ types/block.ts:124 ] ( https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/block.ts#L124 )
221
221
222
222
___
223
223
@@ -229,7 +229,7 @@ Root of transaction vector commitment merkle tree using SHA256 hash function.
229
229
230
230
#### Defined in
231
231
232
- [ types/block.ts:54 ] ( https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/block.ts#L54 )
232
+ [ types/block.ts:128 ] ( https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/block.ts#L128 )
233
233
234
234
___
235
235
@@ -241,4 +241,4 @@ The transactions within the block.
241
241
242
242
#### Defined in
243
243
244
- [ types/block.ts:56 ] ( https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/block.ts#L56 )
244
+ [ types/block.ts:130 ] ( https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/block.ts#L130 )
0 commit comments