getAddressHistory method

ResponseFuture<GetAddressHistoryResponse> getAddressHistory(
  1. GetAddressHistoryRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$1.GetAddressHistoryResponse> getAddressHistory(
    $1.GetAddressHistoryRequest request,
    {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$getAddressHistory, request, options: options);
}