QueryDelegationRequest constructor

const QueryDelegationRequest({
  1. String? delegatorAddr,
  2. String? validatorAddr,
})

Implementation

const QueryDelegationRequest({this.delegatorAddr, this.validatorAddr});