tagion v1.0.3-rc1 (2023-12-18T15:15:15Z)
Dub
Repo
HIRPCWithIllegalMethod
tagion
testbench
services
hirpc_verifier
Undocumented in source.
@
safe
@
Scenario
("A hirpc with an illegal type", [])
class
HIRPCWithIllegalMethod {
ActorHandle
hirpc_verifier_handle
;
string
contract_success
;
string
contract_reject
;
HiRPC
hirpc
;
SecureNet
net
;
this
(ActorHandle _hirpc_verifier_handle, string _success, string _reject);
class
HiRPCNet
;
Document
invalid_doc
;
Document
transaction
();
Document
contract
();
}
Constructors
this
this
(ActorHandle _hirpc_verifier_handle, string _success, string _reject)
Undocumented in source.
Members
Classes
HiRPCNet
class
HiRPCNet
Undocumented in source.
Functions
contract
Document
contract
()
Undocumented in source. Be warned that the author may not have intended to support it.
transaction
Document
transaction
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
contract_reject
string
contract_reject
;
Undocumented in source.
contract_success
string
contract_success
;
Undocumented in source.
hirpc
HiRPC
hirpc
;
Undocumented in source.
hirpc_verifier_handle
ActorHandle
hirpc_verifier_handle
;
Undocumented in source.
invalid_doc
Document
invalid_doc
;
Undocumented in source.
net
SecureNet
net
;
Undocumented in source.
Meta
Source
See Implementation
tagion
testbench
services
hirpc_verifier
aliases
FeatureContext
classes
CorrectHiRPCFormatAndPermission
CorrectHiRPCWithPermissionDenied
HIRPCWithIllegalMethod
TheDocumentIsNotAHiRPC
manifest constants
feature