decreaseDelegateStake
decreaseDelegateStake
is a method on the ARIO
class that decreases the caller's delegated stake on the target gateway.
decreaseDelegateStake
requires authentication.
Example
decreaseDelegateStake
Parameters
Parameter | Type | Description | Required |
---|---|---|---|
qty | number | Amount in mARIO to remove from delegated stake | Yes |
target | string | The gateway's public wallet address | Yes |
instant | boolean | If true, pays a fee to make the withdrawn stake available instantly | No |
tags | array | An array of GQL tag objects to attach to the transaction | No |