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