Documentation ¶
Index ¶
- func GetAccountGenesisContractState(balance string, name string, parent string) insolar.GenesisContractState
- func GetCostCenterGenesisContractState() insolar.GenesisContractState
- func GetDepositGenesisContractState(amount string, lockup int64, vesting int64, vestingStep int64, ...) insolar.GenesisContractState
- func GetMemberGenesisContractState(publicKey string, name string, parent string, walletRef insolar.Reference) insolar.GenesisContractState
- func GetMigrationAdminGenesisContractState(lockup int64, vesting int64, vestingStep int64) insolar.GenesisContractState
- func GetMigrationDaemonGenesisContractState(numberMigrationDaemon int) insolar.GenesisContractState
- func GetMigrationShardGenesisContractState(name string, migrationAddresses []string) insolar.GenesisContractState
- func GetPKShardGenesisContractState(name string, members foundation.StableMap) insolar.GenesisContractState
- func GetPreWalletGenesisContractState(name string, parent string, accountRef insolar.Reference, ...) insolar.GenesisContractState
- func GetWalletGenesisContractState(name string, parent string, accountRef insolar.Reference) insolar.GenesisContractState
- func NodeDomain() insolar.GenesisContractState
- func RootDomain() insolar.GenesisContractState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetAccountGenesisContractState ¶
func GetAccountGenesisContractState(balance string, name string, parent string) insolar.GenesisContractState
func GetCostCenterGenesisContractState ¶
func GetCostCenterGenesisContractState() insolar.GenesisContractState
func GetDepositGenesisContractState ¶ added in v0.9.1
func GetDepositGenesisContractState( amount string, lockup int64, vesting int64, vestingStep int64, vestingType foundation.VestingType, maturePulse insolar.PulseNumber, pulseDepositUnHold insolar.PulseNumber, name string, parent string, ) insolar.GenesisContractState
func GetMigrationAdminGenesisContractState ¶
func GetMigrationAdminGenesisContractState(lockup int64, vesting int64, vestingStep int64) insolar.GenesisContractState
func GetMigrationDaemonGenesisContractState ¶ added in v0.9.1
func GetMigrationDaemonGenesisContractState(numberMigrationDaemon int) insolar.GenesisContractState
func GetMigrationShardGenesisContractState ¶
func GetMigrationShardGenesisContractState(name string, migrationAddresses []string) insolar.GenesisContractState
func GetPKShardGenesisContractState ¶
func GetPKShardGenesisContractState(name string, members foundation.StableMap) insolar.GenesisContractState
func GetPreWalletGenesisContractState ¶ added in v0.9.1
func GetPreWalletGenesisContractState(name string, parent string, accountRef insolar.Reference, accounts foundation.StableMap, deposits foundation.StableMap) insolar.GenesisContractState
func NodeDomain ¶
func NodeDomain() insolar.GenesisContractState
func RootDomain ¶
func RootDomain() insolar.GenesisContractState
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.