grantAllowance_Pre method
Future<MsgGrantAllowanceResponse>
grantAllowance_Pre(
- ServiceCall call,
- Future<
MsgGrantAllowance> request
Implementation
$async.Future<$1.MsgGrantAllowanceResponse> grantAllowance_Pre(
$grpc.ServiceCall call,
$async.Future<$1.MsgGrantAllowance> request) async {
return grantAllowance(call, await request);
}