Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 1.05 KB

StakeRequestDto.md

File metadata and controls

17 lines (11 loc) · 1.05 KB

StakeRequestDto

Properties

Name Type Description Notes
vaultAccountId string The source vault account to stake from [default to undefined]
providerId string The ID of the provider [default to undefined]
stakeAmount string Amount of tokens to stake [default to undefined]
txNote string The note to associate with the stake transactions. [optional] [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]

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