From 74f8755163964fd845315289d06adc43d223ebf4 Mon Sep 17 00:00:00 2001 From: Mateusz Kudela <mkudela@syncad.com> Date: Wed, 6 Apr 2022 14:45:01 +0200 Subject: [PATCH] Delete get_nai_pool method description from database_api documentation --- _data/apidefinitions/database_api.yml | 56 --------------------------- 1 file changed, 56 deletions(-) diff --git a/_data/apidefinitions/database_api.yml b/_data/apidefinitions/database_api.yml index 7804cce8..1a7b87eb 100644 --- a/_data/apidefinitions/database_api.yml +++ b/_data/apidefinitions/database_api.yml @@ -2410,62 +2410,6 @@ - '{"jsonrpc":"2.0", "method":"database_api.find_smt_tokens", "params":{"symbols":[],"ignore_precision":false}, "id":1}' client_docs: - "[hive-ruby](https://www.rubydoc.info/gems/hive-ruby/Hive/Api)" - - api_method: database_api.get_nai_pool - since: Mysterious Future - purpose: | - Return an array of Numeric Asset Identifier (NAI) available to be used for new SMT to be created. - - See: [Numerical Asset Identifiers]({{ 'https://github.com/steemit/smt-whitepaper/blob/master/smt-manual/manual.md' | archived_url }}#numerical-asset-identifiers) - parameter_json: "{}" - expected_response_json: | - { - "nai_pool": [ - { - "nai": "@@456173464", - "precision": 0 - }, - { - "nai": "@@483570188", - "precision": 0 - }, - { - "nai": "@@262899546", - "precision": 0 - }, - { - "nai": "@@651791780", - "precision": 0 - }, - { - "nai": "@@695960327", - "precision": 0 - }, - { - "nai": "@@337834146", - "precision": 0 - }, - { - "nai": "@@465565260", - "precision": 0 - }, - { - "nai": "@@528352042", - "precision": 0 - }, - { - "nai": "@@326426201", - "precision": 0 - }, - { - "nai": "@@960128623", - "precision": 0 - } - ] - } - curl_examples: - - '{"jsonrpc":"2.0", "method":"database_api.get_nai_pool", "params":{}, "id":1}' - client_docs: - - "[hive-ruby](https://www.rubydoc.info/gems/hive-ruby/Hive/Api)" - api_method: database_api.list_smt_contributions since: Mysterious Future purpose: | -- GitLab