Reference / Modules / client / CancellableRequest
Class: CancellableRequest
client.CancellableRequest
Hierarchy
-
ProtectionRequestImpl↳
CancellableRequest
Table of contents
Constructors
Properties
- addressToRecover
- createdOn
- decision
- id
- isRecovery
- legalOfficerAddress
- loRecoveryClient
- otherLegalOfficerAddress
- requesterAddress
- requesterIdentityLoc
- status
- userIdentity
- userPostalAddress
Methods
Constructors
constructor
• new CancellableRequest(protectionRequest, loRecoveryClient): CancellableRequest
Parameters
| Name | Type |
|---|---|
protectionRequest | ProtectionRequest |
loRecoveryClient | LoRecoveryClient |
Returns
Inherited from
ProtectionRequestImpl.constructor
Defined in
packages/client/src/Recovery.ts:441
Properties
addressToRecover
• Readonly addressToRecover: null | string
Inherited from
ProtectionRequestImpl.addressToRecover
Defined in
packages/client/src/Recovery.ts:465
createdOn
• Readonly createdOn: string
Inherited from
ProtectionRequestImpl.createdOn
Defined in
packages/client/src/Recovery.ts:463
decision
• Readonly decision: LegalOfficerDecision
Inherited from
ProtectionRequestImpl.decision
Defined in
packages/client/src/Recovery.ts:460
id
• Readonly id: string
Inherited from
ProtectionRequestImpl.id
Defined in
packages/client/src/Recovery.ts:457
isRecovery
• Readonly isRecovery: boolean
Inherited from
ProtectionRequestImpl.isRecovery
Defined in
packages/client/src/Recovery.ts:464
legalOfficerAddress
• Readonly legalOfficerAddress: string
Inherited from
ProtectionRequestImpl.legalOfficerAddress
Defined in
packages/client/src/Recovery.ts:467
loRecoveryClient
• Protected Readonly loRecoveryClient: LoRecoveryClient
Inherited from
ProtectionRequestImpl.loRecoveryClient
Defined in
packages/client/src/Recovery.ts:470
otherLegalOfficerAddress
• Readonly otherLegalOfficerAddress: string
Inherited from
ProtectionRequestImpl.otherLegalOfficerAddress
Defined in
packages/client/src/Recovery.ts:468
requesterAddress
• Readonly requesterAddress: string
Inherited from
ProtectionRequestImpl.requesterAddress
Defined in
packages/client/src/Recovery.ts:458
requesterIdentityLoc
• Readonly requesterIdentityLoc: string
Inherited from
ProtectionRequestImpl.requesterIdentityLoc
Defined in
packages/client/src/Recovery.ts:459
status
• Readonly status: ProtectionRequestStatus
Inherited from
ProtectionRequestImpl.status
Defined in
packages/client/src/Recovery.ts:466
userIdentity
• Readonly userIdentity: UserIdentity
Inherited from
ProtectionRequestImpl.userIdentity
Defined in
packages/client/src/Recovery.ts:461
userPostalAddress
• Readonly userPostalAddress: PostalAddress
Inherited from
ProtectionRequestImpl.userPostalAddress
Defined in
packages/client/src/Recovery.ts:462
Methods
cancel
▸ cancel(): Promise<void>
Returns
Promise<void>