Skip to content

Commit

Permalink
feat: is_streaming_blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelcr committed Jul 3, 2023
1 parent 6c524eb commit aacf487
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/client/typescript/src/schemas/payload.ts
Expand Up @@ -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>;

0 comments on commit aacf487

Please sign in to comment.