Skip to main content

GetDelegationRequest

The GetDelegationRequest class represents a request to retrieve details about a specific delegation, extending BaseRequest. It includes a secret key and a decrypted secret used for verification.

Properties

NameDescription
SecretKeyThe secret key associated with the delegation to be retrieved.

Constructors

NameDescription
GetDelegationRequest()Initializes a new instance of the GetDelegationRequest class.
GetDelegationRequest(secretKey)Initializes a new instance of the GetDelegationRequest class with the specified secret key.