.asset.getAll()

Function Example

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

Response Example

[
  {publicKey: ""}
]

Last updated