getNewAddress method

ResponseFuture<GetNewAddressResponse> getNewAddress(
  1. GetNewAddressRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$1.GetNewAddressResponse> getNewAddress(
    $1.GetNewAddressRequest request,
    {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$getNewAddress, request, options: options);
}