delegatorWithdrawAddress method
ResponseFuture<QueryDelegatorWithdrawAddressResponse>
delegatorWithdrawAddress(
- QueryDelegatorWithdrawAddressRequest request, {
- CallOptions? options,
Implementation
$grpc.ResponseFuture<$18.QueryDelegatorWithdrawAddressResponse> delegatorWithdrawAddress($18.QueryDelegatorWithdrawAddressRequest request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$delegatorWithdrawAddress, request, options: options);
}