mirror of
https://github.com/alexgo-io/bitcoin-indexer.git
synced 2026-01-12 16:52:57 +08:00
fix: schema for curse_type
This commit is contained in:
@@ -46,7 +46,7 @@ export const BitcoinCursedInscriptionRevealedSchema = Type.Object({
|
||||
ordinal_block_height: Type.Integer(),
|
||||
ordinal_offset: Type.Integer(),
|
||||
satpoint_post_inscription: Type.String(),
|
||||
curse_type: Type.String(),
|
||||
curse_type: Nullable(Type.Union([Type.String(), Type.Object({ tag: Type.Number() })])),
|
||||
});
|
||||
export type BitcoinCursedInscriptionRevealed = Static<
|
||||
typeof BitcoinCursedInscriptionRevealedSchema
|
||||
|
||||
Reference in New Issue
Block a user