.taxonomy.getAll()
Function Example
/// Create instance
const connection = urchin(...config);
const getAll = connection.taxonomy.getAll();
Response Example
[
{publicKey: ""}
]
Last updated
/// Create instance
const connection = urchin(...config);
const getAll = connection.taxonomy.getAll();
[
{publicKey: ""}
]
Last updated