increaseDelegateStake

increaseDelegateStake is a method on the ARIO class that increases the caller's delegated stake on the target gateway.

increaseDelegateStake requires authentication.

Example

increaseDelegateStake

const { id: txId } = await ario.increaseDelegateStake({
    target: 't4Xr0_J4Iurt7caNST02cMotaz2FIbWQ4Kbj616RHl3',
    qty: new ARIOToken(100).toMARIO()
});

Parameters

ParameterTypeDescriptionRequired
qtynumberAmount in mARIO to add to delegated stakeYes
targetstringThe gateway's wallet addressYes
tagsarray

An array of GQL tag objects to attach to the transaction

No

Was this page helpful?