12.0.0 • Published 10 months ago

@monaco-protocol/admin-client v12.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

Monaco Protocol Admin Client

NPM package to interface with admin functionality for the Monaco Protocol program on the Solana network. The Monaco Protocol provides a decentralized liquidity network for wagering on binary-outcome events.

The package opens up admin-facing interactions with the protocol including:

  • Create markets
  • Manage markets
  • Manage admin permissions

Documentation

All endpoints exported by the library contain detailed doc strings and examples confirming to the JSDoc format. These doc strings can be viewed separately in the docs directory.

Generating Docs

Docs are generated using documentationjs.

npm run generateDocs

Client Response Format

All endpoints in the client return the same response format:

export type ClientResponse<T> = {
  success: boolean;
  errors: object[];
  data: T;
};

Each endpoint defines its own data type used in the response, for example: createOrderUiStake returns Promise<ClientResponse<CreateOrderResponse>>

export type CreateOrderResponse = {
  orderPk: PublicKey;
  tnxID: string | void;
};

Errors

Errors are purposely left loosely typed as an object[] so that the client can remain as agnostic as possible and pass through unfiltered errors regardless of origin.

If any error is encountered during a request, the client will return success: false and data may come back undefined.

12.0.0

10 months ago

12.0.0-rc4

11 months ago

12.0.0-cm-dev

1 year ago

10.2.0

1 year ago

10.2.1

1 year ago

12.0.0-rc1

12 months ago

12.0.0-rc2

12 months ago

12.0.1-cm-dev

1 year ago

12.0.0-rc3

11 months ago

12.0.0-dev

1 year ago

10.2.0-dev

1 year ago

10.1.0

1 year ago

10.1.0-dev

1 year ago

10.0.0-dev

1 year ago

10.0.2-dev.3

1 year ago

10.0.2-dev.2

1 year ago

9.0.2-dev.4

1 year ago

9.0.2-dev.3

1 year ago

9.0.2-dev.2

1 year ago

9.0.1-dev.2

1 year ago

9.0.1-dev.1

1 year ago

10.0.2-dev.1

1 year ago

9.0.0

1 year ago

7.0.0-1694616096

2 years ago

7.0.0

2 years ago

8.0.0

2 years ago

6.0.0

2 years ago

4.1.0-rc1

2 years ago

4.1.0-rc3

2 years ago

4.1.0-rc4

2 years ago

4.1.0

2 years ago

4.2.0

2 years ago

5.0.0

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

3.0.1

2 years ago

4.0.0-rc2

2 years ago

4.0.0

2 years ago

2.0.0-rc2

2 years ago

1.0.1

3 years ago

1.0.0

3 years ago

2.0.0-rc1

2 years ago

0.2.1

3 years ago

0.1.2

3 years ago

0.2.0

3 years ago

0.1.1

3 years ago

0.1.3-dev.0

3 years ago

0.1.3-dev.1

3 years ago

0.1.2-dev.0

3 years ago

0.1.0

3 years ago