getWalletsById method

ResponseFuture<GetWalletsByIdReply> getWalletsById(
  1. GetWalletsByIdRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$0.GetWalletsByIdReply> getWalletsById($0.GetWalletsByIdRequest request, {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$getWalletsById, request, options: options);
}