Reference / Modules / client / LegalOfficerLocWithSelectableIssuersCommandsImpl
Class: LegalOfficerLocWithSelectableIssuersCommandsImpl<T>
client.LegalOfficerLocWithSelectableIssuersCommandsImpl
Type parameters
Name | Type |
---|---|
T | extends LocRequestState |
Hierarchy
-
↳
LegalOfficerLocWithSelectableIssuersCommandsImpl
Implements
Table of contents
Constructors
Properties
Methods
Constructors
constructor
• new LegalOfficerLocWithSelectableIssuersCommandsImpl<T
>(args
): LegalOfficerLocWithSelectableIssuersCommandsImpl
<T
>
Type parameters
Name | Type |
---|---|
T | extends LocRequestState |
Parameters
Name | Type |
---|---|
args | LegalOfficerCommandsConstructorArgs |
Returns
LegalOfficerLocWithSelectableIssuersCommandsImpl
<T
>
Inherited from
LegalOfficerCommands.constructor
Defined in
packages/client/src/Loc.ts:1131
Properties
client
• Protected
client: AuthenticatedLocClient
Inherited from
Defined in
packages/client/src/Loc.ts:1139
locId
• Protected
locId: UUID
Inherited from
Defined in
packages/client/src/Loc.ts:1137
request
• Protected
request: LocRequestState
Inherited from
Defined in
packages/client/src/Loc.ts:1141
Methods
getVerifiedIssuers
▸ getVerifiedIssuers(): Promise
<VerifiedIssuerWithSelect
[]>
Returns
Promise
<VerifiedIssuerWithSelect
[]>
Implementation of
LegalOfficerLocWithSelectableIssuersCommands.getVerifiedIssuers
Defined in
packages/client/src/Loc.ts:2035
selectIssuer
▸ selectIssuer(params
): Promise
<T
>
Parameters
Name | Type |
---|---|
params | SelectUnselectIssuerParams |
Returns
Promise
<T
>
Implementation of
LegalOfficerLocWithSelectableIssuersCommands.selectIssuer
Defined in
packages/client/src/Loc.ts:2065
setIssuerSelection
▸ setIssuerSelection(params
): Promise
<T
>
Parameters
Name | Type |
---|---|
params | { issuer : ValidAccountId ; selected : boolean } & BlockchainSubmissionParams |
Returns
Promise
<T
>
Defined in
packages/client/src/Loc.ts:2072
unselectIssuer
▸ unselectIssuer(params
): Promise
<T
>
Parameters
Name | Type |
---|---|
params | SelectUnselectIssuerParams |
Returns
Promise
<T
>
Implementation of
LegalOfficerLocWithSelectableIssuersCommands.unselectIssuer