Documentation ¶
Index ¶
Constants ¶
View Source
const BuiltinTestAPIBriefEcho = "insolar:0AAABrief.0AAABApiTestEcho____"
View Source
const BuiltinTestAPIEcho = "insolar:0AAABApiTestEcho____"
View Source
const MaxRepeats = 3
Variables ¶
View Source
var APICaller, _ = reference.GlobalObjectFromString("insolar:0AAABAnRB0CKuqXTeTfQNTolmyixqQGMJz5sVvW81Dng")
Functions ¶
This section is empty.
Types ¶
type SMTestAPICall ¶
type SMTestAPICall struct {
// contains filtered or unexported fields
}
func (*SMTestAPICall) GetStateMachineDeclaration ¶
func (s *SMTestAPICall) GetStateMachineDeclaration() smachine.StateMachineDeclaration
func (*SMTestAPICall) Init ¶
func (s *SMTestAPICall) Init(ctx smachine.InitializationContext) smachine.StateUpdate
type TestAPICall ¶
type TestAPICall struct {
Payload rms.VCallRequest
}
func (TestAPICall) AsSMCreate ¶
func (v TestAPICall) AsSMCreate() smachine.CreateFunc
func (TestAPICall) CanBeBrief ¶
func (v TestAPICall) CanBeBrief() (bool, []byte)
Click to show internal directories.
Click to hide internal directories.