getNewAddress abstract method

Future<GetNewAddressResponse> getNewAddress(
  1. ServiceCall call,
  2. GetNewAddressRequest request
)

Implementation

$async.Future<$1.GetNewAddressResponse> getNewAddress(
    $grpc.ServiceCall call, $1.GetNewAddressRequest request);