Skip to main content

Reference / Modules / client / LegalOfficerLocWithSelectableIssuersCommandsImpl

Class: LegalOfficerLocWithSelectableIssuersCommandsImpl<T>

client.LegalOfficerLocWithSelectableIssuersCommandsImpl

Type parameters

NameType
Textends LocRequestState

Hierarchy

Implements

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new LegalOfficerLocWithSelectableIssuersCommandsImpl<T>(args): LegalOfficerLocWithSelectableIssuersCommandsImpl<T>

Type parameters

NameType
Textends LocRequestState

Parameters

NameType
argsLegalOfficerCommandsConstructorArgs

Returns

LegalOfficerLocWithSelectableIssuersCommandsImpl<T>

Inherited from

LegalOfficerCommands.constructor

Defined in

packages/client/src/Loc.ts:1131

Properties

client

Protected client: AuthenticatedLocClient

Inherited from

LegalOfficerCommands.client

Defined in

packages/client/src/Loc.ts:1139


locId

Protected locId: UUID

Inherited from

LegalOfficerCommands.locId

Defined in

packages/client/src/Loc.ts:1137


request

Protected request: LocRequestState

Inherited from

LegalOfficerCommands.request

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

NameType
paramsSelectUnselectIssuerParams

Returns

Promise<T>

Implementation of

LegalOfficerLocWithSelectableIssuersCommands.selectIssuer

Defined in

packages/client/src/Loc.ts:2065


setIssuerSelection

setIssuerSelection(params): Promise<T>

Parameters

NameType
params{ issuer: ValidAccountId ; selected: boolean } & BlockchainSubmissionParams

Returns

Promise<T>

Defined in

packages/client/src/Loc.ts:2072


unselectIssuer

unselectIssuer(params): Promise<T>

Parameters

NameType
paramsSelectUnselectIssuerParams

Returns

Promise<T>

Implementation of

LegalOfficerLocWithSelectableIssuersCommands.unselectIssuer

Defined in

packages/client/src/Loc.ts:2080