.template.getAll()

Function Example

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

const getAll = connection.template.getAll();

Response Example

[
  {publicKey: ""}
]

Last updated