increaseOperatorStake

increaseOperatorStake is a method on the ARIO class that increases the caller's operator stake. This method must be executed with a wallet registered as a gateway operator.

increaseOperatorStake requires authentication.

Examples

increaseOperatorStake

const { id: txId } = await ario.increaseOperatorStake({
    qty: new ARIOToken(100).toMARIO()
});

Parameters

ParameterTypeDescriptionRequired
qtynumberAmount in mARIO to add to operator stakeYes
tagsarray

An array of GQL tag objects to attach to the transaction

No

Was this page helpful?