Documentation ¶
Index ¶
- Constants
- func GetCostCenter() insolar.Reference
- func GetMigrationAdmin() insolar.Reference
- func GetMigrationAdminMember() insolar.Reference
- func GetMigrationDaemon(migrationMember insolar.Reference) (insolar.Reference, error)
- func IsEthereumAddress(s string) bool
- func IsMigrationDaemonMember(member insolar.Reference) bool
- type SagaAcceptInfo
- type TransactionType
- type VestingType
Constants ¶
View Source
const AllowedVersionSmartContract = 2
Variables ¶
This section is empty.
Functions ¶
func GetMigrationAdmin ¶
Get reference on MigrationAdmin contract.
func GetMigrationAdminMember ¶
Get reference MigrationAdminMember contract.
func GetMigrationDaemon ¶
Get reference on migrationdaemon contract by migration member.
func IsEthereumAddress ¶
IsEthereumAddress Ethereum address format verifier
func IsMigrationDaemonMember ¶
Check member is migration daemon member or not
Types ¶
type SagaAcceptInfo ¶
type TransactionType ¶
type TransactionType string
const ( TTypeMigration TransactionType = "migration" TTypeAllocation TransactionType = "allocation" )
type VestingType ¶
type VestingType int
VestingType type of vesting process
const ( // Non-linear process for regular users DefaultVesting VestingType = iota // Deprecated: Never used Vesting1 // Vesting type for funds (usually with zero vesting period and zero-step) Vesting2 // Deprecated: Never used Vesting3 // Deprecated: Never used Vesting4 )
func (VestingType) String ¶
func (i VestingType) String() string
Click to show internal directories.
Click to hide internal directories.