Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 817 Bytes

AccountsGetStakedParameter.md

File metadata and controls

10 lines (7 loc) · 817 Bytes

# AccountsGetStakedParameter

Properties

Name Type Description Notes
eq bool Equal filter mode (optional, i.e. `param.eq=true` is the same as `param=true`). \ Specify a bool flag to get items where the specified field is equal to the specified value. Example: `?active=true` or `?active=1` or `?active`. [optional]
null bool Is null filter mode. \ Use this mode to get items where the specified field is null or not. Example: `?active.null` or `?active.null=false`. [optional]

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