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
| Name | Description |
|---|---|
| SecretKey | The secret key associated with the delegation to be retrieved. |
Constructors
| Name | Description |
|---|---|
| GetDelegationRequest() | Initializes a new instance of the GetDelegationRequest class. |
| GetDelegationRequest(secretKey) | Initializes a new instance of the GetDelegationRequest class with the specified secret key. |