@xyo-network/xl1-providers 4.0.6 → 4.0.7

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.
Files changed (109) hide show
  1. package/dist/browser/SimpleNetworkStakeViewer.d.ts +1 -1
  2. package/dist/browser/SimpleStepRewards/SimpleStepRewardsByPositionViewer.d.ts +2 -2
  3. package/dist/browser/SimpleStepRewards/SimpleStepRewardsByPositionViewer.d.ts.map +1 -1
  4. package/dist/browser/SimpleStepRewards/SimpleStepRewardsByStakerViewer.d.ts +2 -2
  5. package/dist/browser/SimpleStepRewards/SimpleStepRewardsByStakerViewer.d.ts.map +1 -1
  6. package/dist/browser/SimpleStepRewards/SimpleStepRewardsByStepViewer.d.ts +2 -2
  7. package/dist/browser/SimpleStepRewards/SimpleStepRewardsByStepViewer.d.ts.map +1 -1
  8. package/dist/browser/SimpleStepRewards/SimpleStepRewardsTotalViewer.d.ts +1 -1
  9. package/dist/browser/SimpleStepRewards/SimpleStepRewardsTotalViewer.d.ts.map +1 -1
  10. package/dist/browser/SimpleStepViewer.d.ts +2 -2
  11. package/dist/browser/SimpleStepViewer.d.ts.map +1 -1
  12. package/dist/browser/SimpleXyoViewer.d.ts +131 -131
  13. package/dist/browser/SimpleXyoViewer.d.ts.map +1 -1
  14. package/dist/browser/buildSimpleXyoSigner.d.ts +8 -0
  15. package/dist/browser/buildSimpleXyoSigner.d.ts.map +1 -0
  16. package/dist/browser/index.d.ts +1 -3
  17. package/dist/browser/index.d.ts.map +1 -1
  18. package/dist/browser/index.mjs +1010 -1128
  19. package/dist/browser/index.mjs.map +4 -4
  20. package/dist/browser/locators/index.d.ts +0 -2
  21. package/dist/browser/locators/index.d.ts.map +1 -1
  22. package/dist/browser/locators/providerCandidates.d.ts.map +1 -1
  23. package/dist/browser/locators/remoteLocatorFromConfig.d.ts +1 -1
  24. package/dist/browser/locators/remoteLocatorFromConfig.d.ts.map +1 -1
  25. package/dist/browser/registerHelpers.d.ts +3 -18
  26. package/dist/browser/registerHelpers.d.ts.map +1 -1
  27. package/dist/neutral/SimpleNetworkStakeViewer.d.ts +1 -1
  28. package/dist/neutral/SimpleStepRewards/SimpleStepRewardsByPositionViewer.d.ts +2 -2
  29. package/dist/neutral/SimpleStepRewards/SimpleStepRewardsByPositionViewer.d.ts.map +1 -1
  30. package/dist/neutral/SimpleStepRewards/SimpleStepRewardsByStakerViewer.d.ts +2 -2
  31. package/dist/neutral/SimpleStepRewards/SimpleStepRewardsByStakerViewer.d.ts.map +1 -1
  32. package/dist/neutral/SimpleStepRewards/SimpleStepRewardsByStepViewer.d.ts +2 -2
  33. package/dist/neutral/SimpleStepRewards/SimpleStepRewardsByStepViewer.d.ts.map +1 -1
  34. package/dist/neutral/SimpleStepRewards/SimpleStepRewardsTotalViewer.d.ts +1 -1
  35. package/dist/neutral/SimpleStepRewards/SimpleStepRewardsTotalViewer.d.ts.map +1 -1
  36. package/dist/neutral/SimpleStepViewer.d.ts +2 -2
  37. package/dist/neutral/SimpleStepViewer.d.ts.map +1 -1
  38. package/dist/neutral/SimpleXyoViewer.d.ts +131 -131
  39. package/dist/neutral/SimpleXyoViewer.d.ts.map +1 -1
  40. package/dist/neutral/buildSimpleXyoSigner.d.ts +8 -0
  41. package/dist/neutral/buildSimpleXyoSigner.d.ts.map +1 -0
  42. package/dist/neutral/index.d.ts +1 -3
  43. package/dist/neutral/index.d.ts.map +1 -1
  44. package/dist/neutral/index.mjs +1010 -1128
  45. package/dist/neutral/index.mjs.map +4 -4
  46. package/dist/neutral/locators/index.d.ts +0 -2
  47. package/dist/neutral/locators/index.d.ts.map +1 -1
  48. package/dist/neutral/locators/providerCandidates.d.ts.map +1 -1
  49. package/dist/neutral/locators/remoteLocatorFromConfig.d.ts +1 -1
  50. package/dist/neutral/locators/remoteLocatorFromConfig.d.ts.map +1 -1
  51. package/dist/neutral/registerHelpers.d.ts +3 -18
  52. package/dist/neutral/registerHelpers.d.ts.map +1 -1
  53. package/dist/node/SimpleNetworkStakeViewer.d.ts +1 -1
  54. package/dist/node/SimpleStepRewards/SimpleStepRewardsByPositionViewer.d.ts +2 -2
  55. package/dist/node/SimpleStepRewards/SimpleStepRewardsByPositionViewer.d.ts.map +1 -1
  56. package/dist/node/SimpleStepRewards/SimpleStepRewardsByStakerViewer.d.ts +2 -2
  57. package/dist/node/SimpleStepRewards/SimpleStepRewardsByStakerViewer.d.ts.map +1 -1
  58. package/dist/node/SimpleStepRewards/SimpleStepRewardsByStepViewer.d.ts +2 -2
  59. package/dist/node/SimpleStepRewards/SimpleStepRewardsByStepViewer.d.ts.map +1 -1
  60. package/dist/node/SimpleStepRewards/SimpleStepRewardsTotalViewer.d.ts +1 -1
  61. package/dist/node/SimpleStepRewards/SimpleStepRewardsTotalViewer.d.ts.map +1 -1
  62. package/dist/node/SimpleStepViewer.d.ts +2 -2
  63. package/dist/node/SimpleStepViewer.d.ts.map +1 -1
  64. package/dist/node/SimpleXyoViewer.d.ts +131 -131
  65. package/dist/node/SimpleXyoViewer.d.ts.map +1 -1
  66. package/dist/node/buildSimpleXyoSigner.d.ts +8 -0
  67. package/dist/node/buildSimpleXyoSigner.d.ts.map +1 -0
  68. package/dist/node/index.d.ts +1 -3
  69. package/dist/node/index.d.ts.map +1 -1
  70. package/dist/node/index.mjs +1010 -1128
  71. package/dist/node/index.mjs.map +4 -4
  72. package/dist/node/locators/index.d.ts +0 -2
  73. package/dist/node/locators/index.d.ts.map +1 -1
  74. package/dist/node/locators/providerCandidates.d.ts.map +1 -1
  75. package/dist/node/locators/remoteLocatorFromConfig.d.ts +1 -1
  76. package/dist/node/locators/remoteLocatorFromConfig.d.ts.map +1 -1
  77. package/dist/node/registerHelpers.d.ts +3 -18
  78. package/dist/node/registerHelpers.d.ts.map +1 -1
  79. package/package.json +14 -12
  80. package/dist/browser/NodeXyoRunner.d.ts +0 -33
  81. package/dist/browser/NodeXyoRunner.d.ts.map +0 -1
  82. package/dist/browser/NodeXyoViewer.d.ts +0 -16
  83. package/dist/browser/NodeXyoViewer.d.ts.map +0 -1
  84. package/dist/browser/buildSimpleXyoSignerV2.d.ts +0 -6
  85. package/dist/browser/buildSimpleXyoSignerV2.d.ts.map +0 -1
  86. package/dist/browser/locators/commonLocatorFromConfig.d.ts +0 -11
  87. package/dist/browser/locators/commonLocatorFromConfig.d.ts.map +0 -1
  88. package/dist/browser/locators/commonProvidersFromConfig.d.ts +0 -7
  89. package/dist/browser/locators/commonProvidersFromConfig.d.ts.map +0 -1
  90. package/dist/neutral/NodeXyoRunner.d.ts +0 -33
  91. package/dist/neutral/NodeXyoRunner.d.ts.map +0 -1
  92. package/dist/neutral/NodeXyoViewer.d.ts +0 -16
  93. package/dist/neutral/NodeXyoViewer.d.ts.map +0 -1
  94. package/dist/neutral/buildSimpleXyoSignerV2.d.ts +0 -6
  95. package/dist/neutral/buildSimpleXyoSignerV2.d.ts.map +0 -1
  96. package/dist/neutral/locators/commonLocatorFromConfig.d.ts +0 -11
  97. package/dist/neutral/locators/commonLocatorFromConfig.d.ts.map +0 -1
  98. package/dist/neutral/locators/commonProvidersFromConfig.d.ts +0 -7
  99. package/dist/neutral/locators/commonProvidersFromConfig.d.ts.map +0 -1
  100. package/dist/node/NodeXyoRunner.d.ts +0 -33
  101. package/dist/node/NodeXyoRunner.d.ts.map +0 -1
  102. package/dist/node/NodeXyoViewer.d.ts +0 -16
  103. package/dist/node/NodeXyoViewer.d.ts.map +0 -1
  104. package/dist/node/buildSimpleXyoSignerV2.d.ts +0 -6
  105. package/dist/node/buildSimpleXyoSignerV2.d.ts.map +0 -1
  106. package/dist/node/locators/commonLocatorFromConfig.d.ts +0 -11
  107. package/dist/node/locators/commonLocatorFromConfig.d.ts.map +0 -1
  108. package/dist/node/locators/commonProvidersFromConfig.d.ts +0 -7
  109. package/dist/node/locators/commonProvidersFromConfig.d.ts.map +0 -1
@@ -1,8 +1,6 @@
1
1
  export * from './baseConfigFactoryLocator.ts';
2
2
  export * from './basicRemoteRunnerLocator.ts';
3
3
  export * from './basicRemoteViewerLocator.ts';
4
- export * from './commonLocatorFromConfig.ts';
5
- export * from './commonProvidersFromConfig.ts';
6
4
  export * from './locatorFromAdaptedConfig.ts';
7
5
  export * from './providerCandidates.ts';
8
6
  export * from './remoteLocatorFromConfig.ts';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/locators/index.ts"],"names":[],"mappings":"AAAA,cAAc,+BAA+B,CAAA;AAC7C,cAAc,+BAA+B,CAAA;AAC7C,cAAc,+BAA+B,CAAA;AAC7C,cAAc,8BAA8B,CAAA;AAC5C,cAAc,gCAAgC,CAAA;AAC9C,cAAc,+BAA+B,CAAA;AAC7C,cAAc,yBAAyB,CAAA;AACvC,cAAc,8BAA8B,CAAA;AAC5C,cAAc,4BAA4B,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/locators/index.ts"],"names":[],"mappings":"AAAA,cAAc,+BAA+B,CAAA;AAC7C,cAAc,+BAA+B,CAAA;AAC7C,cAAc,+BAA+B,CAAA;AAC7C,cAAc,+BAA+B,CAAA;AAC7C,cAAc,yBAAyB,CAAA;AACvC,cAAc,8BAA8B,CAAA;AAC5C,cAAc,4BAA4B,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"providerCandidates.d.ts","sourceRoot":"","sources":["../../../src/locators/providerCandidates.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAqB,kBAAkB,EAAE,MAAM,+BAA+B,CAAA;AA+G1F,+EAA+E;AAC/E,wBAAgB,qBAAqB,IAAI,kBAAkB,EAAE,CAE5D"}
1
+ {"version":3,"file":"providerCandidates.d.ts","sourceRoot":"","sources":["../../../src/locators/providerCandidates.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAqB,kBAAkB,EAAE,MAAM,+BAA+B,CAAA;AAyG1F,+EAA+E;AAC/E,wBAAgB,qBAAqB,IAAI,kBAAkB,EAAE,CAE5D"}
@@ -1,4 +1,4 @@
1
- import type { Promisable } from '@xylabs/sdk';
1
+ import type { Promisable } from '@ariestools/sdk';
2
2
  import type { HydratedBlockStateValidationFunction, HydratedBlockValidationFunction } from '@xyo-network/xl1-protocol-lib';
3
3
  import type { BaseConfigContext, ProviderFactoryLocatorInstance } from '@xyo-network/xl1-protocol-sdk';
4
4
  export interface BlockValidators {
@@ -1 +1 @@
1
- {"version":3,"file":"remoteLocatorFromConfig.d.ts","sourceRoot":"","sources":["../../../src/locators/remoteLocatorFromConfig.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,aAAa,CAAA;AAC7C,OAAO,KAAK,EACV,oCAAoC,EACpC,+BAA+B,EAChC,MAAM,+BAA+B,CAAA;AACtC,OAAO,KAAK,EAAE,iBAAiB,EAAE,8BAA8B,EAAE,MAAM,+BAA+B,CAAA;AAYtG,MAAM,WAAW,eAAe;IAC9B,qBAAqB,CAAC,EAAE,+BAA+B,CAAA;IACvD,0BAA0B,CAAC,EAAE,oCAAoC,CAAA;CAClE;AAED,wBAAgB,uBAAuB,CACrC,OAAO,EAAE,iBAAiB,EAC1B,sBAAsB,UAAQ,EAC9B,UAAU,CAAC,EAAE,eAAe,GAC3B,UAAU,CAAC,8BAA8B,CAAC,CA8C5C"}
1
+ {"version":3,"file":"remoteLocatorFromConfig.d.ts","sourceRoot":"","sources":["../../../src/locators/remoteLocatorFromConfig.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAA;AACjD,OAAO,KAAK,EACV,oCAAoC,EACpC,+BAA+B,EAChC,MAAM,+BAA+B,CAAA;AACtC,OAAO,KAAK,EAAE,iBAAiB,EAAE,8BAA8B,EAAE,MAAM,+BAA+B,CAAA;AAYtG,MAAM,WAAW,eAAe;IAC9B,qBAAqB,CAAC,EAAE,+BAA+B,CAAA;IACvD,0BAA0B,CAAC,EAAE,oCAAoC,CAAA;CAClE;AAED,wBAAgB,uBAAuB,CACrC,OAAO,EAAE,iBAAiB,EAC1B,sBAAsB,UAAQ,EAC9B,UAAU,CAAC,EAAE,eAAe,GAC3B,UAAU,CAAC,8BAA8B,CAAC,CA8C5C"}
@@ -1,33 +1,18 @@
1
1
  import type { AccountInstance } from '@xyo-network/sdk-js';
2
2
  import type { Position } from '@xyo-network/xl1-protocol-lib';
3
- import type { CreatableProviderContextType, ProviderFactoryLocator } from '@xyo-network/xl1-protocol-sdk';
4
- /** Parameters for configuring a gateway runner locator. */
5
- export interface GatewayRunnerLocatorParams {
6
- /**
7
- * The account instance to be used to register a SimpleXyoSigner with the locator
8
- */
9
- signerAccount?: AccountInstance;
10
- }
11
- /**
12
- * Registers a SimpleXyoGatewayRunner with the locator if a signerAccount is provided in params
13
- * @param locator The ProviderFactoryLocator to register the signer with
14
- * @param params The SignerLocatorParams containing the optional signerAccount
15
- * @returns The updated ProviderFactoryLocator
16
- * @deprecated Use registerGatewayWithLocator instead
17
- */
18
- export declare const registerGatewayRunnerWithLocatorIfProvided: (locator: ProviderFactoryLocator<CreatableProviderContextType, string[]>, params?: GatewayRunnerLocatorParams) => ProviderFactoryLocator<CreatableProviderContextType, string[]>;
3
+ import type { ProviderFactoryLocator } from '@xyo-network/xl1-protocol-sdk';
19
4
  /**
20
5
  * Registers a SimpleXyoGateway and SimpleXyoConnection with the locator
21
6
  * @param locator The ProviderFactoryLocator to register the signer with
22
7
  * @param account Optional AccountInstance to register a SimpleXyoSigner and SimpleXyoGatewayRunner with the locator
23
8
  * @returns The updated ProviderFactoryLocator
24
9
  */
25
- export declare const registerGatewayWithLocator: (locator: ProviderFactoryLocator, account?: AccountInstance) => ProviderFactoryLocator<CreatableProviderContextType, string[]>;
10
+ export declare const registerGatewayWithLocator: (locator: ProviderFactoryLocator, account?: AccountInstance) => ProviderFactoryLocator<import("@xyo-network/xl1-protocol-sdk").CreatableProviderContextType, string[]>;
26
11
  /**
27
12
  * Registers a SimpleStakeViewer with the locator
28
13
  * @param locator The ProviderFactoryLocator to register the signer with
29
14
  * @param positions The positions to be used by the SimpleStakeViewer and SimpleStakeEventsViewer instances
30
15
  * @returns The updated ProviderFactoryLocator
31
16
  */
32
- export declare const registerSimpleStakeViewerWithLocator: (locator: ProviderFactoryLocator, positions: Position[]) => ProviderFactoryLocator<CreatableProviderContextType, string[]>;
17
+ export declare const registerSimpleStakeViewerWithLocator: (locator: ProviderFactoryLocator, positions: Position[]) => ProviderFactoryLocator<import("@xyo-network/xl1-protocol-sdk").CreatableProviderContextType, string[]>;
33
18
  //# sourceMappingURL=registerHelpers.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"registerHelpers.d.ts","sourceRoot":"","sources":["../../src/registerHelpers.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAA;AAC1D,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,+BAA+B,CAAA;AAC7D,OAAO,KAAK,EAAE,4BAA4B,EAAE,sBAAsB,EAAE,MAAM,+BAA+B,CAAA;AAUzG,2DAA2D;AAC3D,MAAM,WAAW,0BAA0B;IACzC;;OAEG;IACH,aAAa,CAAC,EAAE,eAAe,CAAA;CAChC;AAED;;;;;;GAMG;AACH,eAAO,MAAM,0CAA0C,GACrD,SAAS,sBAAsB,CAAC,4BAA4B,EAAE,MAAM,EAAE,CAAC,EACvE,SAAS,0BAA0B,mEAUpC,CAAA;AAED;;;;;GAKG;AACH,eAAO,MAAM,0BAA0B,GACrC,SAAS,sBAAsB,EAC/B,UAAU,eAAe,mEAa1B,CAAA;AAED;;;;;GAKG;AACH,eAAO,MAAM,oCAAoC,GAC/C,SAAS,sBAAsB,EAC/B,WAAW,QAAQ,EAAE,mEAOtB,CAAA"}
1
+ {"version":3,"file":"registerHelpers.d.ts","sourceRoot":"","sources":["../../src/registerHelpers.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAA;AAC1D,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,+BAA+B,CAAA;AAC7D,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,+BAA+B,CAAA;AAU3E;;;;;GAKG;AACH,eAAO,MAAM,0BAA0B,GACrC,SAAS,sBAAsB,EAC/B,UAAU,eAAe,2GAa1B,CAAA;AAED;;;;;GAKG;AACH,eAAO,MAAM,oCAAoC,GAC/C,SAAS,sBAAsB,EAC/B,WAAW,QAAQ,EAAE,2GAOtB,CAAA"}
@@ -9,7 +9,7 @@ export interface SimpleNetworkStakeViewerParams extends CreatableProviderParams
9
9
  export declare class SimpleNetworkStakeViewer extends AbstractCreatableProvider<SimpleNetworkStakeViewerParams> implements NetworkStakeViewer {
10
10
  static readonly connectionTypes: readonly ["lmdb", "mongo", "memory"];
11
11
  static readonly defaultMoniker: "NetworkStakeViewer";
12
- static readonly dependencies: ("FinalizationViewer" | "StakeViewer" | "NetworkStakeStepRewardsViewer" | "StakeTotalsViewer")[];
12
+ static readonly dependencies: ("FinalizationViewer" | "NetworkStakeStepRewardsViewer" | "StakeTotalsViewer" | "StakeViewer")[];
13
13
  static readonly monikers: "NetworkStakeViewer"[];
14
14
  static readonly surface: "node";
15
15
  moniker: "NetworkStakeViewer";
@@ -1,4 +1,4 @@
1
- import type { Promisable } from '@xylabs/sdk';
1
+ import type { Promisable } from '@ariestools/sdk';
2
2
  import type { AttoXL1, BlockViewer, FinalizationViewer, NetworkStakeStepRewardsByPositionViewer, NetworkStakeStepRewardsByPositionViewerOptions, StakeViewer, XL1RangeMultipliers } from '@xyo-network/xl1-protocol-lib';
3
3
  import type { CreatableProviderParams } from '@xyo-network/xl1-protocol-sdk';
4
4
  import { AbstractCreatableProvider } from '@xyo-network/xl1-protocol-sdk';
@@ -10,7 +10,7 @@ export interface SimpleStepRewardsByPositionViewerParams extends CreatableProvid
10
10
  export declare class SimpleStepRewardsByPositionViewer extends AbstractCreatableProvider<SimpleStepRewardsByPositionViewerParams> implements NetworkStakeStepRewardsByPositionViewer {
11
11
  static readonly connectionTypes: readonly ["lmdb", "mongo", "memory", "rpc"];
12
12
  static readonly defaultMoniker: "NetworkStakeStepRewardsByPositionViewer";
13
- static readonly dependencies: ("BlockViewer" | "FinalizationViewer" | "StakeViewer")[];
13
+ static readonly dependencies: ("FinalizationViewer" | "StakeViewer" | "BlockViewer")[];
14
14
  static readonly monikers: "NetworkStakeStepRewardsByPositionViewer"[];
15
15
  static readonly surface: "node";
16
16
  moniker: "NetworkStakeStepRewardsByPositionViewer";
@@ -1 +1 @@
1
- {"version":3,"file":"SimpleStepRewardsByPositionViewer.d.ts","sourceRoot":"","sources":["../../../src/SimpleStepRewards/SimpleStepRewardsByPositionViewer.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,aAAa,CAAA;AAE7C,OAAO,KAAK,EACV,OAAO,EACP,WAAW,EACX,kBAAkB,EAClB,uCAAuC,EACvC,8CAA8C,EAC9C,WAAW,EACX,mBAAmB,EACpB,MAAM,+BAA+B,CAAA;AAKtC,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,+BAA+B,CAAA;AAC5E,OAAO,EACL,yBAAyB,EAG1B,MAAM,+BAA+B,CAAA;AAItC,kEAAkE;AAClE,MAAM,WAAW,uCAAwC,SAAQ,uBAAuB;IACtF,iBAAiB,CAAC,EAAE,mBAAmB,CAAA;CACxC;AAED,6EAA6E;AAC7E,qBACa,iCAAkC,SAC7C,yBAAyB,CAAC,uCAAuC,CAAE,YAAW,uCAAuC;IACrH,MAAM,CAAC,QAAQ,CAAC,eAAe,8CAA8C;IAC7E,MAAM,CAAC,QAAQ,CAAC,cAAc,4CAAiD;IAC/E,MAAM,CAAC,QAAQ,CAAC,YAAY,2DAAsE;IAClG,MAAM,CAAC,QAAQ,CAAC,QAAQ,8CAAmD;IAC3E,MAAM,CAAC,QAAQ,CAAC,OAAO,EAAG,MAAM,CAAS;IACzC,OAAO,4CAAmD;IAE1D,OAAO,CAAC,YAAY,CAAc;IAClC,OAAO,CAAC,mBAAmB,CAAqB;IAChD,OAAO,CAAC,YAAY,CAAc;IAElC,IAAI,iBAAiB,wBAEpB;IAED,SAAS,KAAK,WAAW,+BAExB;IAED,SAAS,KAAK,kBAAkB,uBAE/B;IAED,SAAS,KAAK,WAAW,gBAExB;IAEK,KAAK,CAAC,EAAE,KAAK,EAAE,SAAS,EAAE,GAAE,8CAAmD,GAAG,OAAO,CAAC,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAWxH,OAAO,CAAC,QAAQ,CAAC,EAAE,8CAA8C,GAAG,UAAU,CAAC,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAIxF,aAAa;IAOtB,MAAM,CAAC,EAAE,KAAK,EAAE,SAAS,EAAE,GAAE,8CAAmD,GAAG,OAAO,CAAC,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAInH,KAAK,CAAC,EAAE,KAAK,EAAE,SAAS,EAAE,GAAE,8CAAmD,GAAG,OAAO,CAAC,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAIxH,SAAS,CAAC,QAAQ,GAAE,8CAAmD,GAAG,UAAU,CAAC,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;cAI7F,gBAAgB,CAC9B,EAAE,KAAK,EAAE,SAAS,EAAE,GAAE,8CAAmD,EACzE,iBAAiB,CAAC,EAAE,mBAAmB,GACtC,OAAO,CAAC,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;CAyBpC"}
1
+ {"version":3,"file":"SimpleStepRewardsByPositionViewer.d.ts","sourceRoot":"","sources":["../../../src/SimpleStepRewards/SimpleStepRewardsByPositionViewer.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAA;AAEjD,OAAO,KAAK,EACV,OAAO,EACP,WAAW,EACX,kBAAkB,EAClB,uCAAuC,EACvC,8CAA8C,EAC9C,WAAW,EACX,mBAAmB,EACpB,MAAM,+BAA+B,CAAA;AAKtC,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,+BAA+B,CAAA;AAC5E,OAAO,EACL,yBAAyB,EAG1B,MAAM,+BAA+B,CAAA;AAItC,kEAAkE;AAClE,MAAM,WAAW,uCAAwC,SAAQ,uBAAuB;IACtF,iBAAiB,CAAC,EAAE,mBAAmB,CAAA;CACxC;AAED,6EAA6E;AAC7E,qBACa,iCAAkC,SAC7C,yBAAyB,CAAC,uCAAuC,CAAE,YAAW,uCAAuC;IACrH,MAAM,CAAC,QAAQ,CAAC,eAAe,8CAA8C;IAC7E,MAAM,CAAC,QAAQ,CAAC,cAAc,4CAAiD;IAC/E,MAAM,CAAC,QAAQ,CAAC,YAAY,2DAAsE;IAClG,MAAM,CAAC,QAAQ,CAAC,QAAQ,8CAAmD;IAC3E,MAAM,CAAC,QAAQ,CAAC,OAAO,EAAG,MAAM,CAAS;IACzC,OAAO,4CAAmD;IAE1D,OAAO,CAAC,YAAY,CAAc;IAClC,OAAO,CAAC,mBAAmB,CAAqB;IAChD,OAAO,CAAC,YAAY,CAAc;IAElC,IAAI,iBAAiB,wBAEpB;IAED,SAAS,KAAK,WAAW,+BAExB;IAED,SAAS,KAAK,kBAAkB,uBAE/B;IAED,SAAS,KAAK,WAAW,gBAExB;IAEK,KAAK,CAAC,EAAE,KAAK,EAAE,SAAS,EAAE,GAAE,8CAAmD,GAAG,OAAO,CAAC,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAWxH,OAAO,CAAC,QAAQ,CAAC,EAAE,8CAA8C,GAAG,UAAU,CAAC,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAIxF,aAAa;IAOtB,MAAM,CAAC,EAAE,KAAK,EAAE,SAAS,EAAE,GAAE,8CAAmD,GAAG,OAAO,CAAC,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAInH,KAAK,CAAC,EAAE,KAAK,EAAE,SAAS,EAAE,GAAE,8CAAmD,GAAG,OAAO,CAAC,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAIxH,SAAS,CAAC,QAAQ,GAAE,8CAAmD,GAAG,UAAU,CAAC,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;cAI7F,gBAAgB,CAC9B,EAAE,KAAK,EAAE,SAAS,EAAE,GAAE,8CAAmD,EACzE,iBAAiB,CAAC,EAAE,mBAAmB,GACtC,OAAO,CAAC,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;CAyBpC"}
@@ -1,4 +1,4 @@
1
- import type { Promisable } from '@xylabs/sdk';
1
+ import type { Promisable } from '@ariestools/sdk';
2
2
  import type { XyoAddress } from '@xyo-network/sdk-js';
3
3
  import type { AttoXL1, BlockViewer, FinalizationViewer, NetworkStakeStepRewardsByStakerViewer, NetworkStakeStepRewardsByStakerViewerOptions, StakeViewer, XL1RangeMultipliers } from '@xyo-network/xl1-protocol-lib';
4
4
  import type { CreatableProviderParams } from '@xyo-network/xl1-protocol-sdk';
@@ -11,7 +11,7 @@ export interface SimpleStepRewardsByStakerViewerParams extends CreatableProvider
11
11
  export declare class SimpleStepRewardsByStakerViewer extends AbstractCreatableProvider<SimpleStepRewardsByStakerViewerParams> implements NetworkStakeStepRewardsByStakerViewer {
12
12
  static readonly connectionTypes: readonly ["lmdb", "mongo", "memory", "rpc"];
13
13
  static readonly defaultMoniker: "NetworkStakeStepRewardsByStakerViewer";
14
- static readonly dependencies: ("BlockViewer" | "FinalizationViewer" | "StakeViewer")[];
14
+ static readonly dependencies: ("FinalizationViewer" | "StakeViewer" | "BlockViewer")[];
15
15
  static readonly monikers: "NetworkStakeStepRewardsByStakerViewer"[];
16
16
  static readonly surface: "node";
17
17
  moniker: "NetworkStakeStepRewardsByStakerViewer";
@@ -1 +1 @@
1
- {"version":3,"file":"SimpleStepRewardsByStakerViewer.d.ts","sourceRoot":"","sources":["../../../src/SimpleStepRewards/SimpleStepRewardsByStakerViewer.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,aAAa,CAAA;AAE7C,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAA;AACrD,OAAO,KAAK,EACV,OAAO,EACP,WAAW,EACX,kBAAkB,EAClB,qCAAqC,EACrC,4CAA4C,EAC5C,WAAW,EACX,mBAAmB,EACpB,MAAM,+BAA+B,CAAA;AAKtC,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,+BAA+B,CAAA;AAC5E,OAAO,EACL,yBAAyB,EAG1B,MAAM,+BAA+B,CAAA;AAItC,gEAAgE;AAChE,MAAM,WAAW,qCAAsC,SAAQ,uBAAuB;IACpF,iBAAiB,CAAC,EAAE,mBAAmB,CAAA;CACxC;AAED,2EAA2E;AAC3E,qBACa,+BAAgC,SAC3C,yBAAyB,CAAC,qCAAqC,CAAE,YAAW,qCAAqC;IACjH,MAAM,CAAC,QAAQ,CAAC,eAAe,8CAA8C;IAC7E,MAAM,CAAC,QAAQ,CAAC,cAAc,0CAA+C;IAC7E,MAAM,CAAC,QAAQ,CAAC,YAAY,2DAAsE;IAClG,MAAM,CAAC,QAAQ,CAAC,QAAQ,4CAAiD;IACzE,MAAM,CAAC,QAAQ,CAAC,OAAO,EAAG,MAAM,CAAS;IACzC,OAAO,0CAAiD;IAExD,OAAO,CAAC,YAAY,CAAc;IAClC,OAAO,CAAC,mBAAmB,CAAqB;IAChD,OAAO,CAAC,YAAY,CAAc;IAElC,IAAI,iBAAiB,wBAEpB;IAED,SAAS,KAAK,WAAW,+BAExB;IAED,SAAS,KAAK,kBAAkB,uBAE/B;IAED,SAAS,KAAK,WAAW,gBAExB;IAEK,KAAK,CAAC,EAAE,KAAK,EAAE,OAAO,EAAE,GAAE,4CAAiD,GAAG,OAAO,CAAC,MAAM,CAAC,UAAU,EAAE,OAAO,CAAC,CAAC;IAUxH,OAAO,CAAC,QAAQ,CAAC,EAAE,4CAA4C,GAAG,UAAU,CAAC,MAAM,CAAC,UAAU,EAAE,OAAO,CAAC,CAAC;IAI1F,aAAa;IAOtB,MAAM,CAAC,OAAO,GAAE,4CAAiD,GAAG,OAAO,CAAC,MAAM,CAAC,UAAU,EAAE,OAAO,CAAC,CAAC;IAIxG,KAAK,CAAC,OAAO,GAAE,4CAAiD,GAAG,OAAO,CAAC,MAAM,CAAC,UAAU,EAAE,OAAO,CAAC,CAAC;IAI7G,SAAS,CAAC,QAAQ,GAAE,4CAAiD,GAAG,UAAU,CAAC,MAAM,CAAC,UAAU,EAAE,OAAO,CAAC,CAAC;cAI/F,gBAAgB,CAC9B,EAAE,KAAK,EAAE,OAAO,EAAE,GAAE,4CAAiD,EACrE,iBAAiB,CAAC,EAAE,mBAAmB,GACtC,OAAO,CAAC,MAAM,CAAC,UAAU,EAAE,OAAO,CAAC,CAAC;CAuBxC"}
1
+ {"version":3,"file":"SimpleStepRewardsByStakerViewer.d.ts","sourceRoot":"","sources":["../../../src/SimpleStepRewards/SimpleStepRewardsByStakerViewer.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAA;AAEjD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAA;AACrD,OAAO,KAAK,EACV,OAAO,EACP,WAAW,EACX,kBAAkB,EAClB,qCAAqC,EACrC,4CAA4C,EAC5C,WAAW,EACX,mBAAmB,EACpB,MAAM,+BAA+B,CAAA;AAKtC,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,+BAA+B,CAAA;AAC5E,OAAO,EACL,yBAAyB,EAG1B,MAAM,+BAA+B,CAAA;AAItC,gEAAgE;AAChE,MAAM,WAAW,qCAAsC,SAAQ,uBAAuB;IACpF,iBAAiB,CAAC,EAAE,mBAAmB,CAAA;CACxC;AAED,2EAA2E;AAC3E,qBACa,+BAAgC,SAC3C,yBAAyB,CAAC,qCAAqC,CAAE,YAAW,qCAAqC;IACjH,MAAM,CAAC,QAAQ,CAAC,eAAe,8CAA8C;IAC7E,MAAM,CAAC,QAAQ,CAAC,cAAc,0CAA+C;IAC7E,MAAM,CAAC,QAAQ,CAAC,YAAY,2DAAsE;IAClG,MAAM,CAAC,QAAQ,CAAC,QAAQ,4CAAiD;IACzE,MAAM,CAAC,QAAQ,CAAC,OAAO,EAAG,MAAM,CAAS;IACzC,OAAO,0CAAiD;IAExD,OAAO,CAAC,YAAY,CAAc;IAClC,OAAO,CAAC,mBAAmB,CAAqB;IAChD,OAAO,CAAC,YAAY,CAAc;IAElC,IAAI,iBAAiB,wBAEpB;IAED,SAAS,KAAK,WAAW,+BAExB;IAED,SAAS,KAAK,kBAAkB,uBAE/B;IAED,SAAS,KAAK,WAAW,gBAExB;IAEK,KAAK,CAAC,EAAE,KAAK,EAAE,OAAO,EAAE,GAAE,4CAAiD,GAAG,OAAO,CAAC,MAAM,CAAC,UAAU,EAAE,OAAO,CAAC,CAAC;IAUxH,OAAO,CAAC,QAAQ,CAAC,EAAE,4CAA4C,GAAG,UAAU,CAAC,MAAM,CAAC,UAAU,EAAE,OAAO,CAAC,CAAC;IAI1F,aAAa;IAOtB,MAAM,CAAC,OAAO,GAAE,4CAAiD,GAAG,OAAO,CAAC,MAAM,CAAC,UAAU,EAAE,OAAO,CAAC,CAAC;IAIxG,KAAK,CAAC,OAAO,GAAE,4CAAiD,GAAG,OAAO,CAAC,MAAM,CAAC,UAAU,EAAE,OAAO,CAAC,CAAC;IAI7G,SAAS,CAAC,QAAQ,GAAE,4CAAiD,GAAG,UAAU,CAAC,MAAM,CAAC,UAAU,EAAE,OAAO,CAAC,CAAC;cAI/F,gBAAgB,CAC9B,EAAE,KAAK,EAAE,OAAO,EAAE,GAAE,4CAAiD,EACrE,iBAAiB,CAAC,EAAE,mBAAmB,GACtC,OAAO,CAAC,MAAM,CAAC,UAAU,EAAE,OAAO,CAAC,CAAC;CAuBxC"}
@@ -1,4 +1,4 @@
1
- import type { Promisable } from '@xylabs/sdk';
1
+ import type { Promisable } from '@ariestools/sdk';
2
2
  import type { AttoXL1, BlockViewer, FinalizationViewer, NetworkStakeStepRewardsByStepViewer, NetworkStakeStepRewardsByStepViewerOptions, StakeViewer, StepIdentityString, XL1RangeMultipliers } from '@xyo-network/xl1-protocol-lib';
3
3
  import type { CreatableProviderParams } from '@xyo-network/xl1-protocol-sdk';
4
4
  import { AbstractCreatableProvider } from '@xyo-network/xl1-protocol-sdk';
@@ -10,7 +10,7 @@ export interface SimpleStepRewardsByStepViewerParams extends CreatableProviderPa
10
10
  export declare class SimpleStepRewardsByStepViewer extends AbstractCreatableProvider<SimpleStepRewardsByStepViewerParams> implements NetworkStakeStepRewardsByStepViewer {
11
11
  static readonly connectionTypes: readonly ["lmdb", "mongo", "memory", "rpc"];
12
12
  static readonly defaultMoniker: "NetworkStakeStepRewardsByStepViewer";
13
- static readonly dependencies: ("BlockViewer" | "FinalizationViewer" | "StakeViewer")[];
13
+ static readonly dependencies: ("FinalizationViewer" | "StakeViewer" | "BlockViewer")[];
14
14
  static readonly monikers: "NetworkStakeStepRewardsByStepViewer"[];
15
15
  static readonly surface: "node";
16
16
  moniker: "NetworkStakeStepRewardsByStepViewer";
@@ -1 +1 @@
1
- {"version":3,"file":"SimpleStepRewardsByStepViewer.d.ts","sourceRoot":"","sources":["../../../src/SimpleStepRewards/SimpleStepRewardsByStepViewer.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,aAAa,CAAA;AAC7C,OAAO,KAAK,EACV,OAAO,EACP,WAAW,EACX,kBAAkB,EAClB,mCAAmC,EACnC,0CAA0C,EAC1C,WAAW,EACX,kBAAkB,EAClB,mBAAmB,EACpB,MAAM,+BAA+B,CAAA;AAKtC,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,+BAA+B,CAAA;AAC5E,OAAO,EACL,yBAAyB,EAG1B,MAAM,+BAA+B,CAAA;AAItC,8DAA8D;AAC9D,MAAM,WAAW,mCAAoC,SAAQ,uBAAuB;IAClF,iBAAiB,CAAC,EAAE,mBAAmB,CAAA;CACxC;AAED,0EAA0E;AAC1E,qBACa,6BAA8B,SACzC,yBAAyB,CAAC,mCAAmC,CAAE,YAAW,mCAAmC;IAC7G,MAAM,CAAC,QAAQ,CAAC,eAAe,8CAA8C;IAC7E,MAAM,CAAC,QAAQ,CAAC,cAAc,wCAA6C;IAC3E,MAAM,CAAC,QAAQ,CAAC,YAAY,2DAAsE;IAClG,MAAM,CAAC,QAAQ,CAAC,QAAQ,0CAA+C;IACvE,MAAM,CAAC,QAAQ,CAAC,OAAO,EAAG,MAAM,CAAS;IACzC,OAAO,wCAA+C;IAEtD,OAAO,CAAC,YAAY,CAAc;IAClC,OAAO,CAAC,mBAAmB,CAAqB;IAChD,OAAO,CAAC,YAAY,CAAc;IAElC,IAAI,iBAAiB,wBAEpB;IAED,SAAS,KAAK,WAAW,+BAExB;IAED,SAAS,KAAK,kBAAkB,uBAE/B;IAED,SAAS,KAAK,WAAW,gBAExB;IAEK,KAAK,CAAC,EAAE,KAAK,EAAE,KAAK,EAAE,GAAE,0CAA+C,GAAG,OAAO,CAAC,MAAM,CAAC,kBAAkB,EAAE,OAAO,CAAC,CAAC;IAU5H,OAAO,CAAC,QAAQ,CAAC,EAAE,0CAA0C,GAAG,UAAU,CAAC,MAAM,CAAC,kBAAkB,EAAE,OAAO,CAAC,CAAC;IAIhG,aAAa;IAOtB,MAAM,CAAC,EAAE,KAAK,EAAE,KAAK,EAAE,GAAE,0CAA+C,GAAG,OAAO,CAAC,MAAM,CAAC,kBAAkB,EAAE,OAAO,CAAC,CAAC;IAmBvH,KAAK,CAAC,EAAE,KAAK,EAAE,KAAK,EAAE,GAAE,0CAA+C,GAAG,OAAO,CAAC,MAAM,CAAC,kBAAkB,EAAE,OAAO,CAAC,CAAC;IAqB5H,SAAS,CAAC,QAAQ,GAAE,0CAA+C,GAAG,UAAU,CAAC,MAAM,CAAC,kBAAkB,EAAE,OAAO,CAAC,CAAC;CAGtH"}
1
+ {"version":3,"file":"SimpleStepRewardsByStepViewer.d.ts","sourceRoot":"","sources":["../../../src/SimpleStepRewards/SimpleStepRewardsByStepViewer.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAA;AACjD,OAAO,KAAK,EACV,OAAO,EACP,WAAW,EACX,kBAAkB,EAClB,mCAAmC,EACnC,0CAA0C,EAC1C,WAAW,EACX,kBAAkB,EAClB,mBAAmB,EACpB,MAAM,+BAA+B,CAAA;AAKtC,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,+BAA+B,CAAA;AAC5E,OAAO,EACL,yBAAyB,EAG1B,MAAM,+BAA+B,CAAA;AAItC,8DAA8D;AAC9D,MAAM,WAAW,mCAAoC,SAAQ,uBAAuB;IAClF,iBAAiB,CAAC,EAAE,mBAAmB,CAAA;CACxC;AAED,0EAA0E;AAC1E,qBACa,6BAA8B,SACzC,yBAAyB,CAAC,mCAAmC,CAAE,YAAW,mCAAmC;IAC7G,MAAM,CAAC,QAAQ,CAAC,eAAe,8CAA8C;IAC7E,MAAM,CAAC,QAAQ,CAAC,cAAc,wCAA6C;IAC3E,MAAM,CAAC,QAAQ,CAAC,YAAY,2DAAsE;IAClG,MAAM,CAAC,QAAQ,CAAC,QAAQ,0CAA+C;IACvE,MAAM,CAAC,QAAQ,CAAC,OAAO,EAAG,MAAM,CAAS;IACzC,OAAO,wCAA+C;IAEtD,OAAO,CAAC,YAAY,CAAc;IAClC,OAAO,CAAC,mBAAmB,CAAqB;IAChD,OAAO,CAAC,YAAY,CAAc;IAElC,IAAI,iBAAiB,wBAEpB;IAED,SAAS,KAAK,WAAW,+BAExB;IAED,SAAS,KAAK,kBAAkB,uBAE/B;IAED,SAAS,KAAK,WAAW,gBAExB;IAEK,KAAK,CAAC,EAAE,KAAK,EAAE,KAAK,EAAE,GAAE,0CAA+C,GAAG,OAAO,CAAC,MAAM,CAAC,kBAAkB,EAAE,OAAO,CAAC,CAAC;IAU5H,OAAO,CAAC,QAAQ,CAAC,EAAE,0CAA0C,GAAG,UAAU,CAAC,MAAM,CAAC,kBAAkB,EAAE,OAAO,CAAC,CAAC;IAIhG,aAAa;IAOtB,MAAM,CAAC,EAAE,KAAK,EAAE,KAAK,EAAE,GAAE,0CAA+C,GAAG,OAAO,CAAC,MAAM,CAAC,kBAAkB,EAAE,OAAO,CAAC,CAAC;IAmBvH,KAAK,CAAC,EAAE,KAAK,EAAE,KAAK,EAAE,GAAE,0CAA+C,GAAG,OAAO,CAAC,MAAM,CAAC,kBAAkB,EAAE,OAAO,CAAC,CAAC;IAqB5H,SAAS,CAAC,QAAQ,GAAE,0CAA+C,GAAG,UAAU,CAAC,MAAM,CAAC,kBAAkB,EAAE,OAAO,CAAC,CAAC;CAGtH"}
@@ -1,4 +1,4 @@
1
- import type { Promisable } from '@xylabs/sdk';
1
+ import type { Promisable } from '@ariestools/sdk';
2
2
  import type { AttoXL1, NetworkStakeStepRewardsRangeOptions, NetworkStakeStepRewardsTotalViewer, XL1RangeMultipliers } from '@xyo-network/xl1-protocol-lib';
3
3
  import type { CreatableProviderParams } from '@xyo-network/xl1-protocol-sdk';
4
4
  import { AbstractCreatableProvider } from '@xyo-network/xl1-protocol-sdk';
@@ -1 +1 @@
1
- {"version":3,"file":"SimpleStepRewardsTotalViewer.d.ts","sourceRoot":"","sources":["../../../src/SimpleStepRewards/SimpleStepRewardsTotalViewer.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,aAAa,CAAA;AAC7C,OAAO,KAAK,EACV,OAAO,EACP,mCAAmC,EACnC,kCAAkC,EAClC,mBAAmB,EACpB,MAAM,+BAA+B,CAAA;AAEtC,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,+BAA+B,CAAA;AAC5E,OAAO,EACL,yBAAyB,EAE1B,MAAM,+BAA+B,CAAA;AAEtC,6DAA6D;AAC7D,MAAM,WAAW,kCAAmC,SAAQ,uBAAuB;IACjF,iBAAiB,CAAC,EAAE,mBAAmB,CAAA;CACxC;AAED,mFAAmF;AACnF,qBACa,4BAA6B,SACxC,yBAAyB,CAAC,kCAAkC,CAAE,YAAW,kCAAkC;IAC3G,MAAM,CAAC,QAAQ,CAAC,eAAe,8CAA8C;IAC7E,MAAM,CAAC,QAAQ,CAAC,cAAc,uCAA4C;IAC1E,MAAM,CAAC,QAAQ,CAAC,YAAY,UAAK;IACjC,MAAM,CAAC,QAAQ,CAAC,QAAQ,yCAA8C;IACtE,MAAM,CAAC,QAAQ,CAAC,OAAO,EAAG,MAAM,CAAS;IACzC,OAAO,uCAA8C;IAErD,IAAI,iBAAiB,wBAEpB;IAEK,KAAK,CAAC,EAAE,KAAK,EAAE,GAAE,mCAAwC,GAAG,OAAO,CAAC,OAAO,CAAC;IAMlF,OAAO,CAAC,QAAQ,CAAC,EAAE,mCAAmC,GAAG,UAAU,CAAC,OAAO,CAAC;IAItE,MAAM,CAAC,OAAO,GAAE,mCAAwC,GAAG,OAAO,CAAC,OAAO,CAAC;IAI3E,KAAK,CAAC,OAAO,GAAE,mCAAwC,GAAG,OAAO,CAAC,OAAO,CAAC;IAIhF,SAAS,CAAC,QAAQ,GAAE,mCAAwC,GAAG,UAAU,CAAC,OAAO,CAAC;IAIlF,SAAS,CAAC,gBAAgB,CACxB,QAAQ,GAAE,mCAAwC,EAClD,kBAAkB,CAAC,EAAE,mBAAmB,GACvC,OAAO,CAAC,OAAO,CAAC;CAGpB"}
1
+ {"version":3,"file":"SimpleStepRewardsTotalViewer.d.ts","sourceRoot":"","sources":["../../../src/SimpleStepRewards/SimpleStepRewardsTotalViewer.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAA;AACjD,OAAO,KAAK,EACV,OAAO,EACP,mCAAmC,EACnC,kCAAkC,EAClC,mBAAmB,EACpB,MAAM,+BAA+B,CAAA;AAEtC,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,+BAA+B,CAAA;AAC5E,OAAO,EACL,yBAAyB,EAE1B,MAAM,+BAA+B,CAAA;AAEtC,6DAA6D;AAC7D,MAAM,WAAW,kCAAmC,SAAQ,uBAAuB;IACjF,iBAAiB,CAAC,EAAE,mBAAmB,CAAA;CACxC;AAED,mFAAmF;AACnF,qBACa,4BAA6B,SACxC,yBAAyB,CAAC,kCAAkC,CAAE,YAAW,kCAAkC;IAC3G,MAAM,CAAC,QAAQ,CAAC,eAAe,8CAA8C;IAC7E,MAAM,CAAC,QAAQ,CAAC,cAAc,uCAA4C;IAC1E,MAAM,CAAC,QAAQ,CAAC,YAAY,UAAK;IACjC,MAAM,CAAC,QAAQ,CAAC,QAAQ,yCAA8C;IACtE,MAAM,CAAC,QAAQ,CAAC,OAAO,EAAG,MAAM,CAAS;IACzC,OAAO,uCAA8C;IAErD,IAAI,iBAAiB,wBAEpB;IAEK,KAAK,CAAC,EAAE,KAAK,EAAE,GAAE,mCAAwC,GAAG,OAAO,CAAC,OAAO,CAAC;IAMlF,OAAO,CAAC,QAAQ,CAAC,EAAE,mCAAmC,GAAG,UAAU,CAAC,OAAO,CAAC;IAItE,MAAM,CAAC,OAAO,GAAE,mCAAwC,GAAG,OAAO,CAAC,OAAO,CAAC;IAI3E,KAAK,CAAC,OAAO,GAAE,mCAAwC,GAAG,OAAO,CAAC,OAAO,CAAC;IAIhF,SAAS,CAAC,QAAQ,GAAE,mCAAwC,GAAG,UAAU,CAAC,OAAO,CAAC;IAIlF,SAAS,CAAC,gBAAgB,CACxB,QAAQ,GAAE,mCAAwC,EAClD,kBAAkB,CAAC,EAAE,mBAAmB,GACvC,OAAO,CAAC,OAAO,CAAC;CAGpB"}
@@ -1,4 +1,4 @@
1
- import { type Promisable } from '@xylabs/sdk';
1
+ import { type Promisable } from '@ariestools/sdk';
2
2
  import type { XyoAddress } from '@xyo-network/sdk-js';
3
3
  import type { BlockViewer, NetworkStakeStepRewardsViewer, PagedPositionsOptions, PagedStakersOptions, Position, PositionId, StakeEventsViewer, StakeViewer, StepIdentity, StepViewer } from '@xyo-network/xl1-protocol-lib';
4
4
  import type { CreatableProviderParams } from '@xyo-network/xl1-protocol-sdk';
@@ -10,7 +10,7 @@ export interface SimpleStepViewerParams extends CreatableProviderParams {
10
10
  export declare class SimpleStepViewer extends AbstractCreatableProvider<SimpleStepViewerParams> implements StepViewer {
11
11
  static readonly connectionTypes: readonly ["lmdb", "mongo", "memory", "rpc"];
12
12
  static readonly defaultMoniker: "StepViewer";
13
- static readonly dependencies: ("BlockViewer" | "StakeViewer" | "StakeEventsViewer" | "NetworkStakeStepRewardsViewer")[];
13
+ static readonly dependencies: ("NetworkStakeStepRewardsViewer" | "StakeViewer" | "BlockViewer" | "StakeEventsViewer")[];
14
14
  static readonly monikers: "StepViewer"[];
15
15
  static readonly surface: "node";
16
16
  moniker: "StepViewer";
@@ -1 +1 @@
1
- {"version":3,"file":"SimpleStepViewer.d.ts","sourceRoot":"","sources":["../../src/SimpleStepViewer.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,UAAU,EAAE,MAAM,aAAa,CAAA;AAC7C,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAA;AACrD,OAAO,KAAK,EACV,WAAW,EACX,6BAA6B,EAC7B,qBAAqB,EACrB,mBAAmB,EACnB,QAAQ,EAAE,UAAU,EAAE,iBAAiB,EAAE,WAAW,EAAE,YAAY,EAAE,UAAU,EAC/E,MAAM,+BAA+B,CAAA;AAQtC,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,+BAA+B,CAAA;AAC5E,OAAO,EACL,yBAAyB,EAG1B,MAAM,+BAA+B,CAAA;AAEtC,iDAAiD;AACjD,MAAM,WAAW,sBAAuB,SAAQ,uBAAuB;CAEtE;AAED,oGAAoG;AACpG,qBACa,gBAAiB,SAAQ,yBAAyB,CAAC,sBAAsB,CAAE,YAAW,UAAU;IAC3G,MAAM,CAAC,QAAQ,CAAC,eAAe,8CAA8C;IAC7E,MAAM,CAAC,QAAQ,CAAC,cAAc,eAAoB;IAElD,MAAM,CAAC,QAAQ,CAAC,YAAY,4FAK3B;IAED,MAAM,CAAC,QAAQ,CAAC,QAAQ,iBAAsB;IAC9C,MAAM,CAAC,QAAQ,CAAC,OAAO,EAAG,MAAM,CAAS;IACzC,OAAO,eAAkC;IAEzC,OAAO,CAAC,YAAY,CAAC,CAAa;IAClC,OAAO,CAAC,8BAA8B,CAAC,CAA+B;IACtE,OAAO,CAAC,kBAAkB,CAAC,CAAmB;IAC9C,OAAO,CAAC,YAAY,CAAC,CAAa;IAElC,IAAI,OAAO,kCAEV;IAED,SAAS,KAAK,WAAW,+BAExB;IAED,SAAS,KAAK,iBAAiB,sBAE9B;IAED,SAAS,KAAK,WAAW,gBAExB;IAEc,aAAa;IAQtB,aAAa,CAAC,IAAI,EAAE,YAAY,GAAG,OAAO,CAAC,MAAM,CAAC;IAOlD,SAAS,CAAC,IAAI,EAAE,YAAY,EAAE,QAAQ,CAAC,EAAE,qBAAqB,GAAG,OAAO,CAAC,QAAQ,EAAE,CAAC;IAO1F,UAAU,CAAC,KAAK,EAAE,YAAY,GAAG,UAAU,CAAC,MAAM,CAAC;IAInD,KAAK,CAAC,KAAK,EAAE,YAAY,GAAG,UAAU,CAAC,MAAM,CAAC;IAI9C,WAAW,CAAC,KAAK,EAAE,YAAY,GAAG,UAAU,CAAC,MAAM,CAAC;IAIpD,OAAO,CAAC,KAAK,EAAE,YAAY,EAAE,QAAQ,CAAC,EAAE,mBAAmB,GAAG,UAAU,CAAC,UAAU,EAAE,CAAC;IAItF,MAAM,CAAC,KAAK,EAAE,YAAY,EAAE,WAAW,CAAC,EAAE,UAAU,GAAG,UAAU,CAAC,MAAM,CAAC;CAG1E"}
1
+ {"version":3,"file":"SimpleStepViewer.d.ts","sourceRoot":"","sources":["../../src/SimpleStepViewer.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,UAAU,EAAE,MAAM,iBAAiB,CAAA;AACjD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAA;AACrD,OAAO,KAAK,EACV,WAAW,EACX,6BAA6B,EAC7B,qBAAqB,EACrB,mBAAmB,EACnB,QAAQ,EAAE,UAAU,EAAE,iBAAiB,EAAE,WAAW,EAAE,YAAY,EAAE,UAAU,EAC/E,MAAM,+BAA+B,CAAA;AAQtC,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,+BAA+B,CAAA;AAC5E,OAAO,EACL,yBAAyB,EAG1B,MAAM,+BAA+B,CAAA;AAEtC,iDAAiD;AACjD,MAAM,WAAW,sBAAuB,SAAQ,uBAAuB;CAEtE;AAED,oGAAoG;AACpG,qBACa,gBAAiB,SAAQ,yBAAyB,CAAC,sBAAsB,CAAE,YAAW,UAAU;IAC3G,MAAM,CAAC,QAAQ,CAAC,eAAe,8CAA8C;IAC7E,MAAM,CAAC,QAAQ,CAAC,cAAc,eAAoB;IAElD,MAAM,CAAC,QAAQ,CAAC,YAAY,4FAK3B;IAED,MAAM,CAAC,QAAQ,CAAC,QAAQ,iBAAsB;IAC9C,MAAM,CAAC,QAAQ,CAAC,OAAO,EAAG,MAAM,CAAS;IACzC,OAAO,eAAkC;IAEzC,OAAO,CAAC,YAAY,CAAC,CAAa;IAClC,OAAO,CAAC,8BAA8B,CAAC,CAA+B;IACtE,OAAO,CAAC,kBAAkB,CAAC,CAAmB;IAC9C,OAAO,CAAC,YAAY,CAAC,CAAa;IAElC,IAAI,OAAO,kCAEV;IAED,SAAS,KAAK,WAAW,+BAExB;IAED,SAAS,KAAK,iBAAiB,sBAE9B;IAED,SAAS,KAAK,WAAW,gBAExB;IAEc,aAAa;IAQtB,aAAa,CAAC,IAAI,EAAE,YAAY,GAAG,OAAO,CAAC,MAAM,CAAC;IAOlD,SAAS,CAAC,IAAI,EAAE,YAAY,EAAE,QAAQ,CAAC,EAAE,qBAAqB,GAAG,OAAO,CAAC,QAAQ,EAAE,CAAC;IAO1F,UAAU,CAAC,KAAK,EAAE,YAAY,GAAG,UAAU,CAAC,MAAM,CAAC;IAInD,KAAK,CAAC,KAAK,EAAE,YAAY,GAAG,UAAU,CAAC,MAAM,CAAC;IAI9C,WAAW,CAAC,KAAK,EAAE,YAAY,GAAG,UAAU,CAAC,MAAM,CAAC;IAIpD,OAAO,CAAC,KAAK,EAAE,YAAY,EAAE,QAAQ,CAAC,EAAE,mBAAmB,GAAG,UAAU,CAAC,UAAU,EAAE,CAAC;IAItF,MAAM,CAAC,KAAK,EAAE,YAAY,EAAE,WAAW,CAAC,EAAE,UAAU,GAAG,UAAU,CAAC,MAAM,CAAC;CAG1E"}