For the complete documentation index, see llms.txt. This page is also available as Markdown.

.asset.getAll()

Function Example

/// Create instance
const connection = urchin(...config); 
const getAll = connection.asset.getAll();

Response Example

[
  {publicKey: ""}
]

Last updated