Reference / Modules / client / LegalOfficerLocsStateCommands
Class: LegalOfficerLocsStateCommands
client.LegalOfficerLocsStateCommands
Encapsulated calls can be used only by a Logion Legal Officer.
Table of contents
Constructors
Properties
Methods
Constructors
constructor
• new LegalOfficerLocsStateCommands(args): LegalOfficerLocsStateCommands
Parameters
| Name | Type |
|---|---|
args | Object |
args.locsState | LocsState |
args.sharedState | SharedState |
Returns
Defined in
packages/client/src/Loc.ts:610
Properties
locsState
• Private locsState: LocsState
Defined in
packages/client/src/Loc.ts:620
sharedState
• Private sharedState: SharedState
Defined in
packages/client/src/Loc.ts:618
Methods
createLoc
▸ createLoc(params): Promise<OpenLoc>
Parameters
| Name | Type |
|---|---|
params | OpenLocParams & BlockchainSubmissionParams |
Returns
Promise<OpenLoc>