Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 887 Bytes

UnstakeRequestDto.md

File metadata and controls

15 lines (9 loc) · 887 Bytes

UnstakeRequestDto

Properties

Name Type Description Notes
id string id of position to unstake [default to undefined]
fee string Represents the fee for a transaction, which can be specified as a percentage value. Only one of fee/feeLevel is required. [optional] [default to undefined]
feeLevel string Represents the fee level for a transaction, which can be set as slow, medium, or fast. Only one of fee/feeLevel is required. [optional] [default to undefined]
txNote string The note to associate with the transactions. [optional] [default to undefined]

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