RegtestRpcServiceBase class abstract

Annotations
  • @GrpcServiceName('org.plasmalabs.node.services.RegtestRpc')

Constructors

RegtestRpcServiceBase()

Properties

$name String
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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