Reference / Modules / client / InvitedContributorApi
Class: InvitedContributorApi
client.InvitedContributorApi
Table of contents
Constructors
Properties
Methods
Constructors
constructor
• new InvitedContributorApi(args): InvitedContributorApi
Parameters
| Name | Type |
|---|---|
args | Object |
args.logionClient | LogionClient |
args.sharedState | SharedState |
Returns
Defined in
packages/client/src/InvitedContributor.ts:16
Properties
logionClient
• Private Readonly logionClient: LogionClient
Defined in
packages/client/src/InvitedContributor.ts:26
sharedState
• Private Readonly sharedState: SharedState
Defined in
packages/client/src/InvitedContributor.ts:25
Methods
findLocById
▸ findLocById(params): Promise<undefined | InvitedContributorLoc>
Parameters
| Name | Type |
|---|---|
params | FetchParameters |
Returns
Promise<undefined | InvitedContributorLoc>