Documentation ¶
Index ¶
- Constants
- func INSMETHOD_AddNewMemberToPublicKeyMap(object []byte, data []byte) (newState []byte, result []byte, err error)
- func INSMETHOD_GetCode(object []byte, data []byte) ([]byte, []byte, error)
- func INSMETHOD_GetMemberByPublicKey(object []byte, data []byte) (newState []byte, result []byte, err error)
- func INSMETHOD_GetPrototype(object []byte, data []byte) ([]byte, []byte, error)
- func INS_META_INFO() []map[string]string
- func Initialize() insolar.ContractWrapper
- type RootDomain
Constants ¶
View Source
const PanicIsLogicalError = false
Variables ¶
This section is empty.
Functions ¶
func INSMETHOD_GetPrototype ¶
func INS_META_INFO ¶
func Initialize ¶
func Initialize() insolar.ContractWrapper
Types ¶
type RootDomain ¶
type RootDomain struct { foundation.BaseContract PublicKeyShards []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) GetMemberByPublicKey ¶
func (rd *RootDomain) GetMemberByPublicKey(publicKey string) (*insolar.Reference, error)
GetMemberByPublicKey gets member reference by public key. ins:immutable
Click to show internal directories.
Click to hide internal directories.