getWalletsByAddresses_Pre method

Future<GetWalletsByAddressesReply> getWalletsByAddresses_Pre(
  1. ServiceCall call,
  2. Future<GetWalletsByAddressesRequest> request
)

Implementation

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