rootdomain

package
v0.9.0-rc4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 30, 2019 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var INSATTR_Info_API = true

Functions

func INSMETHOD_AddNewMemberToPublicKeyMap

func INSMETHOD_AddNewMemberToPublicKeyMap(object []byte, data []byte) ([]byte, []byte, error)

func INSMETHOD_CreateHelloWorld

func INSMETHOD_CreateHelloWorld(object []byte, data []byte) ([]byte, []byte, error)

func INSMETHOD_GetCode

func INSMETHOD_GetCode(object []byte, data []byte) ([]byte, []byte, error)

func INSMETHOD_GetMemberByPublicKey

func INSMETHOD_GetMemberByPublicKey(object []byte, data []byte) ([]byte, []byte, error)

func INSMETHOD_GetNodeDomainRef

func INSMETHOD_GetNodeDomainRef(object []byte, data []byte) ([]byte, []byte, error)

func INSMETHOD_GetPrototype

func INSMETHOD_GetPrototype(object []byte, data []byte) ([]byte, []byte, error)

func INS_META_INFO

func INS_META_INFO() []map[string]string

func Initialize

func Initialize() XXX_insolar.ContractWrapper

Types

type RootDomain

type RootDomain struct {
	foundation.BaseContract
	PublicKeyShards [insolar.GenesisAmountPublicKeyShards]insolar.Reference
	NodeDomain      insolar.Reference
}

RootDomain is smart contract representing entrance point to system.

func (*RootDomain) AddNewMemberToPublicKeyMap

func (rd *RootDomain) AddNewMemberToPublicKeyMap(publicKey string, memberRef insolar.Reference) error

AddNewMemberToPublicKeyMap adds new member to PublicKeyMap. ins:immutable

func (*RootDomain) CreateHelloWorld

func (rd *RootDomain) CreateHelloWorld() (string, error)

func (*RootDomain) GetMemberByPublicKey

func (rd *RootDomain) GetMemberByPublicKey(publicKey string) (*insolar.Reference, error)

GetMemberByPublicKey gets member reference by public key. ins:immutable

func (*RootDomain) GetNodeDomainRef

func (rd *RootDomain) GetNodeDomainRef() (insolar.Reference, error)

GetNodeDomainRef returns reference of NodeDomain instance ins:immutable

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL