RegtestRpcServiceBase class abstract
- Annotations
-
- @GrpcServiceName('org.plasmalabs.node.services.RegtestRpc')
Constructors
Properties
Methods
-
$addMethod(
ServiceMethod method) → void -
inherited
-
$lookupMethod(
String name) → ServiceMethod? -
inherited
-
$onMetadata(
ServiceCall context) → void -
Client metadata handler.
inherited
-
makeBlocks(
ServiceCall call, MakeBlocksReq request) → Future< MakeBlocksRes> -
makeBlocks_Pre(
ServiceCall call, Future< MakeBlocksReq> request) → Future<MakeBlocksRes> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setVoting(
ServiceCall call, SetVotingReq request) → Future< SetVotingRes> -
setVoting_Pre(
ServiceCall call, Future< SetVotingReq> request) → Future<SetVotingRes> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited