diff --git a/docs/build/rpc-api/daemon-rpc-api/get_asset_info.md b/docs/build/rpc-api/daemon-rpc-api/get_asset_info.md index b7fe01b..f1751c8 100644 --- a/docs/build/rpc-api/daemon-rpc-api/get_asset_info.md +++ b/docs/build/rpc-api/daemon-rpc-api/get_asset_info.md @@ -40,12 +40,12 @@ URL: ```http:://127.0.0.1:11211/json_rpc``` ### Response description: ``` "asset_descriptor": Descriptor of the given asset. - "current_supply": Currently emitted supply for given asset + "current_supply": Currently emitted supply for given asset (ignored for REGISTER operation) "decimal_point": Decimal point "full_name": Full name of the asset "hidden_supply": This one reserved for future use, will be documented later "meta_info": Any other information assetiaded with asset in a free form - "owner": Owner's key, used to validate any operations on the asset altering, could be changed in case of transfer ownership + "owner": Owner's key, used only for EMIT and UPDATE validation, could be changed by transferring asset ownership "ticker": Ticker associated with asset "total_max_supply": Maximum possible supply for given asset, can't be changed after deployment "status": Status of the call. diff --git a/docs/build/rpc-api/daemon-rpc-api/get_assets_list.md b/docs/build/rpc-api/daemon-rpc-api/get_assets_list.md index c042e9a..e7f9d72 100644 --- a/docs/build/rpc-api/daemon-rpc-api/get_assets_list.md +++ b/docs/build/rpc-api/daemon-rpc-api/get_assets_list.md @@ -44,12 +44,12 @@ URL: ```http:://127.0.0.1:11211/json_rpc``` ``` "assets": List of assets registered in Zano blockchain "asset_id": Asset ID - "current_supply": Currently emitted supply for given asset + "current_supply": Currently emitted supply for given asset (ignored for REGISTER operation) "decimal_point": Decimal point "full_name": Full name of the asset "hidden_supply": This one reserved for future use, will be documented later "meta_info": Any other information assetiaded with asset in a free form - "owner": Owner's key, used to validate any operations on the asset altering, could be changed in case of transfer ownership + "owner": Owner's key, used only for EMIT and UPDATE validation, could be changed by transferring asset ownership "ticker": Ticker associated with asset "total_max_supply": Maximum possible supply for given asset, can't be changed after deployment "status": Status code of operation, OK if success diff --git a/docs/build/rpc-api/wallet-rpc-api/assets_whitelist_add.md b/docs/build/rpc-api/wallet-rpc-api/assets_whitelist_add.md index dab89d6..75338cf 100644 --- a/docs/build/rpc-api/wallet-rpc-api/assets_whitelist_add.md +++ b/docs/build/rpc-api/wallet-rpc-api/assets_whitelist_add.md @@ -40,12 +40,12 @@ URL: ```http:://127.0.0.1:11211/json_rpc``` ### Response description: ``` "asset_descriptor": Details of the asset, recieved from node - "current_supply": Currently emitted supply for given asset + "current_supply": Currently emitted supply for given asset (ignored for REGISTER operation) "decimal_point": Decimal point "full_name": Full name of the asset "hidden_supply": This one reserved for future use, will be documented later "meta_info": Any other information assetiaded with asset in a free form - "owner": Owner's key, used to validate any operations on the asset altering, could be changed in case of transfer ownership + "owner": Owner's key, used only for EMIT and UPDATE validation, could be changed by transferring asset ownership "ticker": Ticker associated with asset "total_max_supply": Maximum possible supply for given asset, can't be changed after deployment "status": Status of the asset diff --git a/docs/build/rpc-api/wallet-rpc-api/assets_whitelist_get.md b/docs/build/rpc-api/wallet-rpc-api/assets_whitelist_get.md index 7d08fc6..d2c2924 100644 --- a/docs/build/rpc-api/wallet-rpc-api/assets_whitelist_get.md +++ b/docs/build/rpc-api/wallet-rpc-api/assets_whitelist_get.md @@ -61,32 +61,32 @@ URL: ```http:://127.0.0.1:11211/json_rpc``` ``` "global_whitelist": Global whitelist, well-known assets with adoption, mantained by the team and community "asset_id": Asset ID - "current_supply": Currently emitted supply for given asset + "current_supply": Currently emitted supply for given asset (ignored for REGISTER operation) "decimal_point": Decimal point "full_name": Full name of the asset "hidden_supply": This one reserved for future use, will be documented later "meta_info": Any other information assetiaded with asset in a free form - "owner": Owner's key, used to validate any operations on the asset altering, could be changed in case of transfer ownership + "owner": Owner's key, used only for EMIT and UPDATE validation, could be changed by transferring asset ownership "ticker": Ticker associated with asset "total_max_supply": Maximum possible supply for given asset, can't be changed after deployment "local_whitelist": Local whitelist, assets that hase been added to this wallet file manually(!) "asset_id": Asset ID - "current_supply": Currently emitted supply for given asset + "current_supply": Currently emitted supply for given asset (ignored for REGISTER operation) "decimal_point": Decimal point "full_name": Full name of the asset "hidden_supply": This one reserved for future use, will be documented later "meta_info": Any other information assetiaded with asset in a free form - "owner": Owner's key, used to validate any operations on the asset altering, could be changed in case of transfer ownership + "owner": Owner's key, used only for EMIT and UPDATE validation, could be changed by transferring asset ownership "ticker": Ticker associated with asset "total_max_supply": Maximum possible supply for given asset, can't be changed after deployment "own_assets": Own assets, the ones that is under control of this wallet "asset_id": Asset ID - "current_supply": Currently emitted supply for given asset + "current_supply": Currently emitted supply for given asset (ignored for REGISTER operation) "decimal_point": Decimal point "full_name": Full name of the asset "hidden_supply": This one reserved for future use, will be documented later "meta_info": Any other information assetiaded with asset in a free form - "owner": Owner's key, used to validate any operations on the asset altering, could be changed in case of transfer ownership + "owner": Owner's key, used only for EMIT and UPDATE validation, could be changed by transferring asset ownership "ticker": Ticker associated with asset "total_max_supply": Maximum possible supply for given asset, can't be changed after deployment diff --git a/docs/build/rpc-api/wallet-rpc-api/deploy_asset.md b/docs/build/rpc-api/wallet-rpc-api/deploy_asset.md index 7403d3d..7dcfe8a 100644 --- a/docs/build/rpc-api/wallet-rpc-api/deploy_asset.md +++ b/docs/build/rpc-api/wallet-rpc-api/deploy_asset.md @@ -29,12 +29,12 @@ URL: ```http:://127.0.0.1:11211/json_rpc``` ### Request description: ``` "asset_descriptor": Descriptor that holds all information about asset - ticker, emission, description etc - "current_supply": Currently emitted supply for given asset + "current_supply": Currently emitted supply for given asset (ignored for REGISTER operation) "decimal_point": Decimal point "full_name": Full name of the asset "hidden_supply": This one reserved for future use, will be documented later "meta_info": Any other information assetiaded with asset in a free form - "owner": Owner's key, used to validate any operations on the asset altering, could be changed in case of transfer ownership + "owner": Owner's key, used only for EMIT and UPDATE validation, could be changed by transferring asset ownership "ticker": Ticker associated with asset "total_max_supply": Maximum possible supply for given asset, can't be changed after deployment "destinations": Addresses where to receive emitted coins. Asset id in destinations should be set to 0000000000000000000000000000000000000000000000000000000000000000 diff --git a/docs/build/rpc-api/wallet-rpc-api/getbalance.md b/docs/build/rpc-api/wallet-rpc-api/getbalance.md index cb0a2d7..b208a64 100644 --- a/docs/build/rpc-api/wallet-rpc-api/getbalance.md +++ b/docs/build/rpc-api/wallet-rpc-api/getbalance.md @@ -49,12 +49,12 @@ URL: ```http:://127.0.0.1:11211/json_rpc``` "balances": Balances groupped by it's asset_id "asset_info": Asset info details "asset_id": Asset ID - "current_supply": Currently emitted supply for given asset + "current_supply": Currently emitted supply for given asset (ignored for REGISTER operation) "decimal_point": Decimal point "full_name": Full name of the asset "hidden_supply": This one reserved for future use, will be documented later "meta_info": Any other information assetiaded with asset in a free form - "owner": Owner's key, used to validate any operations on the asset altering, could be changed in case of transfer ownership + "owner": Owner's key, used only for EMIT and UPDATE validation, could be changed by transferring asset ownership "ticker": Ticker associated with asset "total_max_supply": Maximum possible supply for given asset, can't be changed after deployment "awaiting_in": Unconfirmed amount for receive diff --git a/docs/build/rpc-api/wallet-rpc-api/mw_get_wallets.md b/docs/build/rpc-api/wallet-rpc-api/mw_get_wallets.md index 39a930e..b419478 100644 --- a/docs/build/rpc-api/wallet-rpc-api/mw_get_wallets.md +++ b/docs/build/rpc-api/wallet-rpc-api/mw_get_wallets.md @@ -61,12 +61,12 @@ URL: ```http:://127.0.0.1:11211/json_rpc``` "balances": Balances hold by this wallet "asset_info": Asset info details "asset_id": Asset ID - "current_supply": Currently emitted supply for given asset + "current_supply": Currently emitted supply for given asset (ignored for REGISTER operation) "decimal_point": Decimal point "full_name": Full name of the asset "hidden_supply": This one reserved for future use, will be documented later "meta_info": Any other information assetiaded with asset in a free form - "owner": Owner's key, used to validate any operations on the asset altering, could be changed in case of transfer ownership + "owner": Owner's key, used only for EMIT and UPDATE validation, could be changed by transferring asset ownership "ticker": Ticker associated with asset "total_max_supply": Maximum possible supply for given asset, can't be changed after deployment "awaiting_in": Unconfirmed amount for receive diff --git a/docs/build/rpc-api/wallet-rpc-api/update_asset.md b/docs/build/rpc-api/wallet-rpc-api/update_asset.md index 94ae920..ff960b7 100644 --- a/docs/build/rpc-api/wallet-rpc-api/update_asset.md +++ b/docs/build/rpc-api/wallet-rpc-api/update_asset.md @@ -25,12 +25,12 @@ URL: ```http:://127.0.0.1:11211/json_rpc``` ### Request description: ``` "asset_descriptor": Descriptor that holds all information about asset that need to be updated (only owner could be updated) - "current_supply": Currently emitted supply for given asset + "current_supply": Currently emitted supply for given asset (ignored for REGISTER operation) "decimal_point": Decimal point "full_name": Full name of the asset "hidden_supply": This one reserved for future use, will be documented later "meta_info": Any other information assetiaded with asset in a free form - "owner": Owner's key, used to validate any operations on the asset altering, could be changed in case of transfer ownership + "owner": Owner's key, used only for EMIT and UPDATE validation, could be changed by transferring asset ownership "ticker": Ticker associated with asset "total_max_supply": Maximum possible supply for given asset, can't be changed after deployment "asset_id": Id of the asset to update