add docs for create corp self fund

This commit is contained in:
pigalot 2022-01-13 19:03:11 +00:00
parent 19ecda1607
commit 6533913b3b

@ -6368,6 +6368,7 @@ export interface Corporation extends WarehouseAPI, OfficeAPI {
/**
* Create a Corporation
* @param divisionName - Name of the division
* @param selfFund - If you should self fund, defaults to true, false will only work on Bitnode 3
* @returns true if created and false if not
*/
createCorporation(corporationName: string, selfFund: boolean): boolean;