You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'Block hash or block height. Return data representing the state up until that point in time, rather than the current block. Note - Use either of the query parameters but not both at a time.',
'Block hash or block height. Return data representing the state up until that point in time, rather than the current block. Note - Use either of the query parameters but not both at a time.',
Type.Integer({description: 'Filter for transactions only at this given block height'})
268
256
),
269
257
unanchored: UnanchoredParamSchema,
270
-
until_block: Type.Optional(
271
-
Type.String({
272
-
description:
273
-
'Block hash or block height. Return data representing the state up until that point in time, rather than the current block. Note - Use either of the query parameters but not both at a time.',
Type.Integer({description: 'Filter for transactions only at this given block height'})
412
391
),
413
392
unanchored: UnanchoredParamSchema,
414
-
until_block: Type.Optional(
415
-
Type.String({
416
-
description:
417
-
'Block hash or block height. Return data representing the state up until that point in time, rather than the current block. Note - Use either of the query parameters but not both at a time.',
'Block hash or block height. Return data representing the state up until that point in time, rather than the current block. Note - Use either of the query parameters but not both at a time.',
Type.Integer({description: 'Filter for transactions only at this given block height'})
590
551
),
591
552
unanchored: UnanchoredParamSchema,
592
-
until_block: Type.Optional(
593
-
Type.String({
594
-
description:
595
-
'Block hash or block height. Return data representing the state up until that point in time, rather than the current block. Note - Use either of the query parameters but not both at a time.',
'Block hash or block height. Return data representing the state up until that point in time, rather than the current block. Note - Use either of the query parameters but not both at a time.',
0 commit comments