.entry.getAll()

Function Example

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

Response Example

[
  {publicKey: ""}
]

Last updated