Documentation ¶
Index ¶
- Variables
- func INSCONSTRUCTOR_New(data []byte) ([]byte, []byte, error)
- func INSMETHOD_Call(object []byte, data []byte) ([]byte, []byte, error)
- func INSMETHOD_Count(object []byte, data []byte) ([]byte, []byte, error)
- func INSMETHOD_CreateChild(object []byte, data []byte) ([]byte, []byte, error)
- func INSMETHOD_Errored(object []byte, data []byte) ([]byte, []byte, error)
- func INSMETHOD_GetCode(object []byte, data []byte) ([]byte, []byte, error)
- func INSMETHOD_GetPrototype(object []byte, data []byte) ([]byte, []byte, error)
- func INSMETHOD_Greet(object []byte, data []byte) ([]byte, []byte, error)
- func INSMETHOD_PulseNumber(object []byte, data []byte) ([]byte, []byte, error)
- func INSMETHOD_ReturnObj(object []byte, data []byte) ([]byte, []byte, error)
- func INS_META_INFO() []map[string]string
- func Initialize() XXX_insolar.ContractWrapper
- type HelloWorld
- func (hw *HelloWorld) Call(signedRequest []byte) (interface{}, error)
- func (hw *HelloWorld) Count() (interface{}, error)
- func (hw *HelloWorld) CreateChild() (interface{}, error)
- func (hw *HelloWorld) Errored() (interface{}, error)
- func (hw *HelloWorld) Greet(name string) (interface{}, error)
- func (hw *HelloWorld) PulseNumber() (insolar.PulseNumber, error)
- func (hw *HelloWorld) ReturnObj() (interface{}, error)
- type HwMessage
- type Params
- type Request
- type Text
Constants ¶
This section is empty.
Variables ¶
View Source
var INSATTR_Greet_API = true
Functions ¶
func INSMETHOD_CreateChild ¶
func INSMETHOD_GetPrototype ¶
func INSMETHOD_PulseNumber ¶
func INSMETHOD_ReturnObj ¶
func INS_META_INFO ¶
func Initialize ¶
func Initialize() XXX_insolar.ContractWrapper
Types ¶
type HelloWorld ¶
type HelloWorld struct { foundation.BaseContract Greeted int }
HelloWorld contract
func (*HelloWorld) Call ¶
func (hw *HelloWorld) Call(signedRequest []byte) (interface{}, error)
func (*HelloWorld) Count ¶
func (hw *HelloWorld) Count() (interface{}, error)
func (*HelloWorld) CreateChild ¶
func (hw *HelloWorld) CreateChild() (interface{}, error)
func (*HelloWorld) Errored ¶
func (hw *HelloWorld) Errored() (interface{}, error)
func (*HelloWorld) Greet ¶
func (hw *HelloWorld) Greet(name string) (interface{}, error)
Greet greats the caller
func (*HelloWorld) PulseNumber ¶
func (hw *HelloWorld) PulseNumber() (insolar.PulseNumber, error)
Get number pulse from foundation.
func (*HelloWorld) ReturnObj ¶
func (hw *HelloWorld) ReturnObj() (interface{}, error)
Click to show internal directories.
Click to hide internal directories.