opnet 1.6.11 → 1.6.12

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.
@@ -1 +1 @@
1
- export declare const version = "1.6.11";
1
+ export declare const version = "1.6.12";
@@ -141,15 +141,12 @@ export type FeesAddressResult = CallResult<{
141
141
  export type QueueDetails = CallResult<{
142
142
  lastPurgedBlock: bigint;
143
143
  blockWithReservationsLength: number;
144
- removalQueueLength: number;
145
- removalQueueStartingIndex: number;
146
144
  priorityQueueLength: number;
147
145
  priorityQueueStartingIndex: number;
148
146
  standardQueueLength: number;
149
147
  standardQueueStartingIndex: number;
150
148
  priorityPurgeQueueLength: number;
151
149
  standardPurgeQueueLength: number;
152
- removePurgeQueueLength: number;
153
150
  }, [
154
151
  ]>;
155
152
  export type OnOP20ReceivedResult = CallResult<{