Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 1.28 KB

BigMapActionParameter.md

File metadata and controls

12 lines (9 loc) · 1.28 KB

# BigMapActionParameter

Properties

Name Type Description Notes
eq string Equal filter mode (optional, i.e. `param.eq=123` is the same as `param=123`). \ Specify a contract kind to get items where the specified field is equal to the specified value. Example: `?kind=smart_contract`. [optional]
ne string Not equal filter mode. \ Specify a contract kind to get items where the specified field is not equal to the specified value. Example: `?kind.ne=delegator_contract`. [optional]
in string[] In list (any of) filter mode. \ Specify a comma-separated list of contract kinds to get items where the specified field is equal to one of the specified values. Example: `?kind.in=smart_contract,asset`. [optional]
ni string[] Not in list (none of) filter mode. \ Specify a comma-separated list of contract kinds to get items where the specified field is not equal to all the specified values. Example: `?kind.ni=smart_contract,asset`. [optional]

[Back to Model list] [Back to API list] [Back to README]