MsgServiceBase constructor
MsgServiceBase()
Implementation
MsgServiceBase() {
$addMethod($grpc.ServiceMethod<$0.MsgVerifyInvariant,
$0.MsgVerifyInvariantResponse>(
'VerifyInvariant',
verifyInvariant_Pre,
false,
false,
($core.List<$core.int> value) =>
$0.MsgVerifyInvariant.fromBuffer(value),
($0.MsgVerifyInvariantResponse value) => value.writeToBuffer()));
}