mirror of
https://github.com/alexgo-io/bitcoin-indexer.git
synced 2026-01-12 16:52:57 +08:00
fix: compatibility with clarinet
This commit is contained in:
10
README.md
10
README.md
@@ -372,6 +372,16 @@ The current `stacks` predicates supports the following `if_this` constructs:
|
||||
}
|
||||
}
|
||||
|
||||
// Get any stacks block matching constraints
|
||||
// `block_height` mandatory argument admits:
|
||||
// - `equals`, `higher_than`, `lower_than`, `between`: integer type.
|
||||
{
|
||||
"if_this": {
|
||||
"scope": "block_height",
|
||||
"higher_than": 10000
|
||||
}
|
||||
}
|
||||
|
||||
// Get any transaction related to a given fungible token asset identifier
|
||||
// `asset-identifier` mandatory argument admits:
|
||||
// - string type, fully qualifying the asset identifier to observe. example: `ST1PQHQKV0RJXZFY1DGX8MNSNYVE3VGZJSRTPGZGM.cbtc-sip10::cbtc`
|
||||
|
||||
Reference in New Issue
Block a user