getOwner

getOwner is a method on the ANT class that retrieves the owner wallet address of the configured ANT process.

getOwner does not require authentication.

Examples

getOwner

const owner = await ant.getOwner();

Parameters

The getOwner method does not accept any parameters.

Output

'ccp3blG__gKUvG3hsGC2u06aDmqv4CuhuDJGOIg0jw4'

Was this page helpful?