feat: is_streaming_blocks

This commit is contained in:
Rafael Cardenas
2023-07-03 10:12:49 -06:00
parent 6c524eb75d
commit aacf487de6

View File

@@ -12,6 +12,7 @@ export const PayloadSchema = Type.Object({
chainhook: Type.Object({
uuid: Type.String(),
predicate: Type.Union([BitcoinIfThisSchema, StacksIfThisSchema]),
is_streaming_blocks: Type.Boolean(),
}),
});
export type Payload = Static<typeof PayloadSchema>;