Reference / Modules / client / LegalOfficerLocWithSelectableIssuersCommands
Interface: LegalOfficerLocWithSelectableIssuersCommands<T>
client.LegalOfficerLocWithSelectableIssuersCommands
Type parameters
| Name | Type |
|---|---|
T | extends LocRequestState |
Implemented by
LegalOfficerClosedCollectionLocCommandsLegalOfficerLocWithSelectableIssuersCommandsImplLegalOfficerOpenRequestCommands
Table of contents
Methods
Methods
getVerifiedIssuers
▸ getVerifiedIssuers(): Promise<VerifiedIssuerWithSelect[]>
Returns
Promise<VerifiedIssuerWithSelect[]>
Defined in
packages/client/src/Loc.ts:2026
selectIssuer
▸ selectIssuer(params): Promise<T>
Parameters
| Name | Type |
|---|---|
params | SelectUnselectIssuerParams |
Returns
Promise<T>
Defined in
packages/client/src/Loc.ts:2027