removePrimaryNames

removePrimaryNames is a method on the ANT class that removes specified primary names from the ANT process. This affects any primary names associated with base names controlled by this ANT.

removePrimaryNames requires authentication.

Examples

removePrimaryNames

const { id: txId } = await ant.removePrimaryNames({
    names: ['arns', 'test_arns'],
    ioProcessId: ARIO_PROCESS_ID
});

Parameters

ParameterTypeDescriptionOptional
namesarrayAn array of primary names to be removedfalse
ioProcessIdstringThe Process ID of the ARIO contractfalse
tagsarray

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

true

Was this page helpful?