Skip to content

Commit

Permalink
Merge pull request #65 from LiRiu/master
Browse files Browse the repository at this point in the history
fix: README typo scrip_type -> script_type
  • Loading branch information
quake authored Mar 3, 2023
2 parents a008741 + e55c5f7 commit 174a89f
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ Returns the live cells collection by the lock or type script.

search_key:
script - Script, supports prefix search
scrip_type - enum, lock | type
script_type - enum, lock | type
script_search_mode - enum, prefix | exact, optional default is `prefix`, controls the search mode of script
filter - filter cells by following conditions, all conditions are optional
script: if search script type is lock, filter cells by type script prefix, and vice versa
Expand All @@ -106,7 +106,6 @@ Returns the live cells collection by the lock or type script.
limit: result size limit
after_cursor: pagination parameter, optional


#### Returns

objects:
Expand Down Expand Up @@ -461,7 +460,7 @@ Returns the transactions collection by the lock or type script.

search_key:
script - Script, supports prefix search when group_by_transaction is false
scrip_type - enum, lock | type
script_type - enum, lock | type
script_search_mode - enum, prefix | exact, optional default is `prefix`, controls the search mode of script
filter - filter cells by following conditions, all conditions are optional
script: if search script type is lock, filter cells by type script, and vice versa
Expand All @@ -471,7 +470,6 @@ Returns the transactions collection by the lock or type script.
limit: result size limit
after_cursor: pagination parameter, optional


#### Returns

objects - enum, ungrouped TxWithCell | grouped TxWithCells
Expand Down Expand Up @@ -884,7 +882,7 @@ Returns the live cells capacity by the lock or type script.

search_key:
script - Script
scrip_type - enum, lock | type
script_type - enum, lock | type
script_search_mode - enum, prefix | exact, optional default is `prefix`, controls the search mode of script
filter - filter cells by following conditions, all conditions are optional
script: if search script type is lock, filter cells by type script prefix, and vice versa
Expand Down Expand Up @@ -975,4 +973,4 @@ http://localhost:8116
```

</p>
</details>
</details>

0 comments on commit 174a89f

Please sign in to comment.