grantAllowance_Pre method

Future<MsgGrantAllowanceResponse> grantAllowance_Pre(
  1. ServiceCall call,
  2. Future<MsgGrantAllowance> request
)

Implementation

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