decreaseOperatorStake

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

decreaseOperatorStake requires authentication.

Examples

decreaseOperatorStake

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

Parameters

ParameterTypeDescriptionRequired
qtynumber

Amount in mARIO to remove from operator stake (cannot decrease below the network minimum)

Yes
tagsarray

An array of GQL tag objects to attach to the transaction

No

Was this page helpful?