nervosnetwork / ckb-sdk-go

MIT License
21 stars 23 forks source link

feat: support indexer search mode in SearchKey #202

Closed code-monad closed 1 year ago

code-monad commented 1 year ago

What does this PR do

Adds support for script_search_mode field in SearchKey fields introduced in feat: add exact search mode ckb-indexer#64

Note: To not influencing legacy codes, this field is set to omitempty, so it is safe to leave it not set if you just do not want the Exact Search Mode.