setTicker

setTicker is a method on the ANT class that updates the ticker symbol of the ANT process.

setTicker requires authentication.

Examples

setTicker

const { id: txId } = await ant.setTicker({
    ticker: 'ANT-NEW-TICKER'
});

Parameters

ParameterTypeDescriptionOptional
tickerstringThe ticker symbol to set for the ANT processfalse
tagsarray

An array of GQL tag objects to attach to the transfer AO message

true

Was this page helpful?