Browse Source

add kevaListNamespaces usage note

main
ghost 12 months ago
parent
commit
a822e76873
  1. 2
      src/Client.php

2
src/Client.php

@ -292,6 +292,8 @@ class Client @@ -292,6 +292,8 @@ class Client
return null;
}
// Pay attention:
// for some reasons, wallet hide namespaces from list where pending transaction exist
public function kevaListNamespaces(): ?array
{
$this->_id++;

Loading…
Cancel
Save