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