mirror of
https://github.com/alexgo-io/bitcoin-indexer.git
synced 2026-01-12 22:43:06 +08:00
feat: is_streaming_blocks
This commit is contained in:
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user