Skip to content

Commit aacf487

Browse files
committed
feat: is_streaming_blocks
1 parent 6c524eb commit aacf487

File tree

1 file changed

+1
-0
lines changed
  • components/client/typescript/src/schemas

1 file changed

+1
-0
lines changed

components/client/typescript/src/schemas/payload.ts

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ export const PayloadSchema = Type.Object({
1212
chainhook: Type.Object({
1313
uuid: Type.String(),
1414
predicate: Type.Union([BitcoinIfThisSchema, StacksIfThisSchema]),
15+
is_streaming_blocks: Type.Boolean(),
1516
}),
1617
});
1718
export type Payload = Static<typeof PayloadSchema>;

0 commit comments

Comments
 (0)