@o2exchange/contracts 0.0.1 → 0.1.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -39
- package/dist/index.d.ts +12 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +13 -0
- package/dist/index.js.map +1 -0
- package/dist/order-book/OrderBook.d.ts +549 -0
- package/dist/order-book/OrderBook.d.ts.map +1 -0
- package/dist/order-book/OrderBook.js +3460 -0
- package/dist/order-book/OrderBook.js.map +1 -0
- package/dist/order-book/OrderBookFactory.d.ts +9 -0
- package/dist/order-book/OrderBookFactory.d.ts.map +1 -0
- package/dist/order-book/OrderBookFactory.js +21 -0
- package/dist/order-book/OrderBookFactory.js.map +1 -0
- package/dist/order-book/common.d.ts +24 -0
- package/dist/order-book/common.d.ts.map +1 -0
- package/dist/order-book/common.js +3 -0
- package/dist/order-book/common.js.map +1 -0
- package/dist/order-book/index.d.ts +3 -0
- package/dist/order-book/index.d.ts.map +1 -0
- package/dist/order-book/index.js +10 -0
- package/dist/order-book/index.js.map +1 -0
- package/dist/order-book-blacklist/OrderBookBlacklist.d.ts +155 -0
- package/dist/order-book-blacklist/OrderBookBlacklist.d.ts.map +1 -0
- package/dist/order-book-blacklist/OrderBookBlacklist.js +379 -0
- package/dist/order-book-blacklist/OrderBookBlacklist.js.map +1 -0
- package/dist/order-book-blacklist/OrderBookBlacklistFactory.d.ts +9 -0
- package/dist/order-book-blacklist/OrderBookBlacklistFactory.d.ts.map +1 -0
- package/dist/order-book-blacklist/OrderBookBlacklistFactory.js +21 -0
- package/dist/order-book-blacklist/OrderBookBlacklistFactory.js.map +1 -0
- package/dist/order-book-blacklist/common.d.ts +24 -0
- package/dist/order-book-blacklist/common.d.ts.map +1 -0
- package/dist/order-book-blacklist/common.js +3 -0
- package/dist/order-book-blacklist/common.js.map +1 -0
- package/dist/order-book-blacklist/index.d.ts +3 -0
- package/dist/order-book-blacklist/index.d.ts.map +1 -0
- package/dist/order-book-blacklist/index.js +10 -0
- package/dist/order-book-blacklist/index.js.map +1 -0
- package/dist/order-book-proxy/OrderBookProxy.d.ts +192 -0
- package/dist/order-book-proxy/OrderBookProxy.d.ts.map +1 -0
- package/dist/order-book-proxy/OrderBookProxy.js +850 -0
- package/dist/order-book-proxy/OrderBookProxy.js.map +1 -0
- package/dist/order-book-proxy/OrderBookProxyFactory.d.ts +9 -0
- package/dist/order-book-proxy/OrderBookProxyFactory.d.ts.map +1 -0
- package/dist/order-book-proxy/OrderBookProxyFactory.js +21 -0
- package/dist/order-book-proxy/OrderBookProxyFactory.js.map +1 -0
- package/dist/order-book-proxy/common.d.ts +24 -0
- package/dist/order-book-proxy/common.d.ts.map +1 -0
- package/dist/order-book-proxy/common.js +3 -0
- package/dist/order-book-proxy/common.js.map +1 -0
- package/dist/order-book-proxy/index.d.ts +3 -0
- package/dist/order-book-proxy/index.d.ts.map +1 -0
- package/dist/order-book-proxy/index.js +10 -0
- package/dist/order-book-proxy/index.js.map +1 -0
- package/dist/order-book-registry/OrderBookRegistry.d.ts +237 -0
- package/dist/order-book-registry/OrderBookRegistry.d.ts.map +1 -0
- package/dist/order-book-registry/OrderBookRegistry.js +676 -0
- package/dist/order-book-registry/OrderBookRegistry.js.map +1 -0
- package/dist/order-book-registry/OrderBookRegistryFactory.d.ts +9 -0
- package/dist/order-book-registry/OrderBookRegistryFactory.d.ts.map +1 -0
- package/dist/order-book-registry/OrderBookRegistryFactory.js +21 -0
- package/dist/order-book-registry/OrderBookRegistryFactory.js.map +1 -0
- package/dist/order-book-registry/common.d.ts +24 -0
- package/dist/order-book-registry/common.d.ts.map +1 -0
- package/dist/order-book-registry/common.js +3 -0
- package/dist/order-book-registry/common.js.map +1 -0
- package/dist/order-book-registry/index.d.ts +3 -0
- package/dist/order-book-registry/index.d.ts.map +1 -0
- package/dist/order-book-registry/index.js +10 -0
- package/dist/order-book-registry/index.js.map +1 -0
- package/dist/order-book-registry-proxy/OrderBookRegistryProxy.d.ts +192 -0
- package/dist/order-book-registry-proxy/OrderBookRegistryProxy.d.ts.map +1 -0
- package/dist/order-book-registry-proxy/OrderBookRegistryProxy.js +850 -0
- package/dist/order-book-registry-proxy/OrderBookRegistryProxy.js.map +1 -0
- package/dist/order-book-registry-proxy/OrderBookRegistryProxyFactory.d.ts +9 -0
- package/dist/order-book-registry-proxy/OrderBookRegistryProxyFactory.d.ts.map +1 -0
- package/dist/order-book-registry-proxy/OrderBookRegistryProxyFactory.js +21 -0
- package/dist/order-book-registry-proxy/OrderBookRegistryProxyFactory.js.map +1 -0
- package/dist/order-book-registry-proxy/common.d.ts +24 -0
- package/dist/order-book-registry-proxy/common.d.ts.map +1 -0
- package/dist/order-book-registry-proxy/common.js +3 -0
- package/dist/order-book-registry-proxy/common.js.map +1 -0
- package/dist/order-book-registry-proxy/index.d.ts +3 -0
- package/dist/order-book-registry-proxy/index.d.ts.map +1 -0
- package/dist/order-book-registry-proxy/index.js +10 -0
- package/dist/order-book-registry-proxy/index.js.map +1 -0
- package/dist/order-book-whitelist/OrderBookWhitelist.d.ts +155 -0
- package/dist/order-book-whitelist/OrderBookWhitelist.d.ts.map +1 -0
- package/dist/order-book-whitelist/OrderBookWhitelist.js +379 -0
- package/dist/order-book-whitelist/OrderBookWhitelist.js.map +1 -0
- package/dist/order-book-whitelist/OrderBookWhitelistFactory.d.ts +9 -0
- package/dist/order-book-whitelist/OrderBookWhitelistFactory.d.ts.map +1 -0
- package/dist/order-book-whitelist/OrderBookWhitelistFactory.js +21 -0
- package/dist/order-book-whitelist/OrderBookWhitelistFactory.js.map +1 -0
- package/dist/order-book-whitelist/common.d.ts +24 -0
- package/dist/order-book-whitelist/common.d.ts.map +1 -0
- package/dist/order-book-whitelist/common.js +3 -0
- package/dist/order-book-whitelist/common.js.map +1 -0
- package/dist/order-book-whitelist/index.d.ts +3 -0
- package/dist/order-book-whitelist/index.d.ts.map +1 -0
- package/dist/order-book-whitelist/index.js +10 -0
- package/dist/order-book-whitelist/index.js.map +1 -0
- package/dist/trade-account/TradeAccount.d.ts +472 -0
- package/dist/trade-account/TradeAccount.d.ts.map +1 -0
- package/dist/trade-account/TradeAccount.js +2846 -0
- package/dist/trade-account/TradeAccount.js.map +1 -0
- package/dist/trade-account/TradeAccountFactory.d.ts +9 -0
- package/dist/trade-account/TradeAccountFactory.d.ts.map +1 -0
- package/dist/trade-account/TradeAccountFactory.js +21 -0
- package/dist/trade-account/TradeAccountFactory.js.map +1 -0
- package/dist/trade-account/common.d.ts +24 -0
- package/dist/trade-account/common.d.ts.map +1 -0
- package/dist/trade-account/common.js +3 -0
- package/dist/trade-account/common.js.map +1 -0
- package/dist/trade-account/index.d.ts +3 -0
- package/dist/trade-account/index.d.ts.map +1 -0
- package/dist/trade-account/index.js +10 -0
- package/dist/trade-account/index.js.map +1 -0
- package/dist/trade-account-oracle/TradeAccountOracle.d.ts +161 -0
- package/dist/trade-account-oracle/TradeAccountOracle.d.ts.map +1 -0
- package/dist/trade-account-oracle/TradeAccountOracle.js +1013 -0
- package/dist/trade-account-oracle/TradeAccountOracle.js.map +1 -0
- package/dist/trade-account-oracle/TradeAccountOracleFactory.d.ts +9 -0
- package/dist/trade-account-oracle/TradeAccountOracleFactory.d.ts.map +1 -0
- package/dist/trade-account-oracle/TradeAccountOracleFactory.js +21 -0
- package/dist/trade-account-oracle/TradeAccountOracleFactory.js.map +1 -0
- package/dist/trade-account-oracle/common.d.ts +24 -0
- package/dist/trade-account-oracle/common.d.ts.map +1 -0
- package/dist/trade-account-oracle/common.js +3 -0
- package/dist/trade-account-oracle/common.js.map +1 -0
- package/dist/trade-account-oracle/index.d.ts +3 -0
- package/dist/trade-account-oracle/index.d.ts.map +1 -0
- package/dist/trade-account-oracle/index.js +10 -0
- package/dist/trade-account-oracle/index.js.map +1 -0
- package/dist/trade-account-proxy/TradeAccountProxy.d.ts +335 -0
- package/dist/trade-account-proxy/TradeAccountProxy.d.ts.map +1 -0
- package/dist/trade-account-proxy/TradeAccountProxy.js +1421 -0
- package/dist/trade-account-proxy/TradeAccountProxy.js.map +1 -0
- package/dist/trade-account-proxy/TradeAccountProxyFactory.d.ts +9 -0
- package/dist/trade-account-proxy/TradeAccountProxyFactory.d.ts.map +1 -0
- package/dist/trade-account-proxy/TradeAccountProxyFactory.js +21 -0
- package/dist/trade-account-proxy/TradeAccountProxyFactory.js.map +1 -0
- package/dist/trade-account-proxy/common.d.ts +24 -0
- package/dist/trade-account-proxy/common.d.ts.map +1 -0
- package/dist/trade-account-proxy/common.js +3 -0
- package/dist/trade-account-proxy/common.js.map +1 -0
- package/dist/trade-account-proxy/index.d.ts +3 -0
- package/dist/trade-account-proxy/index.d.ts.map +1 -0
- package/dist/trade-account-proxy/index.js +10 -0
- package/dist/trade-account-proxy/index.js.map +1 -0
- package/dist/trade-account-registry/TradeAccountRegistry.d.ts +271 -0
- package/dist/trade-account-registry/TradeAccountRegistry.d.ts.map +1 -0
- package/dist/trade-account-registry/TradeAccountRegistry.js +839 -0
- package/dist/trade-account-registry/TradeAccountRegistry.js.map +1 -0
- package/dist/trade-account-registry/TradeAccountRegistryFactory.d.ts +9 -0
- package/dist/trade-account-registry/TradeAccountRegistryFactory.d.ts.map +1 -0
- package/dist/trade-account-registry/TradeAccountRegistryFactory.js +21 -0
- package/dist/trade-account-registry/TradeAccountRegistryFactory.js.map +1 -0
- package/dist/trade-account-registry/common.d.ts +24 -0
- package/dist/trade-account-registry/common.d.ts.map +1 -0
- package/dist/trade-account-registry/common.js +3 -0
- package/dist/trade-account-registry/common.js.map +1 -0
- package/dist/trade-account-registry/index.d.ts +3 -0
- package/dist/trade-account-registry/index.d.ts.map +1 -0
- package/dist/trade-account-registry/index.js +10 -0
- package/dist/trade-account-registry/index.js.map +1 -0
- package/dist/trade-account-registry-proxy/TradeAccountRegistryProxy.d.ts +192 -0
- package/dist/trade-account-registry-proxy/TradeAccountRegistryProxy.d.ts.map +1 -0
- package/dist/trade-account-registry-proxy/TradeAccountRegistryProxy.js +850 -0
- package/dist/trade-account-registry-proxy/TradeAccountRegistryProxy.js.map +1 -0
- package/dist/trade-account-registry-proxy/TradeAccountRegistryProxyFactory.d.ts +9 -0
- package/dist/trade-account-registry-proxy/TradeAccountRegistryProxyFactory.d.ts.map +1 -0
- package/dist/trade-account-registry-proxy/TradeAccountRegistryProxyFactory.js +21 -0
- package/dist/trade-account-registry-proxy/TradeAccountRegistryProxyFactory.js.map +1 -0
- package/dist/trade-account-registry-proxy/common.d.ts +24 -0
- package/dist/trade-account-registry-proxy/common.d.ts.map +1 -0
- package/dist/trade-account-registry-proxy/common.js +3 -0
- package/dist/trade-account-registry-proxy/common.js.map +1 -0
- package/dist/trade-account-registry-proxy/index.d.ts +3 -0
- package/dist/trade-account-registry-proxy/index.d.ts.map +1 -0
- package/dist/trade-account-registry-proxy/index.js +10 -0
- package/dist/trade-account-registry-proxy/index.js.map +1 -0
- package/package.json +71 -8
package/README.md
CHANGED
|
@@ -1,45 +1,10 @@
|
|
|
1
1
|
# @o2exchange/contracts
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Shared contracts from the [O2 exchange](https://github.com/o2-exchange), published for external use.
|
|
4
4
|
|
|
5
|
-
**This package is created solely for the purpose of setting up OIDC (OpenID Connect) trusted publishing with npm.**
|
|
6
5
|
|
|
7
|
-
|
|
6
|
+
## Getting Started
|
|
8
7
|
|
|
9
|
-
|
|
8
|
+
This package includes the JS/TS types for the O2 contracts. It can be used alongside the [Fuel TypeScript SDK](https://www.npmjs.com/package/fuels) to interact with O2 contracts directly on-chain.
|
|
10
9
|
|
|
11
|
-
|
|
12
|
-
1. Configure OIDC trusted publishing for the package name `@o2exchange/contracts`
|
|
13
|
-
2. Enable secure, token-less publishing from CI/CD workflows
|
|
14
|
-
3. Establish provenance for packages published under this name
|
|
15
|
-
|
|
16
|
-
## What is OIDC Trusted Publishing?
|
|
17
|
-
|
|
18
|
-
OIDC trusted publishing allows package maintainers to publish packages directly from their CI/CD workflows without needing to manage npm access tokens. Instead, it uses OpenID Connect to establish trust between the CI/CD provider (like GitHub Actions) and npm.
|
|
19
|
-
|
|
20
|
-
## Setup Instructions
|
|
21
|
-
|
|
22
|
-
To properly configure OIDC trusted publishing for this package:
|
|
23
|
-
|
|
24
|
-
1. Go to [npmjs.com](https://www.npmjs.com/) and navigate to your package settings
|
|
25
|
-
2. Configure the trusted publisher (e.g., GitHub Actions)
|
|
26
|
-
3. Specify the repository and workflow that should be allowed to publish
|
|
27
|
-
4. Use the configured workflow to publish your actual package
|
|
28
|
-
|
|
29
|
-
## DO NOT USE THIS PACKAGE
|
|
30
|
-
|
|
31
|
-
This package is a placeholder for OIDC configuration only. It:
|
|
32
|
-
- Contains no executable code
|
|
33
|
-
- Provides no functionality
|
|
34
|
-
- Should not be installed as a dependency
|
|
35
|
-
- Exists only for administrative purposes
|
|
36
|
-
|
|
37
|
-
## More Information
|
|
38
|
-
|
|
39
|
-
For more details about npm's trusted publishing feature, see:
|
|
40
|
-
- [npm Trusted Publishing Documentation](https://docs.npmjs.com/generating-provenance-statements)
|
|
41
|
-
- [GitHub Actions OIDC Documentation](https://docs.github.com/en/actions/deployment/security-hardening-your-deployments/about-security-hardening-with-openid-connect)
|
|
42
|
-
|
|
43
|
-
---
|
|
44
|
-
|
|
45
|
-
**Maintained for OIDC setup purposes only**
|
|
10
|
+
For more details, see the [O2 Docs](https://docs.o2.app/).
|
package/dist/index.d.ts
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export * from './order-book-blacklist/index.js';
|
|
2
|
+
export * from './order-book-proxy/index.js';
|
|
3
|
+
export * from './order-book-registry-proxy/index.js';
|
|
4
|
+
export * from './order-book-registry/index.js';
|
|
5
|
+
export * from './order-book-whitelist/index.js';
|
|
6
|
+
export * from './order-book/index.js';
|
|
7
|
+
export * from './trade-account-oracle/index.js';
|
|
8
|
+
export * from './trade-account-proxy/index.js';
|
|
9
|
+
export * from './trade-account-registry-proxy/index.js';
|
|
10
|
+
export * from './trade-account-registry/index.js';
|
|
11
|
+
export * from './trade-account/index.js';
|
|
12
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AACA,cAAc,iCAAiC,CAAC;AAChD,cAAc,6BAA6B,CAAC;AAC5C,cAAc,sCAAsC,CAAC;AACrD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,iCAAiC,CAAC;AAChD,cAAc,uBAAuB,CAAC;AACtC,cAAc,iCAAiC,CAAC;AAChD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,yCAAyC,CAAC;AACxD,cAAc,mCAAmC,CAAC;AAClD,cAAc,0BAA0B,CAAC"}
|
package/dist/index.js
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/* Autogenerated — do not edit */
|
|
2
|
+
export * from './order-book-blacklist/index.js';
|
|
3
|
+
export * from './order-book-proxy/index.js';
|
|
4
|
+
export * from './order-book-registry-proxy/index.js';
|
|
5
|
+
export * from './order-book-registry/index.js';
|
|
6
|
+
export * from './order-book-whitelist/index.js';
|
|
7
|
+
export * from './order-book/index.js';
|
|
8
|
+
export * from './trade-account-oracle/index.js';
|
|
9
|
+
export * from './trade-account-proxy/index.js';
|
|
10
|
+
export * from './trade-account-registry-proxy/index.js';
|
|
11
|
+
export * from './trade-account-registry/index.js';
|
|
12
|
+
export * from './trade-account/index.js';
|
|
13
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,iCAAiC;AACjC,cAAc,iCAAiC,CAAC;AAChD,cAAc,6BAA6B,CAAC;AAC5C,cAAc,sCAAsC,CAAC;AACrD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,iCAAiC,CAAC;AAChD,cAAc,uBAAuB,CAAC;AACtC,cAAc,iCAAiC,CAAC;AAChD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,yCAAyC,CAAC;AACxD,cAAc,mCAAmC,CAAC;AAClD,cAAc,0BAA0B,CAAC"}
|
|
@@ -0,0 +1,549 @@
|
|
|
1
|
+
import { Contract as __Contract, Interface } from "fuels";
|
|
2
|
+
import type { Provider, Account, StorageSlot, Address, BigNumberish, BN, FunctionFragment, InvokeFunction, StdString } from 'fuels';
|
|
3
|
+
import type { Option, Enum, Vec } from "./common";
|
|
4
|
+
export declare enum AccessErrorInput {
|
|
5
|
+
NotOwner = "NotOwner"
|
|
6
|
+
}
|
|
7
|
+
export declare enum AccessErrorOutput {
|
|
8
|
+
NotOwner = "NotOwner"
|
|
9
|
+
}
|
|
10
|
+
export declare enum FeeErrorInput {
|
|
11
|
+
NoFeesAvailable = "NoFeesAvailable"
|
|
12
|
+
}
|
|
13
|
+
export declare enum FeeErrorOutput {
|
|
14
|
+
NoFeesAvailable = "NoFeesAvailable"
|
|
15
|
+
}
|
|
16
|
+
export type IdentityInput = Enum<{
|
|
17
|
+
Address: AddressInput;
|
|
18
|
+
ContractId: ContractIdInput;
|
|
19
|
+
}>;
|
|
20
|
+
export type IdentityOutput = Enum<{
|
|
21
|
+
Address: AddressOutput;
|
|
22
|
+
ContractId: ContractIdOutput;
|
|
23
|
+
}>;
|
|
24
|
+
export declare enum InitializationErrorInput {
|
|
25
|
+
CannotReinitialized = "CannotReinitialized"
|
|
26
|
+
}
|
|
27
|
+
export declare enum InitializationErrorOutput {
|
|
28
|
+
CannotReinitialized = "CannotReinitialized"
|
|
29
|
+
}
|
|
30
|
+
export declare enum OrderBookInitializationErrorInput {
|
|
31
|
+
InvalidAsset = "InvalidAsset",
|
|
32
|
+
InvalidDecimals = "InvalidDecimals",
|
|
33
|
+
InvalidPriceWindow = "InvalidPriceWindow",
|
|
34
|
+
InvalidPricePrecision = "InvalidPricePrecision",
|
|
35
|
+
OwnerNotSet = "OwnerNotSet",
|
|
36
|
+
InvalidMinOrder = "InvalidMinOrder"
|
|
37
|
+
}
|
|
38
|
+
export declare enum OrderBookInitializationErrorOutput {
|
|
39
|
+
InvalidAsset = "InvalidAsset",
|
|
40
|
+
InvalidDecimals = "InvalidDecimals",
|
|
41
|
+
InvalidPriceWindow = "InvalidPriceWindow",
|
|
42
|
+
InvalidPricePrecision = "InvalidPricePrecision",
|
|
43
|
+
OwnerNotSet = "OwnerNotSet",
|
|
44
|
+
InvalidMinOrder = "InvalidMinOrder"
|
|
45
|
+
}
|
|
46
|
+
export declare enum OrderCancelErrorInput {
|
|
47
|
+
NotOrderOwner = "NotOrderOwner",
|
|
48
|
+
TraderNotBlacklisted = "TraderNotBlacklisted",
|
|
49
|
+
NoBlacklist = "NoBlacklist"
|
|
50
|
+
}
|
|
51
|
+
export declare enum OrderCancelErrorOutput {
|
|
52
|
+
NotOrderOwner = "NotOrderOwner",
|
|
53
|
+
TraderNotBlacklisted = "TraderNotBlacklisted",
|
|
54
|
+
NoBlacklist = "NoBlacklist"
|
|
55
|
+
}
|
|
56
|
+
export type OrderCreationErrorInput = Enum<{
|
|
57
|
+
InvalidOrderArgs: undefined;
|
|
58
|
+
InvalidInputAmount: undefined;
|
|
59
|
+
InvalidAsset: undefined;
|
|
60
|
+
PriceExceedsRange: undefined;
|
|
61
|
+
PricePrecision: undefined;
|
|
62
|
+
InvalidHeapPrices: [BigNumberish, BigNumberish];
|
|
63
|
+
FractionalPrice: undefined;
|
|
64
|
+
OrderNotFilled: undefined;
|
|
65
|
+
OrderPartiallyFilled: undefined;
|
|
66
|
+
TraderNotWhiteListed: undefined;
|
|
67
|
+
TraderBlackListed: undefined;
|
|
68
|
+
InvalidMarketOrder: undefined;
|
|
69
|
+
InvalidMarketOrderArgs: undefined;
|
|
70
|
+
}>;
|
|
71
|
+
export type OrderCreationErrorOutput = Enum<{
|
|
72
|
+
InvalidOrderArgs: void;
|
|
73
|
+
InvalidInputAmount: void;
|
|
74
|
+
InvalidAsset: void;
|
|
75
|
+
PriceExceedsRange: void;
|
|
76
|
+
PricePrecision: void;
|
|
77
|
+
InvalidHeapPrices: [BN, BN];
|
|
78
|
+
FractionalPrice: void;
|
|
79
|
+
OrderNotFilled: void;
|
|
80
|
+
OrderPartiallyFilled: void;
|
|
81
|
+
TraderNotWhiteListed: void;
|
|
82
|
+
TraderBlackListed: void;
|
|
83
|
+
InvalidMarketOrder: void;
|
|
84
|
+
InvalidMarketOrderArgs: void;
|
|
85
|
+
}>;
|
|
86
|
+
export type OrderTypeInput = Enum<{
|
|
87
|
+
Limit: [];
|
|
88
|
+
Spot: undefined;
|
|
89
|
+
FillOrKill: undefined;
|
|
90
|
+
PostOnly: undefined;
|
|
91
|
+
Market: undefined;
|
|
92
|
+
BoundedMarket: [BigNumberish, BigNumberish];
|
|
93
|
+
}>;
|
|
94
|
+
export type OrderTypeOutput = Enum<{
|
|
95
|
+
Limit: [];
|
|
96
|
+
Spot: void;
|
|
97
|
+
FillOrKill: void;
|
|
98
|
+
PostOnly: void;
|
|
99
|
+
Market: void;
|
|
100
|
+
BoundedMarket: [BN, BN];
|
|
101
|
+
}>;
|
|
102
|
+
export declare enum PauseErrorInput {
|
|
103
|
+
Paused = "Paused",
|
|
104
|
+
NotPaused = "NotPaused"
|
|
105
|
+
}
|
|
106
|
+
export declare enum PauseErrorOutput {
|
|
107
|
+
Paused = "Paused",
|
|
108
|
+
NotPaused = "NotPaused"
|
|
109
|
+
}
|
|
110
|
+
export declare enum SideInput {
|
|
111
|
+
Buy = "Buy",
|
|
112
|
+
Sell = "Sell"
|
|
113
|
+
}
|
|
114
|
+
export declare enum SideOutput {
|
|
115
|
+
Buy = "Buy",
|
|
116
|
+
Sell = "Sell"
|
|
117
|
+
}
|
|
118
|
+
export type StateInput = Enum<{
|
|
119
|
+
Uninitialized: undefined;
|
|
120
|
+
Initialized: IdentityInput;
|
|
121
|
+
Revoked: undefined;
|
|
122
|
+
}>;
|
|
123
|
+
export type StateOutput = Enum<{
|
|
124
|
+
Uninitialized: void;
|
|
125
|
+
Initialized: IdentityOutput;
|
|
126
|
+
Revoked: void;
|
|
127
|
+
}>;
|
|
128
|
+
export type AddressInput = {
|
|
129
|
+
bits: string;
|
|
130
|
+
};
|
|
131
|
+
export type AddressOutput = AddressInput;
|
|
132
|
+
export type AssetIdInput = {
|
|
133
|
+
bits: string;
|
|
134
|
+
};
|
|
135
|
+
export type AssetIdOutput = AssetIdInput;
|
|
136
|
+
export type ContractIdInput = {
|
|
137
|
+
bits: string;
|
|
138
|
+
};
|
|
139
|
+
export type ContractIdOutput = ContractIdInput;
|
|
140
|
+
export type ExpireMakerEventInput = {
|
|
141
|
+
order_id: string;
|
|
142
|
+
timestamp: TimeInput;
|
|
143
|
+
};
|
|
144
|
+
export type ExpireMakerEventOutput = {
|
|
145
|
+
order_id: string;
|
|
146
|
+
timestamp: TimeOutput;
|
|
147
|
+
};
|
|
148
|
+
export type FeesClaimedEventInput = {
|
|
149
|
+
base_fees: BigNumberish;
|
|
150
|
+
quote_fees: BigNumberish;
|
|
151
|
+
};
|
|
152
|
+
export type FeesClaimedEventOutput = {
|
|
153
|
+
base_fees: BN;
|
|
154
|
+
quote_fees: BN;
|
|
155
|
+
};
|
|
156
|
+
export type FeesCollectedEventInput = {
|
|
157
|
+
base_fees: BigNumberish;
|
|
158
|
+
quote_fees: BigNumberish;
|
|
159
|
+
};
|
|
160
|
+
export type FeesCollectedEventOutput = {
|
|
161
|
+
base_fees: BN;
|
|
162
|
+
quote_fees: BN;
|
|
163
|
+
};
|
|
164
|
+
export type MatchIdInput = {
|
|
165
|
+
maker_id: string;
|
|
166
|
+
taker_id: string;
|
|
167
|
+
};
|
|
168
|
+
export type MatchIdOutput = MatchIdInput;
|
|
169
|
+
export type OrderInput = {
|
|
170
|
+
order_id: string;
|
|
171
|
+
trader_id: IdentityInput;
|
|
172
|
+
side: SideInput;
|
|
173
|
+
price: BigNumberish;
|
|
174
|
+
quantity: BigNumberish;
|
|
175
|
+
order_type: OrderTypeInput;
|
|
176
|
+
};
|
|
177
|
+
export type OrderOutput = {
|
|
178
|
+
order_id: string;
|
|
179
|
+
trader_id: IdentityOutput;
|
|
180
|
+
side: SideOutput;
|
|
181
|
+
price: BN;
|
|
182
|
+
quantity: BN;
|
|
183
|
+
order_type: OrderTypeOutput;
|
|
184
|
+
};
|
|
185
|
+
export type OrderArgsInput = {
|
|
186
|
+
price: BigNumberish;
|
|
187
|
+
quantity: BigNumberish;
|
|
188
|
+
order_type: OrderTypeInput;
|
|
189
|
+
};
|
|
190
|
+
export type OrderArgsOutput = {
|
|
191
|
+
price: BN;
|
|
192
|
+
quantity: BN;
|
|
193
|
+
order_type: OrderTypeOutput;
|
|
194
|
+
};
|
|
195
|
+
export type OrderBookBlacklistEventInput = {
|
|
196
|
+
blacklist: Option<ContractIdInput>;
|
|
197
|
+
};
|
|
198
|
+
export type OrderBookBlacklistEventOutput = {
|
|
199
|
+
blacklist: Option<ContractIdOutput>;
|
|
200
|
+
};
|
|
201
|
+
export type OrderBookConfigEventInput = {
|
|
202
|
+
base_asset: AssetIdInput;
|
|
203
|
+
quote_asset: AssetIdInput;
|
|
204
|
+
base_decimals: BigNumberish;
|
|
205
|
+
quote_decimals: BigNumberish;
|
|
206
|
+
min_order: BigNumberish;
|
|
207
|
+
maker_fee: BigNumberish;
|
|
208
|
+
taker_fee: BigNumberish;
|
|
209
|
+
price_precision: BigNumberish;
|
|
210
|
+
quantity_precision: BigNumberish;
|
|
211
|
+
price_window: BigNumberish;
|
|
212
|
+
dust: BigNumberish;
|
|
213
|
+
allow_fractional_price: boolean;
|
|
214
|
+
};
|
|
215
|
+
export type OrderBookConfigEventOutput = {
|
|
216
|
+
base_asset: AssetIdOutput;
|
|
217
|
+
quote_asset: AssetIdOutput;
|
|
218
|
+
base_decimals: BN;
|
|
219
|
+
quote_decimals: BN;
|
|
220
|
+
min_order: BN;
|
|
221
|
+
maker_fee: BN;
|
|
222
|
+
taker_fee: BN;
|
|
223
|
+
price_precision: BN;
|
|
224
|
+
quantity_precision: BN;
|
|
225
|
+
price_window: BN;
|
|
226
|
+
dust: BN;
|
|
227
|
+
allow_fractional_price: boolean;
|
|
228
|
+
};
|
|
229
|
+
export type OrderBookSymbolsEventInput = {
|
|
230
|
+
base_symbol: StdString;
|
|
231
|
+
quote_symbol: StdString;
|
|
232
|
+
};
|
|
233
|
+
export type OrderBookSymbolsEventOutput = OrderBookSymbolsEventInput;
|
|
234
|
+
export type OrderBookWhitelistEventInput = {
|
|
235
|
+
whitelist: Option<ContractIdInput>;
|
|
236
|
+
};
|
|
237
|
+
export type OrderBookWhitelistEventOutput = {
|
|
238
|
+
whitelist: Option<ContractIdOutput>;
|
|
239
|
+
};
|
|
240
|
+
export type OrderCancelledEventInput = {
|
|
241
|
+
order_id: string;
|
|
242
|
+
timestamp: TimeInput;
|
|
243
|
+
};
|
|
244
|
+
export type OrderCancelledEventOutput = {
|
|
245
|
+
order_id: string;
|
|
246
|
+
timestamp: TimeOutput;
|
|
247
|
+
};
|
|
248
|
+
export type OrderCancelledInternalEventInput = {
|
|
249
|
+
order_id: string;
|
|
250
|
+
timestamp: TimeInput;
|
|
251
|
+
};
|
|
252
|
+
export type OrderCancelledInternalEventOutput = {
|
|
253
|
+
order_id: string;
|
|
254
|
+
timestamp: TimeOutput;
|
|
255
|
+
};
|
|
256
|
+
export type OrderCreatedEventInput = {
|
|
257
|
+
order_id: string;
|
|
258
|
+
trader_id: IdentityInput;
|
|
259
|
+
order_side: SideInput;
|
|
260
|
+
order_type: OrderTypeInput;
|
|
261
|
+
quantity: BigNumberish;
|
|
262
|
+
price: BigNumberish;
|
|
263
|
+
timestamp: TimeInput;
|
|
264
|
+
};
|
|
265
|
+
export type OrderCreatedEventOutput = {
|
|
266
|
+
order_id: string;
|
|
267
|
+
trader_id: IdentityOutput;
|
|
268
|
+
order_side: SideOutput;
|
|
269
|
+
order_type: OrderTypeOutput;
|
|
270
|
+
quantity: BN;
|
|
271
|
+
price: BN;
|
|
272
|
+
timestamp: TimeOutput;
|
|
273
|
+
};
|
|
274
|
+
export type OrderMatchedEventInput = {
|
|
275
|
+
match_id: MatchIdInput;
|
|
276
|
+
quantity: BigNumberish;
|
|
277
|
+
price: BigNumberish;
|
|
278
|
+
timestamp: TimeInput;
|
|
279
|
+
};
|
|
280
|
+
export type OrderMatchedEventOutput = {
|
|
281
|
+
match_id: MatchIdOutput;
|
|
282
|
+
quantity: BN;
|
|
283
|
+
price: BN;
|
|
284
|
+
timestamp: TimeOutput;
|
|
285
|
+
};
|
|
286
|
+
export type OrderOutOfGasEventInput = {
|
|
287
|
+
order_id: string;
|
|
288
|
+
timestamp: TimeInput;
|
|
289
|
+
};
|
|
290
|
+
export type OrderOutOfGasEventOutput = {
|
|
291
|
+
order_id: string;
|
|
292
|
+
timestamp: TimeOutput;
|
|
293
|
+
};
|
|
294
|
+
export type OrderTooSmallEventInput = {
|
|
295
|
+
order_id: string;
|
|
296
|
+
timestamp: TimeInput;
|
|
297
|
+
};
|
|
298
|
+
export type OrderTooSmallEventOutput = {
|
|
299
|
+
order_id: string;
|
|
300
|
+
timestamp: TimeOutput;
|
|
301
|
+
};
|
|
302
|
+
export type OwnershipSetInput = {
|
|
303
|
+
new_owner: IdentityInput;
|
|
304
|
+
};
|
|
305
|
+
export type OwnershipSetOutput = {
|
|
306
|
+
new_owner: IdentityOutput;
|
|
307
|
+
};
|
|
308
|
+
export type OwnershipTransferredInput = {
|
|
309
|
+
new_owner: IdentityInput;
|
|
310
|
+
previous_owner: IdentityInput;
|
|
311
|
+
};
|
|
312
|
+
export type OwnershipTransferredOutput = {
|
|
313
|
+
new_owner: IdentityOutput;
|
|
314
|
+
previous_owner: IdentityOutput;
|
|
315
|
+
};
|
|
316
|
+
export type PauseEventInput = {
|
|
317
|
+
caller: IdentityInput;
|
|
318
|
+
};
|
|
319
|
+
export type PauseEventOutput = {
|
|
320
|
+
caller: IdentityOutput;
|
|
321
|
+
};
|
|
322
|
+
export type TimeInput = {
|
|
323
|
+
unix: BigNumberish;
|
|
324
|
+
};
|
|
325
|
+
export type TimeOutput = {
|
|
326
|
+
unix: BN;
|
|
327
|
+
};
|
|
328
|
+
export type UnpauseEventInput = {
|
|
329
|
+
caller: IdentityInput;
|
|
330
|
+
};
|
|
331
|
+
export type UnpauseEventOutput = {
|
|
332
|
+
caller: IdentityOutput;
|
|
333
|
+
};
|
|
334
|
+
export type WithdrawSettledTradeEventInput = {
|
|
335
|
+
trader_id: IdentityInput;
|
|
336
|
+
base_amount: BigNumberish;
|
|
337
|
+
quote_amount: BigNumberish;
|
|
338
|
+
};
|
|
339
|
+
export type WithdrawSettledTradeEventOutput = {
|
|
340
|
+
trader_id: IdentityOutput;
|
|
341
|
+
base_amount: BN;
|
|
342
|
+
quote_amount: BN;
|
|
343
|
+
};
|
|
344
|
+
export type OrderBookConfigurables = Partial<{
|
|
345
|
+
INITIAL_OWNER: StateInput;
|
|
346
|
+
BASE_ASSET: AssetIdInput;
|
|
347
|
+
QUOTE_ASSET: AssetIdInput;
|
|
348
|
+
MIN_ORDER: BigNumberish;
|
|
349
|
+
MAKER_FEE: BigNumberish;
|
|
350
|
+
TAKER_FEE: BigNumberish;
|
|
351
|
+
BASE_DECIMALS: BigNumberish;
|
|
352
|
+
QUOTE_DECIMALS: BigNumberish;
|
|
353
|
+
PRICE_WINDOW: BigNumberish;
|
|
354
|
+
PRICE_PRECISION: BigNumberish;
|
|
355
|
+
QUANTITY_PRECISION: BigNumberish;
|
|
356
|
+
DUST: BigNumberish;
|
|
357
|
+
BASE_GAS: BigNumberish;
|
|
358
|
+
MATCH_EVENT_GAS: BigNumberish;
|
|
359
|
+
MATCH_SINGLE_LEVEL_GAS: BigNumberish;
|
|
360
|
+
MATCH_MULTI_LEVEL_GAS: BigNumberish;
|
|
361
|
+
MIN_GAS: BigNumberish;
|
|
362
|
+
ALLOW_FRACTIONAL_PRICE: boolean;
|
|
363
|
+
BASE_SYMBOL: string;
|
|
364
|
+
QUOTE_SYMBOL: string;
|
|
365
|
+
WHITE_LIST_CONTRACT: Option<ContractIdInput>;
|
|
366
|
+
BLACK_LIST_CONTRACT: Option<ContractIdInput>;
|
|
367
|
+
}>;
|
|
368
|
+
export declare class OrderBookInterface extends Interface {
|
|
369
|
+
constructor();
|
|
370
|
+
functions: {
|
|
371
|
+
cancel_order: FunctionFragment;
|
|
372
|
+
create_order: FunctionFragment;
|
|
373
|
+
get_base_asset: FunctionFragment;
|
|
374
|
+
get_best_buy: FunctionFragment;
|
|
375
|
+
get_best_sell: FunctionFragment;
|
|
376
|
+
get_blacklist_id: FunctionFragment;
|
|
377
|
+
get_heap_price: FunctionFragment;
|
|
378
|
+
get_last_traded_price: FunctionFragment;
|
|
379
|
+
get_maker_fee: FunctionFragment;
|
|
380
|
+
get_minimum_trade_amount: FunctionFragment;
|
|
381
|
+
get_order: FunctionFragment;
|
|
382
|
+
get_orders_at_price: FunctionFragment;
|
|
383
|
+
get_price_precision: FunctionFragment;
|
|
384
|
+
get_quantity_precision: FunctionFragment;
|
|
385
|
+
get_quote_asset: FunctionFragment;
|
|
386
|
+
get_settled_balance_of: FunctionFragment;
|
|
387
|
+
get_taker_fee: FunctionFragment;
|
|
388
|
+
get_whitelist_id: FunctionFragment;
|
|
389
|
+
settle_balance: FunctionFragment;
|
|
390
|
+
settle_balances: FunctionFragment;
|
|
391
|
+
cancel_blacklist_orders: FunctionFragment;
|
|
392
|
+
collect_fees: FunctionFragment;
|
|
393
|
+
current_fees: FunctionFragment;
|
|
394
|
+
emit_orderbook_config: FunctionFragment;
|
|
395
|
+
force_cancel_orders: FunctionFragment;
|
|
396
|
+
initialize: FunctionFragment;
|
|
397
|
+
transfer_ownership: FunctionFragment;
|
|
398
|
+
owner: FunctionFragment;
|
|
399
|
+
is_paused: FunctionFragment;
|
|
400
|
+
pause: FunctionFragment;
|
|
401
|
+
unpause: FunctionFragment;
|
|
402
|
+
};
|
|
403
|
+
}
|
|
404
|
+
export declare class OrderBook extends __Contract {
|
|
405
|
+
static readonly abi: {
|
|
406
|
+
programType: string;
|
|
407
|
+
specVersion: string;
|
|
408
|
+
encodingVersion: string;
|
|
409
|
+
concreteTypes: ({
|
|
410
|
+
type: string;
|
|
411
|
+
concreteTypeId: string;
|
|
412
|
+
metadataTypeId?: undefined;
|
|
413
|
+
typeArguments?: undefined;
|
|
414
|
+
} | {
|
|
415
|
+
type: string;
|
|
416
|
+
concreteTypeId: string;
|
|
417
|
+
metadataTypeId: number;
|
|
418
|
+
typeArguments?: undefined;
|
|
419
|
+
} | {
|
|
420
|
+
type: string;
|
|
421
|
+
concreteTypeId: string;
|
|
422
|
+
metadataTypeId: number;
|
|
423
|
+
typeArguments: string[];
|
|
424
|
+
})[];
|
|
425
|
+
metadataTypes: ({
|
|
426
|
+
type: string;
|
|
427
|
+
metadataTypeId: number;
|
|
428
|
+
components: ({
|
|
429
|
+
name: string;
|
|
430
|
+
typeId: string;
|
|
431
|
+
} | {
|
|
432
|
+
name: string;
|
|
433
|
+
typeId: number;
|
|
434
|
+
})[];
|
|
435
|
+
typeParameters?: undefined;
|
|
436
|
+
} | {
|
|
437
|
+
type: string;
|
|
438
|
+
metadataTypeId: number;
|
|
439
|
+
components: ({
|
|
440
|
+
name: string;
|
|
441
|
+
typeId: string;
|
|
442
|
+
} | {
|
|
443
|
+
name: string;
|
|
444
|
+
typeId: number;
|
|
445
|
+
})[];
|
|
446
|
+
typeParameters: number[];
|
|
447
|
+
} | {
|
|
448
|
+
type: string;
|
|
449
|
+
metadataTypeId: number;
|
|
450
|
+
components?: undefined;
|
|
451
|
+
typeParameters?: undefined;
|
|
452
|
+
} | {
|
|
453
|
+
type: string;
|
|
454
|
+
metadataTypeId: number;
|
|
455
|
+
components: {
|
|
456
|
+
name: string;
|
|
457
|
+
typeId: number;
|
|
458
|
+
typeArguments: {
|
|
459
|
+
name: string;
|
|
460
|
+
typeId: number;
|
|
461
|
+
}[];
|
|
462
|
+
}[];
|
|
463
|
+
typeParameters?: undefined;
|
|
464
|
+
} | {
|
|
465
|
+
type: string;
|
|
466
|
+
metadataTypeId: number;
|
|
467
|
+
components: ({
|
|
468
|
+
name: string;
|
|
469
|
+
typeId: number;
|
|
470
|
+
typeArguments: {
|
|
471
|
+
name: string;
|
|
472
|
+
typeId: number;
|
|
473
|
+
}[];
|
|
474
|
+
} | {
|
|
475
|
+
name: string;
|
|
476
|
+
typeId: string;
|
|
477
|
+
typeArguments?: undefined;
|
|
478
|
+
})[];
|
|
479
|
+
typeParameters: number[];
|
|
480
|
+
})[];
|
|
481
|
+
functions: ({
|
|
482
|
+
name: string;
|
|
483
|
+
inputs: {
|
|
484
|
+
name: string;
|
|
485
|
+
concreteTypeId: string;
|
|
486
|
+
}[];
|
|
487
|
+
output: string;
|
|
488
|
+
attributes: {
|
|
489
|
+
name: string;
|
|
490
|
+
arguments: string[];
|
|
491
|
+
}[];
|
|
492
|
+
} | {
|
|
493
|
+
name: string;
|
|
494
|
+
inputs: never[];
|
|
495
|
+
output: string;
|
|
496
|
+
attributes: null;
|
|
497
|
+
})[];
|
|
498
|
+
loggedTypes: {
|
|
499
|
+
logId: string;
|
|
500
|
+
concreteTypeId: string;
|
|
501
|
+
}[];
|
|
502
|
+
messagesTypes: never[];
|
|
503
|
+
configurables: {
|
|
504
|
+
name: string;
|
|
505
|
+
concreteTypeId: string;
|
|
506
|
+
offset: number;
|
|
507
|
+
indirect: boolean;
|
|
508
|
+
}[];
|
|
509
|
+
errorCodes: {};
|
|
510
|
+
panickingCalls: {};
|
|
511
|
+
};
|
|
512
|
+
static readonly storageSlots: StorageSlot[];
|
|
513
|
+
interface: OrderBookInterface;
|
|
514
|
+
functions: {
|
|
515
|
+
cancel_order: InvokeFunction<[order_id: string], boolean>;
|
|
516
|
+
create_order: InvokeFunction<[order_args: OrderArgsInput], string>;
|
|
517
|
+
get_base_asset: InvokeFunction<[], AssetIdOutput>;
|
|
518
|
+
get_best_buy: InvokeFunction<[], Option<BN>>;
|
|
519
|
+
get_best_sell: InvokeFunction<[], Option<BN>>;
|
|
520
|
+
get_blacklist_id: InvokeFunction<[], Option<ContractIdOutput>>;
|
|
521
|
+
get_heap_price: InvokeFunction<[side: SideInput, price: BigNumberish], boolean>;
|
|
522
|
+
get_last_traded_price: InvokeFunction<[], [BN, TimeOutput]>;
|
|
523
|
+
get_maker_fee: InvokeFunction<[], BN>;
|
|
524
|
+
get_minimum_trade_amount: InvokeFunction<[], BN>;
|
|
525
|
+
get_order: InvokeFunction<[order_id: string], Option<OrderOutput>>;
|
|
526
|
+
get_orders_at_price: InvokeFunction<[side: SideInput, price: BigNumberish], Vec<OrderOutput>>;
|
|
527
|
+
get_price_precision: InvokeFunction<[], BN>;
|
|
528
|
+
get_quantity_precision: InvokeFunction<[], BN>;
|
|
529
|
+
get_quote_asset: InvokeFunction<[], AssetIdOutput>;
|
|
530
|
+
get_settled_balance_of: InvokeFunction<[trader: IdentityInput], [BN, BN]>;
|
|
531
|
+
get_taker_fee: InvokeFunction<[], BN>;
|
|
532
|
+
get_whitelist_id: InvokeFunction<[], Option<ContractIdOutput>>;
|
|
533
|
+
settle_balance: InvokeFunction<[trader: IdentityInput], void>;
|
|
534
|
+
settle_balances: InvokeFunction<[traders: Vec<IdentityInput>], void>;
|
|
535
|
+
cancel_blacklist_orders: InvokeFunction<[orders: Vec<string>], void>;
|
|
536
|
+
collect_fees: InvokeFunction<[fee_recipient: IdentityInput], void>;
|
|
537
|
+
current_fees: InvokeFunction<[], [BN, BN]>;
|
|
538
|
+
emit_orderbook_config: InvokeFunction<[], void>;
|
|
539
|
+
force_cancel_orders: InvokeFunction<[orders: Vec<string>], void>;
|
|
540
|
+
initialize: InvokeFunction<[], void>;
|
|
541
|
+
transfer_ownership: InvokeFunction<[new_owner: IdentityInput], void>;
|
|
542
|
+
owner: InvokeFunction<[], StateOutput>;
|
|
543
|
+
is_paused: InvokeFunction<[], boolean>;
|
|
544
|
+
pause: InvokeFunction<[], void>;
|
|
545
|
+
unpause: InvokeFunction<[], void>;
|
|
546
|
+
};
|
|
547
|
+
constructor(id: string | Address, accountOrProvider: Account | Provider);
|
|
548
|
+
}
|
|
549
|
+
//# sourceMappingURL=OrderBook.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"OrderBook.d.ts","sourceRoot":"","sources":["../../src/order-book/OrderBook.ts"],"names":[],"mappings":"AAUA,OAAO,EAAE,QAAQ,IAAI,UAAU,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAC1D,OAAO,KAAK,EACV,QAAQ,EACR,OAAO,EACP,WAAW,EACX,OAAO,EACP,YAAY,EACZ,EAAE,EAEF,gBAAgB,EAChB,cAAc,EACd,SAAS,EACV,MAAM,OAAO,CAAC;AAEf,OAAO,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG,EAAE,MAAM,UAAU,CAAC;AAElD,oBAAY,gBAAgB;IAAG,QAAQ,aAAa;CAAE;AACtD,oBAAY,iBAAiB;IAAG,QAAQ,aAAa;CAAE;AACvD,oBAAY,aAAa;IAAG,eAAe,oBAAoB;CAAE;AACjE,oBAAY,cAAc;IAAG,eAAe,oBAAoB;CAAE;AAClE,MAAM,MAAM,aAAa,GAAG,IAAI,CAAC;IAAE,OAAO,EAAE,YAAY,CAAC;IAAC,UAAU,EAAE,eAAe,CAAA;CAAE,CAAC,CAAC;AACzF,MAAM,MAAM,cAAc,GAAG,IAAI,CAAC;IAAE,OAAO,EAAE,aAAa,CAAC;IAAC,UAAU,EAAE,gBAAgB,CAAA;CAAE,CAAC,CAAC;AAC5F,oBAAY,wBAAwB;IAAG,mBAAmB,wBAAwB;CAAE;AACpF,oBAAY,yBAAyB;IAAG,mBAAmB,wBAAwB;CAAE;AACrF,oBAAY,iCAAiC;IAAG,YAAY,iBAAiB;IAAE,eAAe,oBAAoB;IAAE,kBAAkB,uBAAuB;IAAE,qBAAqB,0BAA0B;IAAE,WAAW,gBAAgB;IAAE,eAAe,oBAAoB;CAAE;AAClR,oBAAY,kCAAkC;IAAG,YAAY,iBAAiB;IAAE,eAAe,oBAAoB;IAAE,kBAAkB,uBAAuB;IAAE,qBAAqB,0BAA0B;IAAE,WAAW,gBAAgB;IAAE,eAAe,oBAAoB;CAAE;AACnR,oBAAY,qBAAqB;IAAG,aAAa,kBAAkB;IAAE,oBAAoB,yBAAyB;IAAE,WAAW,gBAAgB;CAAE;AACjJ,oBAAY,sBAAsB;IAAG,aAAa,kBAAkB;IAAE,oBAAoB,yBAAyB;IAAE,WAAW,gBAAgB;CAAE;AAClJ,MAAM,MAAM,uBAAuB,GAAG,IAAI,CAAC;IAAE,gBAAgB,EAAE,SAAS,CAAC;IAAC,kBAAkB,EAAE,SAAS,CAAC;IAAC,YAAY,EAAE,SAAS,CAAC;IAAC,iBAAiB,EAAE,SAAS,CAAC;IAAC,cAAc,EAAE,SAAS,CAAC;IAAC,iBAAiB,EAAE,CAAC,YAAY,EAAE,YAAY,CAAC,CAAC;IAAC,eAAe,EAAE,SAAS,CAAC;IAAC,cAAc,EAAE,SAAS,CAAC;IAAC,oBAAoB,EAAE,SAAS,CAAC;IAAC,oBAAoB,EAAE,SAAS,CAAC;IAAC,iBAAiB,EAAE,SAAS,CAAC;IAAC,kBAAkB,EAAE,SAAS,CAAC;IAAC,sBAAsB,EAAE,SAAS,CAAA;CAAE,CAAC,CAAC;AACvc,MAAM,MAAM,wBAAwB,GAAG,IAAI,CAAC;IAAE,gBAAgB,EAAE,IAAI,CAAC;IAAC,kBAAkB,EAAE,IAAI,CAAC;IAAC,YAAY,EAAE,IAAI,CAAC;IAAC,iBAAiB,EAAE,IAAI,CAAC;IAAC,cAAc,EAAE,IAAI,CAAC;IAAC,iBAAiB,EAAE,CAAC,EAAE,EAAE,EAAE,CAAC,CAAC;IAAC,eAAe,EAAE,IAAI,CAAC;IAAC,cAAc,EAAE,IAAI,CAAC;IAAC,oBAAoB,EAAE,IAAI,CAAC;IAAC,oBAAoB,EAAE,IAAI,CAAC;IAAC,iBAAiB,EAAE,IAAI,CAAC;IAAC,kBAAkB,EAAE,IAAI,CAAC;IAAC,sBAAsB,EAAE,IAAI,CAAA;CAAE,CAAC,CAAC;AACxX,MAAM,MAAM,cAAc,GAAG,IAAI,CAAC;IAAE,KAAK,EAAE,EAAE,CAAC;IAAC,IAAI,EAAE,SAAS,CAAC;IAAC,UAAU,EAAE,SAAS,CAAC;IAAC,QAAQ,EAAE,SAAS,CAAC;IAAC,MAAM,EAAE,SAAS,CAAC;IAAC,aAAa,EAAE,CAAC,YAAY,EAAE,YAAY,CAAC,CAAA;CAAE,CAAC,CAAC;AAC9K,MAAM,MAAM,eAAe,GAAG,IAAI,CAAC;IAAE,KAAK,EAAE,EAAE,CAAC;IAAC,IAAI,EAAE,IAAI,CAAC;IAAC,UAAU,EAAE,IAAI,CAAC;IAAC,QAAQ,EAAE,IAAI,CAAC;IAAC,MAAM,EAAE,IAAI,CAAC;IAAC,aAAa,EAAE,CAAC,EAAE,EAAE,EAAE,CAAC,CAAA;CAAE,CAAC,CAAC;AACvI,oBAAY,eAAe;IAAG,MAAM,WAAW;IAAE,SAAS,cAAc;CAAE;AAC1E,oBAAY,gBAAgB;IAAG,MAAM,WAAW;IAAE,SAAS,cAAc;CAAE;AAC3E,oBAAY,SAAS;IAAG,GAAG,QAAQ;IAAE,IAAI,SAAS;CAAE;AACpD,oBAAY,UAAU;IAAG,GAAG,QAAQ;IAAE,IAAI,SAAS;CAAE;AACrD,MAAM,MAAM,UAAU,GAAG,IAAI,CAAC;IAAE,aAAa,EAAE,SAAS,CAAC;IAAC,WAAW,EAAE,aAAa,CAAC;IAAC,OAAO,EAAE,SAAS,CAAA;CAAE,CAAC,CAAC;AAC5G,MAAM,MAAM,WAAW,GAAG,IAAI,CAAC;IAAE,aAAa,EAAE,IAAI,CAAC;IAAC,WAAW,EAAE,cAAc,CAAC;IAAC,OAAO,EAAE,IAAI,CAAA;CAAE,CAAC,CAAC;AAEpG,MAAM,MAAM,YAAY,GAAG;IAAE,IAAI,EAAE,MAAM,CAAA;CAAE,CAAC;AAC5C,MAAM,MAAM,aAAa,GAAG,YAAY,CAAC;AACzC,MAAM,MAAM,YAAY,GAAG;IAAE,IAAI,EAAE,MAAM,CAAA;CAAE,CAAC;AAC5C,MAAM,MAAM,aAAa,GAAG,YAAY,CAAC;AACzC,MAAM,MAAM,eAAe,GAAG;IAAE,IAAI,EAAE,MAAM,CAAA;CAAE,CAAC;AAC/C,MAAM,MAAM,gBAAgB,GAAG,eAAe,CAAC;AAC/C,MAAM,MAAM,qBAAqB,GAAG;IAAE,QAAQ,EAAE,MAAM,CAAC;IAAC,SAAS,EAAE,SAAS,CAAA;CAAE,CAAC;AAC/E,MAAM,MAAM,sBAAsB,GAAG;IAAE,QAAQ,EAAE,MAAM,CAAC;IAAC,SAAS,EAAE,UAAU,CAAA;CAAE,CAAC;AACjF,MAAM,MAAM,qBAAqB,GAAG;IAAE,SAAS,EAAE,YAAY,CAAC;IAAC,UAAU,EAAE,YAAY,CAAA;CAAE,CAAC;AAC1F,MAAM,MAAM,sBAAsB,GAAG;IAAE,SAAS,EAAE,EAAE,CAAC;IAAC,UAAU,EAAE,EAAE,CAAA;CAAE,CAAC;AACvE,MAAM,MAAM,uBAAuB,GAAG;IAAE,SAAS,EAAE,YAAY,CAAC;IAAC,UAAU,EAAE,YAAY,CAAA;CAAE,CAAC;AAC5F,MAAM,MAAM,wBAAwB,GAAG;IAAE,SAAS,EAAE,EAAE,CAAC;IAAC,UAAU,EAAE,EAAE,CAAA;CAAE,CAAC;AACzE,MAAM,MAAM,YAAY,GAAG;IAAE,QAAQ,EAAE,MAAM,CAAC;IAAC,QAAQ,EAAE,MAAM,CAAA;CAAE,CAAC;AAClE,MAAM,MAAM,aAAa,GAAG,YAAY,CAAC;AACzC,MAAM,MAAM,UAAU,GAAG;IAAE,QAAQ,EAAE,MAAM,CAAC;IAAC,SAAS,EAAE,aAAa,CAAC;IAAC,IAAI,EAAE,SAAS,CAAC;IAAC,KAAK,EAAE,YAAY,CAAC;IAAC,QAAQ,EAAE,YAAY,CAAC;IAAC,UAAU,EAAE,cAAc,CAAA;CAAE,CAAC;AAClK,MAAM,MAAM,WAAW,GAAG;IAAE,QAAQ,EAAE,MAAM,CAAC;IAAC,SAAS,EAAE,cAAc,CAAC;IAAC,IAAI,EAAE,UAAU,CAAC;IAAC,KAAK,EAAE,EAAE,CAAC;IAAC,QAAQ,EAAE,EAAE,CAAC;IAAC,UAAU,EAAE,eAAe,CAAA;CAAE,CAAC;AAClJ,MAAM,MAAM,cAAc,GAAG;IAAE,KAAK,EAAE,YAAY,CAAC;IAAC,QAAQ,EAAE,YAAY,CAAC;IAAC,UAAU,EAAE,cAAc,CAAA;CAAE,CAAC;AACzG,MAAM,MAAM,eAAe,GAAG;IAAE,KAAK,EAAE,EAAE,CAAC;IAAC,QAAQ,EAAE,EAAE,CAAC;IAAC,UAAU,EAAE,eAAe,CAAA;CAAE,CAAC;AACvF,MAAM,MAAM,4BAA4B,GAAG;IAAE,SAAS,EAAE,MAAM,CAAC,eAAe,CAAC,CAAA;CAAE,CAAC;AAClF,MAAM,MAAM,6BAA6B,GAAG;IAAE,SAAS,EAAE,MAAM,CAAC,gBAAgB,CAAC,CAAA;CAAE,CAAC;AACpF,MAAM,MAAM,yBAAyB,GAAG;IAAE,UAAU,EAAE,YAAY,CAAC;IAAC,WAAW,EAAE,YAAY,CAAC;IAAC,aAAa,EAAE,YAAY,CAAC;IAAC,cAAc,EAAE,YAAY,CAAC;IAAC,SAAS,EAAE,YAAY,CAAC;IAAC,SAAS,EAAE,YAAY,CAAC;IAAC,SAAS,EAAE,YAAY,CAAC;IAAC,eAAe,EAAE,YAAY,CAAC;IAAC,kBAAkB,EAAE,YAAY,CAAC;IAAC,YAAY,EAAE,YAAY,CAAC;IAAC,IAAI,EAAE,YAAY,CAAC;IAAC,sBAAsB,EAAE,OAAO,CAAA;CAAE,CAAC;AACxX,MAAM,MAAM,0BAA0B,GAAG;IAAE,UAAU,EAAE,aAAa,CAAC;IAAC,WAAW,EAAE,aAAa,CAAC;IAAC,aAAa,EAAE,EAAE,CAAC;IAAC,cAAc,EAAE,EAAE,CAAC;IAAC,SAAS,EAAE,EAAE,CAAC;IAAC,SAAS,EAAE,EAAE,CAAC;IAAC,SAAS,EAAE,EAAE,CAAC;IAAC,eAAe,EAAE,EAAE,CAAC;IAAC,kBAAkB,EAAE,EAAE,CAAC;IAAC,YAAY,EAAE,EAAE,CAAC;IAAC,IAAI,EAAE,EAAE,CAAC;IAAC,sBAAsB,EAAE,OAAO,CAAA;CAAE,CAAC;AACjS,MAAM,MAAM,0BAA0B,GAAG;IAAE,WAAW,EAAE,SAAS,CAAC;IAAC,YAAY,EAAE,SAAS,CAAA;CAAE,CAAC;AAC7F,MAAM,MAAM,2BAA2B,GAAG,0BAA0B,CAAC;AACrE,MAAM,MAAM,4BAA4B,GAAG;IAAE,SAAS,EAAE,MAAM,CAAC,eAAe,CAAC,CAAA;CAAE,CAAC;AAClF,MAAM,MAAM,6BAA6B,GAAG;IAAE,SAAS,EAAE,MAAM,CAAC,gBAAgB,CAAC,CAAA;CAAE,CAAC;AACpF,MAAM,MAAM,wBAAwB,GAAG;IAAE,QAAQ,EAAE,MAAM,CAAC;IAAC,SAAS,EAAE,SAAS,CAAA;CAAE,CAAC;AAClF,MAAM,MAAM,yBAAyB,GAAG;IAAE,QAAQ,EAAE,MAAM,CAAC;IAAC,SAAS,EAAE,UAAU,CAAA;CAAE,CAAC;AACpF,MAAM,MAAM,gCAAgC,GAAG;IAAE,QAAQ,EAAE,MAAM,CAAC;IAAC,SAAS,EAAE,SAAS,CAAA;CAAE,CAAC;AAC1F,MAAM,MAAM,iCAAiC,GAAG;IAAE,QAAQ,EAAE,MAAM,CAAC;IAAC,SAAS,EAAE,UAAU,CAAA;CAAE,CAAC;AAC5F,MAAM,MAAM,sBAAsB,GAAG;IAAE,QAAQ,EAAE,MAAM,CAAC;IAAC,SAAS,EAAE,aAAa,CAAC;IAAC,UAAU,EAAE,SAAS,CAAC;IAAC,UAAU,EAAE,cAAc,CAAC;IAAC,QAAQ,EAAE,YAAY,CAAC;IAAC,KAAK,EAAE,YAAY,CAAC;IAAC,SAAS,EAAE,SAAS,CAAA;CAAE,CAAC;AAC1M,MAAM,MAAM,uBAAuB,GAAG;IAAE,QAAQ,EAAE,MAAM,CAAC;IAAC,SAAS,EAAE,cAAc,CAAC;IAAC,UAAU,EAAE,UAAU,CAAC;IAAC,UAAU,EAAE,eAAe,CAAC;IAAC,QAAQ,EAAE,EAAE,CAAC;IAAC,KAAK,EAAE,EAAE,CAAC;IAAC,SAAS,EAAE,UAAU,CAAA;CAAE,CAAC;AAC3L,MAAM,MAAM,sBAAsB,GAAG;IAAE,QAAQ,EAAE,YAAY,CAAC;IAAC,QAAQ,EAAE,YAAY,CAAC;IAAC,KAAK,EAAE,YAAY,CAAC;IAAC,SAAS,EAAE,SAAS,CAAA;CAAE,CAAC;AACnI,MAAM,MAAM,uBAAuB,GAAG;IAAE,QAAQ,EAAE,aAAa,CAAC;IAAC,QAAQ,EAAE,EAAE,CAAC;IAAC,KAAK,EAAE,EAAE,CAAC;IAAC,SAAS,EAAE,UAAU,CAAA;CAAE,CAAC;AAClH,MAAM,MAAM,uBAAuB,GAAG;IAAE,QAAQ,EAAE,MAAM,CAAC;IAAC,SAAS,EAAE,SAAS,CAAA;CAAE,CAAC;AACjF,MAAM,MAAM,wBAAwB,GAAG;IAAE,QAAQ,EAAE,MAAM,CAAC;IAAC,SAAS,EAAE,UAAU,CAAA;CAAE,CAAC;AACnF,MAAM,MAAM,uBAAuB,GAAG;IAAE,QAAQ,EAAE,MAAM,CAAC;IAAC,SAAS,EAAE,SAAS,CAAA;CAAE,CAAC;AACjF,MAAM,MAAM,wBAAwB,GAAG;IAAE,QAAQ,EAAE,MAAM,CAAC;IAAC,SAAS,EAAE,UAAU,CAAA;CAAE,CAAC;AACnF,MAAM,MAAM,iBAAiB,GAAG;IAAE,SAAS,EAAE,aAAa,CAAA;CAAE,CAAC;AAC7D,MAAM,MAAM,kBAAkB,GAAG;IAAE,SAAS,EAAE,cAAc,CAAA;CAAE,CAAC;AAC/D,MAAM,MAAM,yBAAyB,GAAG;IAAE,SAAS,EAAE,aAAa,CAAC;IAAC,cAAc,EAAE,aAAa,CAAA;CAAE,CAAC;AACpG,MAAM,MAAM,0BAA0B,GAAG;IAAE,SAAS,EAAE,cAAc,CAAC;IAAC,cAAc,EAAE,cAAc,CAAA;CAAE,CAAC;AACvG,MAAM,MAAM,eAAe,GAAG;IAAE,MAAM,EAAE,aAAa,CAAA;CAAE,CAAC;AACxD,MAAM,MAAM,gBAAgB,GAAG;IAAE,MAAM,EAAE,cAAc,CAAA;CAAE,CAAC;AAC1D,MAAM,MAAM,SAAS,GAAG;IAAE,IAAI,EAAE,YAAY,CAAA;CAAE,CAAC;AAC/C,MAAM,MAAM,UAAU,GAAG;IAAE,IAAI,EAAE,EAAE,CAAA;CAAE,CAAC;AACtC,MAAM,MAAM,iBAAiB,GAAG;IAAE,MAAM,EAAE,aAAa,CAAA;CAAE,CAAC;AAC1D,MAAM,MAAM,kBAAkB,GAAG;IAAE,MAAM,EAAE,cAAc,CAAA;CAAE,CAAC;AAC5D,MAAM,MAAM,8BAA8B,GAAG;IAAE,SAAS,EAAE,aAAa,CAAC;IAAC,WAAW,EAAE,YAAY,CAAC;IAAC,YAAY,EAAE,YAAY,CAAA;CAAE,CAAC;AACjI,MAAM,MAAM,+BAA+B,GAAG;IAAE,SAAS,EAAE,cAAc,CAAC;IAAC,WAAW,EAAE,EAAE,CAAC;IAAC,YAAY,EAAE,EAAE,CAAA;CAAE,CAAC;AAE/G,MAAM,MAAM,sBAAsB,GAAG,OAAO,CAAC;IAC3C,aAAa,EAAE,UAAU,CAAC;IAC1B,UAAU,EAAE,YAAY,CAAC;IACzB,WAAW,EAAE,YAAY,CAAC;IAC1B,SAAS,EAAE,YAAY,CAAC;IACxB,SAAS,EAAE,YAAY,CAAC;IACxB,SAAS,EAAE,YAAY,CAAC;IACxB,aAAa,EAAE,YAAY,CAAC;IAC5B,cAAc,EAAE,YAAY,CAAC;IAC7B,YAAY,EAAE,YAAY,CAAC;IAC3B,eAAe,EAAE,YAAY,CAAC;IAC9B,kBAAkB,EAAE,YAAY,CAAC;IACjC,IAAI,EAAE,YAAY,CAAC;IACnB,QAAQ,EAAE,YAAY,CAAC;IACvB,eAAe,EAAE,YAAY,CAAC;IAC9B,sBAAsB,EAAE,YAAY,CAAC;IACrC,qBAAqB,EAAE,YAAY,CAAC;IACpC,OAAO,EAAE,YAAY,CAAC;IACtB,sBAAsB,EAAE,OAAO,CAAC;IAChC,WAAW,EAAE,MAAM,CAAC;IACpB,YAAY,EAAE,MAAM,CAAC;IACrB,mBAAmB,EAAE,MAAM,CAAC,eAAe,CAAC,CAAC;IAC7C,mBAAmB,EAAE,MAAM,CAAC,eAAe,CAAC,CAAC;CAC9C,CAAC,CAAC;AA2xGH,qBAAa,kBAAmB,SAAQ,SAAS;;IAKvC,SAAS,EAAE;QACjB,YAAY,EAAE,gBAAgB,CAAC;QAC/B,YAAY,EAAE,gBAAgB,CAAC;QAC/B,cAAc,EAAE,gBAAgB,CAAC;QACjC,YAAY,EAAE,gBAAgB,CAAC;QAC/B,aAAa,EAAE,gBAAgB,CAAC;QAChC,gBAAgB,EAAE,gBAAgB,CAAC;QACnC,cAAc,EAAE,gBAAgB,CAAC;QACjC,qBAAqB,EAAE,gBAAgB,CAAC;QACxC,aAAa,EAAE,gBAAgB,CAAC;QAChC,wBAAwB,EAAE,gBAAgB,CAAC;QAC3C,SAAS,EAAE,gBAAgB,CAAC;QAC5B,mBAAmB,EAAE,gBAAgB,CAAC;QACtC,mBAAmB,EAAE,gBAAgB,CAAC;QACtC,sBAAsB,EAAE,gBAAgB,CAAC;QACzC,eAAe,EAAE,gBAAgB,CAAC;QAClC,sBAAsB,EAAE,gBAAgB,CAAC;QACzC,aAAa,EAAE,gBAAgB,CAAC;QAChC,gBAAgB,EAAE,gBAAgB,CAAC;QACnC,cAAc,EAAE,gBAAgB,CAAC;QACjC,eAAe,EAAE,gBAAgB,CAAC;QAClC,uBAAuB,EAAE,gBAAgB,CAAC;QAC1C,YAAY,EAAE,gBAAgB,CAAC;QAC/B,YAAY,EAAE,gBAAgB,CAAC;QAC/B,qBAAqB,EAAE,gBAAgB,CAAC;QACxC,mBAAmB,EAAE,gBAAgB,CAAC;QACtC,UAAU,EAAE,gBAAgB,CAAC;QAC7B,kBAAkB,EAAE,gBAAgB,CAAC;QACrC,KAAK,EAAE,gBAAgB,CAAC;QACxB,SAAS,EAAE,gBAAgB,CAAC;QAC5B,KAAK,EAAE,gBAAgB,CAAC;QACxB,OAAO,EAAE,gBAAgB,CAAC;KAC3B,CAAC;CACH;AAED,qBAAa,SAAU,SAAQ,UAAU;IACvC,MAAM,CAAC,QAAQ,CAAC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAAO;IAC1B,MAAM,CAAC,QAAQ,CAAC,YAAY,gBAAgB;IAEpC,SAAS,EAAE,kBAAkB,CAAC;IAC9B,SAAS,EAAE;QACjB,YAAY,EAAE,cAAc,CAAC,CAAC,QAAQ,EAAE,MAAM,CAAC,EAAE,OAAO,CAAC,CAAC;QAC1D,YAAY,EAAE,cAAc,CAAC,CAAC,UAAU,EAAE,cAAc,CAAC,EAAE,MAAM,CAAC,CAAC;QACnE,cAAc,EAAE,cAAc,CAAC,EAAE,EAAE,aAAa,CAAC,CAAC;QAClD,YAAY,EAAE,cAAc,CAAC,EAAE,EAAE,MAAM,CAAC,EAAE,CAAC,CAAC,CAAC;QAC7C,aAAa,EAAE,cAAc,CAAC,EAAE,EAAE,MAAM,CAAC,EAAE,CAAC,CAAC,CAAC;QAC9C,gBAAgB,EAAE,cAAc,CAAC,EAAE,EAAE,MAAM,CAAC,gBAAgB,CAAC,CAAC,CAAC;QAC/D,cAAc,EAAE,cAAc,CAAC,CAAC,IAAI,EAAE,SAAS,EAAE,KAAK,EAAE,YAAY,CAAC,EAAE,OAAO,CAAC,CAAC;QAChF,qBAAqB,EAAE,cAAc,CAAC,EAAE,EAAE,CAAC,EAAE,EAAE,UAAU,CAAC,CAAC,CAAC;QAC5D,aAAa,EAAE,cAAc,CAAC,EAAE,EAAE,EAAE,CAAC,CAAC;QACtC,wBAAwB,EAAE,cAAc,CAAC,EAAE,EAAE,EAAE,CAAC,CAAC;QACjD,SAAS,EAAE,cAAc,CAAC,CAAC,QAAQ,EAAE,MAAM,CAAC,EAAE,MAAM,CAAC,WAAW,CAAC,CAAC,CAAC;QACnE,mBAAmB,EAAE,cAAc,CAAC,CAAC,IAAI,EAAE,SAAS,EAAE,KAAK,EAAE,YAAY,CAAC,EAAE,GAAG,CAAC,WAAW,CAAC,CAAC,CAAC;QAC9F,mBAAmB,EAAE,cAAc,CAAC,EAAE,EAAE,EAAE,CAAC,CAAC;QAC5C,sBAAsB,EAAE,cAAc,CAAC,EAAE,EAAE,EAAE,CAAC,CAAC;QAC/C,eAAe,EAAE,cAAc,CAAC,EAAE,EAAE,aAAa,CAAC,CAAC;QACnD,sBAAsB,EAAE,cAAc,CAAC,CAAC,MAAM,EAAE,aAAa,CAAC,EAAE,CAAC,EAAE,EAAE,EAAE,CAAC,CAAC,CAAC;QAC1E,aAAa,EAAE,cAAc,CAAC,EAAE,EAAE,EAAE,CAAC,CAAC;QACtC,gBAAgB,EAAE,cAAc,CAAC,EAAE,EAAE,MAAM,CAAC,gBAAgB,CAAC,CAAC,CAAC;QAC/D,cAAc,EAAE,cAAc,CAAC,CAAC,MAAM,EAAE,aAAa,CAAC,EAAE,IAAI,CAAC,CAAC;QAC9D,eAAe,EAAE,cAAc,CAAC,CAAC,OAAO,EAAE,GAAG,CAAC,aAAa,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC;QACrE,uBAAuB,EAAE,cAAc,CAAC,CAAC,MAAM,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC;QACrE,YAAY,EAAE,cAAc,CAAC,CAAC,aAAa,EAAE,aAAa,CAAC,EAAE,IAAI,CAAC,CAAC;QACnE,YAAY,EAAE,cAAc,CAAC,EAAE,EAAE,CAAC,EAAE,EAAE,EAAE,CAAC,CAAC,CAAC;QAC3C,qBAAqB,EAAE,cAAc,CAAC,EAAE,EAAE,IAAI,CAAC,CAAC;QAChD,mBAAmB,EAAE,cAAc,CAAC,CAAC,MAAM,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC;QACjE,UAAU,EAAE,cAAc,CAAC,EAAE,EAAE,IAAI,CAAC,CAAC;QACrC,kBAAkB,EAAE,cAAc,CAAC,CAAC,SAAS,EAAE,aAAa,CAAC,EAAE,IAAI,CAAC,CAAC;QACrE,KAAK,EAAE,cAAc,CAAC,EAAE,EAAE,WAAW,CAAC,CAAC;QACvC,SAAS,EAAE,cAAc,CAAC,EAAE,EAAE,OAAO,CAAC,CAAC;QACvC,KAAK,EAAE,cAAc,CAAC,EAAE,EAAE,IAAI,CAAC,CAAC;QAChC,OAAO,EAAE,cAAc,CAAC,EAAE,EAAE,IAAI,CAAC,CAAC;KACnC,CAAC;gBAGA,EAAE,EAAE,MAAM,GAAG,OAAO,EACpB,iBAAiB,EAAE,OAAO,GAAG,QAAQ;CAIxC"}
|