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