setKeywords

setKeywords is a method on the ANT class that updates the list of keywords associated with the ANT process.

setKeywords requires authentication.

Examples

setKeywords

const { id: txId } = await ant.setKeywords({
    keywords: ['Game', 'FPS', 'AO']
});

Parameters

ParameterTypeDescriptionOptional
keywordsarray

An array of keywords to associate with the ANT process

false
tagsarray

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

true

Was this page helpful?