Documentation ¶
Index ¶
- Constants
- func INSCONSTRUCTOR_New(ref insolar.Reference, data []byte) (state []byte, result []byte, err error)
- func INSMETHOD_GetCode(object []byte, data []byte) ([]byte, []byte, error)
- func INSMETHOD_GetPrototype(object []byte, data []byte) ([]byte, []byte, error)
- func INSMETHOD_GetRef(object []byte, data []byte) (newState []byte, result []byte, err error)
- func INSMETHOD_SetRef(object []byte, data []byte) (newState []byte, result []byte, err error)
- func INS_META_INFO() []map[string]string
- func Initialize() insolar.ContractWrapper
- type PKShard
Constants ¶
View Source
const PanicIsLogicalError = false
Variables ¶
This section is empty.
Functions ¶
func INSCONSTRUCTOR_New ¶
func INSMETHOD_GetPrototype ¶
func INSMETHOD_GetRef ¶
func INSMETHOD_SetRef ¶
func INS_META_INFO ¶
func Initialize ¶
func Initialize() insolar.ContractWrapper
Types ¶
type PKShard ¶
type PKShard struct { foundation.BaseContract Map foundation.StableMap }
PKShard - shard contract for public keys.
Click to show internal directories.
Click to hide internal directories.