Reference / Modules / client / LegalOfficerClosedLocCommands
Class: LegalOfficerClosedLocCommands
client.LegalOfficerClosedLocCommands
Hierarchy
-
LegalOfficerNonVoidedCommandsImpl
↳
LegalOfficerClosedLocCommands
Table of contents
Constructors
Properties
Methods
Constructors
constructor
• new LegalOfficerClosedLocCommands(args
): LegalOfficerClosedLocCommands
Parameters
Name | Type |
---|---|
args | LegalOfficerCommandsConstructorArgs |
Returns
Inherited from
LegalOfficerNonVoidedCommandsImpl.constructor
Defined in
packages/client/src/Loc.ts:1131
Properties
client
• Protected
client: AuthenticatedLocClient
Inherited from
LegalOfficerNonVoidedCommandsImpl.client
Defined in
packages/client/src/Loc.ts:1139
locId
• Protected
locId: UUID
Inherited from
LegalOfficerNonVoidedCommandsImpl.locId
Defined in
packages/client/src/Loc.ts:1137
request
• Protected
request: LocRequestState
Inherited from
LegalOfficerNonVoidedCommandsImpl.request
Defined in
packages/client/src/Loc.ts:1141
Methods
dismissIssuer
▸ dismissIssuer(params
): Promise
<ClosedLoc
>
Parameters
Name | Type |
---|---|
params | BlockchainSubmissionParams |
Returns
Promise
<ClosedLoc
>
Defined in
packages/client/src/Loc.ts:2138
nominateIssuer
▸ nominateIssuer(params
): Promise
<ClosedLoc
>
Parameters
Name | Type |
---|---|
params | BlockchainSubmissionParams |
Returns
Promise
<ClosedLoc
>
Defined in
packages/client/src/Loc.ts:2119
requestVote
▸ requestVote(params
): Promise
<string
>
Parameters
Name | Type |
---|---|
params | BlockchainSubmissionParams |
Returns
Promise
<string
>
Defined in
packages/client/src/Loc.ts:2156
voidLoc
▸ voidLoc(params
): Promise
<VoidedLoc
| VoidedCollectionLoc
>
Parameters
Name | Type |
---|---|
params | VoidParams |
Returns
Promise
<VoidedLoc
| VoidedCollectionLoc
>
Inherited from
LegalOfficerNonVoidedCommandsImpl.voidLoc