From 8ad9d870f172b501749c1d825b04df461619e7ba Mon Sep 17 00:00:00 2001 From: Christian Maniewski Date: Wed, 18 Mar 2020 12:38:22 +0100 Subject: [PATCH] Regenerate docs --- docs/_Interface_IColonyNetwork.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/_Interface_IColonyNetwork.md b/docs/_Interface_IColonyNetwork.md index 5634b372ef..00f5fa0341 100644 --- a/docs/_Interface_IColonyNetwork.md +++ b/docs/_Interface_IColonyNetwork.md @@ -90,19 +90,15 @@ Calculate raw miner weight in WADs. ### `createColony` -Overload of the simpler `createColony` -- creates a new colony in the network with a variety of options +Creates a new colony in the network, at version 3 -*Note: For the colony to mint tokens, token ownership must be transferred to the new colony* +*Note: This is now deprecated and will be removed in a future version* **Parameters** |Name|Type|Description| |---|---|---| -|_tokenAddress|address|Address of an ERC20 token to serve as the colony token -|_version|uint256|The version of colony to deploy (pass 0 for the current version) -|_colonyName|string|The label to register (if null, no label is registered) -|_orbitdb|string|The path of the orbitDB database associated with the user profile -|_useExtensionManager|bool|If true, give the ExtensionManager the root role in the colony +|_tokenAddress|address|Address of an ERC20 token to serve as the colony token. **Return Parameters** @@ -112,15 +108,19 @@ Overload of the simpler `createColony` -- creates a new colony in the network wi ### `createColony` -Creates a new colony in the network, at version 3 +Overload of the simpler `createColony` -- creates a new colony in the network with a variety of options -*Note: This is now deprecated and will be removed in a future version* +*Note: For the colony to mint tokens, token ownership must be transferred to the new colony* **Parameters** |Name|Type|Description| |---|---|---| -|_tokenAddress|address|Address of an ERC20 token to serve as the colony token. +|_tokenAddress|address|Address of an ERC20 token to serve as the colony token +|_version|uint256|The version of colony to deploy (pass 0 for the current version) +|_colonyName|string|The label to register (if null, no label is registered) +|_orbitdb|string|The path of the orbitDB database associated with the user profile +|_useExtensionManager|bool|If true, give the ExtensionManager the root role in the colony **Return Parameters**