Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 832 Bytes

UnstakeRequestStatusParameter.md

File metadata and controls

10 lines (7 loc) · 832 Bytes

# UnstakeRequestStatusParameter

Properties

Name Type Description Notes
eq string Equal filter mode (`.eq` suffix can be omitted, i.e. `?param=...` is the same as `?param.eq=...`). \ Specify an unstake request status to get items where the specified field is equal to the specified value. Example: `?status=pending`. [optional]
ne string Not equal filter mode. \ Specify an unstake request status to get items where the specified field is not equal to the specified value. Example: `?status.ne=finalized`. [optional]

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