Skip to content

Commit

Permalink
Regenerate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
chmanie committed Mar 18, 2020
1 parent f16c34b commit 8ad9d87
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions docs/_Interface_IColonyNetwork.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**

Expand All @@ -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**

Expand Down

0 comments on commit 8ad9d87

Please sign in to comment.