getWalletsByAddresses_Pre method
Future<GetWalletsByAddressesReply>
getWalletsByAddresses_Pre(
- ServiceCall call,
- Future<
GetWalletsByAddressesRequest> request
Implementation
$async.Future<$0.GetWalletsByAddressesReply> getWalletsByAddresses_Pre($grpc.ServiceCall call, $async.Future<$0.GetWalletsByAddressesRequest> request) async {
return getWalletsByAddresses(call, await request);
}