@xyo-network/xl1-rpc 1.16.1 → 1.16.2
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/dist/neutral/index.mjs +26 -324
- package/dist/neutral/index.mjs.map +1 -1
- package/dist/neutral/provider/datalake/JsonRpcDataLakeViewerMethods.d.ts +3 -3
- package/dist/neutral/provider/datalake/JsonRpcDataLakeViewerMethods.d.ts.map +1 -1
- package/dist/neutral/provider/index.d.ts +0 -3
- package/dist/neutral/provider/index.d.ts.map +1 -1
- package/dist/neutral/provider/permissions/index.d.ts +0 -2
- package/dist/neutral/provider/permissions/index.d.ts.map +1 -1
- package/dist/neutral/provider/runner/index.d.ts +0 -1
- package/dist/neutral/provider/runner/index.d.ts.map +1 -1
- package/dist/neutral/provider/signer/JsonRpcXyoSigner.d.ts +2 -2
- package/dist/neutral/provider/signer/JsonRpcXyoSigner.d.ts.map +1 -1
- package/dist/neutral/provider/signer/index.d.ts +0 -1
- package/dist/neutral/provider/signer/index.d.ts.map +1 -1
- package/dist/neutral/provider/viewer/JsonRpcXyoViewer.d.ts +2 -2
- package/dist/neutral/provider/viewer/JsonRpcXyoViewer.d.ts.map +1 -1
- package/dist/neutral/spec/MemoryXyoClient.spec.d.ts.map +1 -0
- package/dist/neutral/spec/MemoryXyoGateway.spec.d.ts.map +1 -0
- package/dist/neutral/types/schema/AllRpcSchemas.d.ts +584 -3300
- package/dist/neutral/types/schema/AllRpcSchemas.d.ts.map +1 -1
- package/dist/neutral/types/schema/DataLakeViewerRpcSchema.d.ts +6 -30
- package/dist/neutral/types/schema/DataLakeViewerRpcSchema.d.ts.map +1 -1
- package/dist/neutral/types/schema/NetworkStakeViewerRpcSchemas.d.ts +2 -8
- package/dist/neutral/types/schema/NetworkStakeViewerRpcSchemas.d.ts.map +1 -1
- package/dist/neutral/types/schema/RewardsByPositionViewerRpcSchemas.d.ts +20 -78
- package/dist/neutral/types/schema/RewardsByPositionViewerRpcSchemas.d.ts.map +1 -1
- package/dist/neutral/types/schema/RewardsByStakerViewerRpcSchemas.d.ts +30 -100
- package/dist/neutral/types/schema/RewardsByStakerViewerRpcSchemas.d.ts.map +1 -1
- package/dist/neutral/types/schema/RewardsByStepViewerRpcSchemas.d.ts +30 -100
- package/dist/neutral/types/schema/RewardsByStepViewerRpcSchemas.d.ts.map +1 -1
- package/dist/neutral/types/schema/RewardsTotalViewerRpcSchemas.d.ts +20 -70
- package/dist/neutral/types/schema/RewardsTotalViewerRpcSchemas.d.ts.map +1 -1
- package/dist/neutral/types/schema/StepViewerRpcSchemas.d.ts +25 -83
- package/dist/neutral/types/schema/StepViewerRpcSchemas.d.ts.map +1 -1
- package/dist/neutral/types/schema/XyoRunnerRpcSchemas.d.ts +26 -186
- package/dist/neutral/types/schema/XyoRunnerRpcSchemas.d.ts.map +1 -1
- package/dist/neutral/types/schema/XyoSignerRpcSchemas.d.ts +60 -378
- package/dist/neutral/types/schema/XyoSignerRpcSchemas.d.ts.map +1 -1
- package/dist/neutral/types/schema/XyoViewerRpcSchemas.d.ts +495 -2727
- package/dist/neutral/types/schema/XyoViewerRpcSchemas.d.ts.map +1 -1
- package/dist/neutral/types/schema/common/Address.d.ts +1 -3
- package/dist/neutral/types/schema/common/Address.d.ts.map +1 -1
- package/dist/neutral/types/schema/common/BlockBoundWitness.d.ts +40 -302
- package/dist/neutral/types/schema/common/BlockBoundWitness.d.ts.map +1 -1
- package/dist/neutral/types/schema/common/BoundWitness.d.ts +60 -420
- package/dist/neutral/types/schema/common/BoundWitness.d.ts.map +1 -1
- package/dist/neutral/types/schema/common/HydratedBlock.d.ts +54 -422
- package/dist/neutral/types/schema/common/HydratedBlock.d.ts.map +1 -1
- package/dist/neutral/types/schema/common/HydratedTransaction.d.ts +80 -492
- package/dist/neutral/types/schema/common/HydratedTransaction.d.ts.map +1 -1
- package/dist/neutral/types/schema/common/Payload.d.ts +8 -104
- package/dist/neutral/types/schema/common/Payload.d.ts.map +1 -1
- package/dist/neutral/types/schema/common/RewardsRangeOptions.d.ts +1 -3
- package/dist/neutral/types/schema/common/RewardsRangeOptions.d.ts.map +1 -1
- package/dist/neutral/types/schema/common/Stake.d.ts +17 -53
- package/dist/neutral/types/schema/common/Stake.d.ts.map +1 -1
- package/dist/neutral/types/schema/common/TransactionBoundWitness.d.ts +28 -188
- package/dist/neutral/types/schema/common/TransactionBoundWitness.d.ts.map +1 -1
- package/dist/neutral/types/schema/common/TransactionFees.d.ts +18 -72
- package/dist/neutral/types/schema/common/TransactionFees.d.ts.map +1 -1
- package/dist/neutral/types/schema/common/Transfer.d.ts +9 -33
- package/dist/neutral/types/schema/common/Transfer.d.ts.map +1 -1
- package/dist/neutral/types/schema/common/TransferPair.d.ts +2 -6
- package/dist/neutral/types/schema/common/TransferPair.d.ts.map +1 -1
- package/dist/node/index-node.mjs +26 -324
- package/dist/node/index-node.mjs.map +1 -1
- package/dist/node/provider/datalake/JsonRpcDataLakeViewerMethods.d.ts +3 -3
- package/dist/node/provider/datalake/JsonRpcDataLakeViewerMethods.d.ts.map +1 -1
- package/dist/node/provider/index.d.ts +0 -3
- package/dist/node/provider/index.d.ts.map +1 -1
- package/dist/node/provider/permissions/index.d.ts +0 -2
- package/dist/node/provider/permissions/index.d.ts.map +1 -1
- package/dist/node/provider/runner/index.d.ts +0 -1
- package/dist/node/provider/runner/index.d.ts.map +1 -1
- package/dist/node/provider/signer/JsonRpcXyoSigner.d.ts +2 -2
- package/dist/node/provider/signer/JsonRpcXyoSigner.d.ts.map +1 -1
- package/dist/node/provider/signer/index.d.ts +0 -1
- package/dist/node/provider/signer/index.d.ts.map +1 -1
- package/dist/node/provider/viewer/JsonRpcXyoViewer.d.ts +2 -2
- package/dist/node/provider/viewer/JsonRpcXyoViewer.d.ts.map +1 -1
- package/dist/node/spec/MemoryXyoClient.spec.d.ts.map +1 -0
- package/dist/node/spec/MemoryXyoGateway.spec.d.ts.map +1 -0
- package/dist/node/types/schema/AllRpcSchemas.d.ts +584 -3300
- package/dist/node/types/schema/AllRpcSchemas.d.ts.map +1 -1
- package/dist/node/types/schema/DataLakeViewerRpcSchema.d.ts +6 -30
- package/dist/node/types/schema/DataLakeViewerRpcSchema.d.ts.map +1 -1
- package/dist/node/types/schema/NetworkStakeViewerRpcSchemas.d.ts +2 -8
- package/dist/node/types/schema/NetworkStakeViewerRpcSchemas.d.ts.map +1 -1
- package/dist/node/types/schema/RewardsByPositionViewerRpcSchemas.d.ts +20 -78
- package/dist/node/types/schema/RewardsByPositionViewerRpcSchemas.d.ts.map +1 -1
- package/dist/node/types/schema/RewardsByStakerViewerRpcSchemas.d.ts +30 -100
- package/dist/node/types/schema/RewardsByStakerViewerRpcSchemas.d.ts.map +1 -1
- package/dist/node/types/schema/RewardsByStepViewerRpcSchemas.d.ts +30 -100
- package/dist/node/types/schema/RewardsByStepViewerRpcSchemas.d.ts.map +1 -1
- package/dist/node/types/schema/RewardsTotalViewerRpcSchemas.d.ts +20 -70
- package/dist/node/types/schema/RewardsTotalViewerRpcSchemas.d.ts.map +1 -1
- package/dist/node/types/schema/StepViewerRpcSchemas.d.ts +25 -83
- package/dist/node/types/schema/StepViewerRpcSchemas.d.ts.map +1 -1
- package/dist/node/types/schema/XyoRunnerRpcSchemas.d.ts +26 -186
- package/dist/node/types/schema/XyoRunnerRpcSchemas.d.ts.map +1 -1
- package/dist/node/types/schema/XyoSignerRpcSchemas.d.ts +60 -378
- package/dist/node/types/schema/XyoSignerRpcSchemas.d.ts.map +1 -1
- package/dist/node/types/schema/XyoViewerRpcSchemas.d.ts +495 -2727
- package/dist/node/types/schema/XyoViewerRpcSchemas.d.ts.map +1 -1
- package/dist/node/types/schema/common/Address.d.ts +1 -3
- package/dist/node/types/schema/common/Address.d.ts.map +1 -1
- package/dist/node/types/schema/common/BlockBoundWitness.d.ts +40 -302
- package/dist/node/types/schema/common/BlockBoundWitness.d.ts.map +1 -1
- package/dist/node/types/schema/common/BoundWitness.d.ts +60 -420
- package/dist/node/types/schema/common/BoundWitness.d.ts.map +1 -1
- package/dist/node/types/schema/common/HydratedBlock.d.ts +54 -422
- package/dist/node/types/schema/common/HydratedBlock.d.ts.map +1 -1
- package/dist/node/types/schema/common/HydratedTransaction.d.ts +80 -492
- package/dist/node/types/schema/common/HydratedTransaction.d.ts.map +1 -1
- package/dist/node/types/schema/common/Payload.d.ts +8 -104
- package/dist/node/types/schema/common/Payload.d.ts.map +1 -1
- package/dist/node/types/schema/common/RewardsRangeOptions.d.ts +1 -3
- package/dist/node/types/schema/common/RewardsRangeOptions.d.ts.map +1 -1
- package/dist/node/types/schema/common/Stake.d.ts +17 -53
- package/dist/node/types/schema/common/Stake.d.ts.map +1 -1
- package/dist/node/types/schema/common/TransactionBoundWitness.d.ts +28 -188
- package/dist/node/types/schema/common/TransactionBoundWitness.d.ts.map +1 -1
- package/dist/node/types/schema/common/TransactionFees.d.ts +18 -72
- package/dist/node/types/schema/common/TransactionFees.d.ts.map +1 -1
- package/dist/node/types/schema/common/Transfer.d.ts +9 -33
- package/dist/node/types/schema/common/Transfer.d.ts.map +1 -1
- package/dist/node/types/schema/common/TransferPair.d.ts +2 -6
- package/dist/node/types/schema/common/TransferPair.d.ts.map +1 -1
- package/package.json +12 -15
- package/src/provider/connection/spec/XyoConnection.spec.ts +2 -3
- package/src/provider/datalake/JsonRpcDataLakeViewerMethods.ts +3 -3
- package/src/provider/index.ts +0 -3
- package/src/provider/permissions/index.ts +0 -2
- package/src/provider/runner/index.ts +0 -1
- package/src/provider/signer/JsonRpcXyoSigner.ts +2 -2
- package/src/provider/signer/index.ts +0 -1
- package/src/provider/signer/spec/RpcEngineXyoSigner.spec.ts +2 -3
- package/src/provider/viewer/JsonRpcXyoViewer.ts +2 -2
- package/src/{provider/client/spec → spec}/MemoryXyoClient.spec.ts +20 -16
- package/src/{provider/gateway/spec → spec}/MemoryXyoGateway.spec.ts +13 -11
- package/src/types/schema/DataLakeViewerRpcSchema.ts +2 -3
- package/src/types/schema/common/BlockBoundWitness.ts +1 -3
- package/dist/neutral/provider/client/MemoryXyoClient.d.ts +0 -7
- package/dist/neutral/provider/client/MemoryXyoClient.d.ts.map +0 -1
- package/dist/neutral/provider/client/index.d.ts +0 -2
- package/dist/neutral/provider/client/index.d.ts.map +0 -1
- package/dist/neutral/provider/client/spec/MemoryXyoClient.spec.d.ts.map +0 -1
- package/dist/neutral/provider/gateway/Abstract.d.ts +0 -12
- package/dist/neutral/provider/gateway/Abstract.d.ts.map +0 -1
- package/dist/neutral/provider/gateway/MemoryXyoGateway.d.ts +0 -10
- package/dist/neutral/provider/gateway/MemoryXyoGateway.d.ts.map +0 -1
- package/dist/neutral/provider/gateway/index.d.ts +0 -3
- package/dist/neutral/provider/gateway/index.d.ts.map +0 -1
- package/dist/neutral/provider/gateway/spec/MemoryXyoGateway.spec.d.ts.map +0 -1
- package/dist/neutral/provider/network/MemoryXyoNetwork.d.ts +0 -9
- package/dist/neutral/provider/network/MemoryXyoNetwork.d.ts.map +0 -1
- package/dist/neutral/provider/network/index.d.ts +0 -2
- package/dist/neutral/provider/network/index.d.ts.map +0 -1
- package/dist/neutral/provider/network/lib/FailedNetworkStatusPayloads.d.ts +0 -4
- package/dist/neutral/provider/network/lib/FailedNetworkStatusPayloads.d.ts.map +0 -1
- package/dist/neutral/provider/network/lib/StatusNetworks.d.ts +0 -10
- package/dist/neutral/provider/network/lib/StatusNetworks.d.ts.map +0 -1
- package/dist/neutral/provider/network/lib/index.d.ts +0 -3
- package/dist/neutral/provider/network/lib/index.d.ts.map +0 -1
- package/dist/neutral/provider/network/spec/XyoNetwork.spec.d.ts +0 -2
- package/dist/neutral/provider/network/spec/XyoNetwork.spec.d.ts.map +0 -1
- package/dist/neutral/provider/permissions/MemoryXyoPermissions.d.ts +0 -17
- package/dist/neutral/provider/permissions/MemoryXyoPermissions.d.ts.map +0 -1
- package/dist/neutral/provider/permissions/spec/MemoryXyoPermissions.spec.d.ts +0 -2
- package/dist/neutral/provider/permissions/spec/MemoryXyoPermissions.spec.d.ts.map +0 -1
- package/dist/neutral/provider/permissions/store/MemoryPermissions.d.ts +0 -16
- package/dist/neutral/provider/permissions/store/MemoryPermissions.d.ts.map +0 -1
- package/dist/neutral/provider/permissions/store/PermissionsStore.d.ts +0 -12
- package/dist/neutral/provider/permissions/store/PermissionsStore.d.ts.map +0 -1
- package/dist/neutral/provider/permissions/store/index.d.ts +0 -3
- package/dist/neutral/provider/permissions/store/index.d.ts.map +0 -1
- package/dist/neutral/provider/runner/MemoryXyoRunner.d.ts +0 -10
- package/dist/neutral/provider/runner/MemoryXyoRunner.d.ts.map +0 -1
- package/dist/neutral/provider/signer/MemoryXyoSigner.d.ts +0 -14
- package/dist/neutral/provider/signer/MemoryXyoSigner.d.ts.map +0 -1
- package/dist/node/provider/client/MemoryXyoClient.d.ts +0 -7
- package/dist/node/provider/client/MemoryXyoClient.d.ts.map +0 -1
- package/dist/node/provider/client/index.d.ts +0 -2
- package/dist/node/provider/client/index.d.ts.map +0 -1
- package/dist/node/provider/client/spec/MemoryXyoClient.spec.d.ts.map +0 -1
- package/dist/node/provider/gateway/Abstract.d.ts +0 -12
- package/dist/node/provider/gateway/Abstract.d.ts.map +0 -1
- package/dist/node/provider/gateway/MemoryXyoGateway.d.ts +0 -10
- package/dist/node/provider/gateway/MemoryXyoGateway.d.ts.map +0 -1
- package/dist/node/provider/gateway/index.d.ts +0 -3
- package/dist/node/provider/gateway/index.d.ts.map +0 -1
- package/dist/node/provider/gateway/spec/MemoryXyoGateway.spec.d.ts.map +0 -1
- package/dist/node/provider/network/MemoryXyoNetwork.d.ts +0 -9
- package/dist/node/provider/network/MemoryXyoNetwork.d.ts.map +0 -1
- package/dist/node/provider/network/index.d.ts +0 -2
- package/dist/node/provider/network/index.d.ts.map +0 -1
- package/dist/node/provider/network/lib/FailedNetworkStatusPayloads.d.ts +0 -4
- package/dist/node/provider/network/lib/FailedNetworkStatusPayloads.d.ts.map +0 -1
- package/dist/node/provider/network/lib/StatusNetworks.d.ts +0 -10
- package/dist/node/provider/network/lib/StatusNetworks.d.ts.map +0 -1
- package/dist/node/provider/network/lib/index.d.ts +0 -3
- package/dist/node/provider/network/lib/index.d.ts.map +0 -1
- package/dist/node/provider/network/spec/XyoNetwork.spec.d.ts +0 -2
- package/dist/node/provider/network/spec/XyoNetwork.spec.d.ts.map +0 -1
- package/dist/node/provider/permissions/MemoryXyoPermissions.d.ts +0 -17
- package/dist/node/provider/permissions/MemoryXyoPermissions.d.ts.map +0 -1
- package/dist/node/provider/permissions/spec/MemoryXyoPermissions.spec.d.ts +0 -2
- package/dist/node/provider/permissions/spec/MemoryXyoPermissions.spec.d.ts.map +0 -1
- package/dist/node/provider/permissions/store/MemoryPermissions.d.ts +0 -16
- package/dist/node/provider/permissions/store/MemoryPermissions.d.ts.map +0 -1
- package/dist/node/provider/permissions/store/PermissionsStore.d.ts +0 -12
- package/dist/node/provider/permissions/store/PermissionsStore.d.ts.map +0 -1
- package/dist/node/provider/permissions/store/index.d.ts +0 -3
- package/dist/node/provider/permissions/store/index.d.ts.map +0 -1
- package/dist/node/provider/runner/MemoryXyoRunner.d.ts +0 -10
- package/dist/node/provider/runner/MemoryXyoRunner.d.ts.map +0 -1
- package/dist/node/provider/signer/MemoryXyoSigner.d.ts +0 -14
- package/dist/node/provider/signer/MemoryXyoSigner.d.ts.map +0 -1
- package/src/provider/client/MemoryXyoClient.ts +0 -14
- package/src/provider/client/index.ts +0 -1
- package/src/provider/gateway/Abstract.ts +0 -53
- package/src/provider/gateway/MemoryXyoGateway.ts +0 -22
- package/src/provider/gateway/index.ts +0 -2
- package/src/provider/network/MemoryXyoNetwork.ts +0 -48
- package/src/provider/network/index.ts +0 -1
- package/src/provider/network/lib/FailedNetworkStatusPayloads.ts +0 -14
- package/src/provider/network/lib/StatusNetworks.ts +0 -27
- package/src/provider/network/lib/index.ts +0 -2
- package/src/provider/network/spec/XyoNetwork.spec.ts +0 -77
- package/src/provider/permissions/MemoryXyoPermissions.ts +0 -82
- package/src/provider/permissions/spec/MemoryXyoPermissions.spec.ts +0 -93
- package/src/provider/permissions/store/MemoryPermissions.ts +0 -32
- package/src/provider/permissions/store/PermissionsStore.ts +0 -15
- package/src/provider/permissions/store/index.ts +0 -2
- package/src/provider/runner/MemoryXyoRunner.ts +0 -23
- package/src/provider/signer/MemoryXyoSigner.ts +0 -49
- /package/dist/neutral/{provider/client/spec → spec}/MemoryXyoClient.spec.d.ts +0 -0
- /package/dist/neutral/{provider/gateway/spec → spec}/MemoryXyoGateway.spec.d.ts +0 -0
- /package/dist/node/{provider/client/spec → spec}/MemoryXyoClient.spec.d.ts +0 -0
- /package/dist/node/{provider/gateway/spec → spec}/MemoryXyoGateway.spec.d.ts +0 -0
|
@@ -9,9 +9,7 @@ export declare const NetworkStakingStepRewardsByStepViewerRpcSchemas: {
|
|
|
9
9
|
block: z.ZodNumber;
|
|
10
10
|
step: z.ZodNumber;
|
|
11
11
|
}, z.z.core.$strip>>>;
|
|
12
|
-
stakers: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/
|
|
13
|
-
readonly __hex: true;
|
|
14
|
-
}>, {
|
|
12
|
+
stakers: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
15
13
|
readonly __address: true;
|
|
16
14
|
}>, string>>>>;
|
|
17
15
|
}, z.z.core.$strip>>], null>;
|
|
@@ -22,30 +20,18 @@ export declare const NetworkStakingStepRewardsByStepViewerRpcSchemas: {
|
|
|
22
20
|
block: z.ZodNumber;
|
|
23
21
|
step: z.ZodNumber;
|
|
24
22
|
}, z.z.core.$strip>>>;
|
|
25
|
-
stakers: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/
|
|
26
|
-
readonly __hex: true;
|
|
27
|
-
}>, {
|
|
23
|
+
stakers: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
28
24
|
readonly __address: true;
|
|
29
25
|
}>, string>>>>;
|
|
30
26
|
}, z.z.core.$strip>>], null>;
|
|
31
27
|
};
|
|
32
28
|
result: {
|
|
33
|
-
from: z.ZodRecord<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/
|
|
34
|
-
readonly __hex: true;
|
|
35
|
-
}>, {
|
|
29
|
+
from: z.ZodRecord<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
36
30
|
readonly __address: true;
|
|
37
|
-
}>, string>>, z.ZodPipe<z.ZodBigInt, z.ZodTransform<import("@xylabs/
|
|
38
|
-
|
|
39
|
-
}>, bigint>>>;
|
|
40
|
-
to: z.ZodRecord<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
41
|
-
readonly __hex: true;
|
|
42
|
-
}>, {
|
|
31
|
+
}>, string>>, z.ZodPipe<z.ZodBigInt, z.ZodTransform<import("@xylabs/hex").Hex, bigint>>>;
|
|
32
|
+
to: z.ZodRecord<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
43
33
|
readonly __address: true;
|
|
44
|
-
}>, string>>, z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
45
|
-
readonly __hex: true;
|
|
46
|
-
}>, string>>, z.ZodTransform<bigint, import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
47
|
-
readonly __hex: true;
|
|
48
|
-
}>>>>;
|
|
34
|
+
}>, string>>, z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodTransform<bigint, import("@xylabs/hex").Hex>>>;
|
|
49
35
|
};
|
|
50
36
|
};
|
|
51
37
|
networkStakingStepRewardsByStepViewer_claimed: {
|
|
@@ -57,9 +43,7 @@ export declare const NetworkStakingStepRewardsByStepViewerRpcSchemas: {
|
|
|
57
43
|
block: z.ZodNumber;
|
|
58
44
|
step: z.ZodNumber;
|
|
59
45
|
}, z.z.core.$strip>>>;
|
|
60
|
-
stakers: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/
|
|
61
|
-
readonly __hex: true;
|
|
62
|
-
}>, {
|
|
46
|
+
stakers: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
63
47
|
readonly __address: true;
|
|
64
48
|
}>, string>>>>;
|
|
65
49
|
}, z.z.core.$strip>>], null>;
|
|
@@ -70,30 +54,18 @@ export declare const NetworkStakingStepRewardsByStepViewerRpcSchemas: {
|
|
|
70
54
|
block: z.ZodNumber;
|
|
71
55
|
step: z.ZodNumber;
|
|
72
56
|
}, z.z.core.$strip>>>;
|
|
73
|
-
stakers: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/
|
|
74
|
-
readonly __hex: true;
|
|
75
|
-
}>, {
|
|
57
|
+
stakers: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
76
58
|
readonly __address: true;
|
|
77
59
|
}>, string>>>>;
|
|
78
60
|
}, z.z.core.$strip>>], null>;
|
|
79
61
|
};
|
|
80
62
|
result: {
|
|
81
|
-
from: z.ZodRecord<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/
|
|
82
|
-
readonly __hex: true;
|
|
83
|
-
}>, {
|
|
63
|
+
from: z.ZodRecord<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
84
64
|
readonly __address: true;
|
|
85
|
-
}>, string>>, z.ZodPipe<z.ZodBigInt, z.ZodTransform<import("@xylabs/
|
|
86
|
-
|
|
87
|
-
}>, bigint>>>;
|
|
88
|
-
to: z.ZodRecord<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
89
|
-
readonly __hex: true;
|
|
90
|
-
}>, {
|
|
65
|
+
}>, string>>, z.ZodPipe<z.ZodBigInt, z.ZodTransform<import("@xylabs/hex").Hex, bigint>>>;
|
|
66
|
+
to: z.ZodRecord<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
91
67
|
readonly __address: true;
|
|
92
|
-
}>, string>>, z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
93
|
-
readonly __hex: true;
|
|
94
|
-
}>, string>>, z.ZodTransform<bigint, import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
95
|
-
readonly __hex: true;
|
|
96
|
-
}>>>>;
|
|
68
|
+
}>, string>>, z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodTransform<bigint, import("@xylabs/hex").Hex>>>;
|
|
97
69
|
};
|
|
98
70
|
};
|
|
99
71
|
networkStakingStepRewardsByStepViewer_earned: {
|
|
@@ -105,9 +77,7 @@ export declare const NetworkStakingStepRewardsByStepViewerRpcSchemas: {
|
|
|
105
77
|
block: z.ZodNumber;
|
|
106
78
|
step: z.ZodNumber;
|
|
107
79
|
}, z.z.core.$strip>>>;
|
|
108
|
-
stakers: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/
|
|
109
|
-
readonly __hex: true;
|
|
110
|
-
}>, {
|
|
80
|
+
stakers: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
111
81
|
readonly __address: true;
|
|
112
82
|
}>, string>>>>;
|
|
113
83
|
}, z.z.core.$strip>>], null>;
|
|
@@ -118,30 +88,18 @@ export declare const NetworkStakingStepRewardsByStepViewerRpcSchemas: {
|
|
|
118
88
|
block: z.ZodNumber;
|
|
119
89
|
step: z.ZodNumber;
|
|
120
90
|
}, z.z.core.$strip>>>;
|
|
121
|
-
stakers: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/
|
|
122
|
-
readonly __hex: true;
|
|
123
|
-
}>, {
|
|
91
|
+
stakers: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
124
92
|
readonly __address: true;
|
|
125
93
|
}>, string>>>>;
|
|
126
94
|
}, z.z.core.$strip>>], null>;
|
|
127
95
|
};
|
|
128
96
|
result: {
|
|
129
|
-
from: z.ZodRecord<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/
|
|
130
|
-
readonly __hex: true;
|
|
131
|
-
}>, {
|
|
97
|
+
from: z.ZodRecord<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
132
98
|
readonly __address: true;
|
|
133
|
-
}>, string>>, z.ZodPipe<z.ZodBigInt, z.ZodTransform<import("@xylabs/
|
|
134
|
-
|
|
135
|
-
}>, bigint>>>;
|
|
136
|
-
to: z.ZodRecord<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
137
|
-
readonly __hex: true;
|
|
138
|
-
}>, {
|
|
99
|
+
}>, string>>, z.ZodPipe<z.ZodBigInt, z.ZodTransform<import("@xylabs/hex").Hex, bigint>>>;
|
|
100
|
+
to: z.ZodRecord<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
139
101
|
readonly __address: true;
|
|
140
|
-
}>, string>>, z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
141
|
-
readonly __hex: true;
|
|
142
|
-
}>, string>>, z.ZodTransform<bigint, import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
143
|
-
readonly __hex: true;
|
|
144
|
-
}>>>>;
|
|
102
|
+
}>, string>>, z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodTransform<bigint, import("@xylabs/hex").Hex>>>;
|
|
145
103
|
};
|
|
146
104
|
};
|
|
147
105
|
networkStakingStepRewardsByStepViewer_total: {
|
|
@@ -153,9 +111,7 @@ export declare const NetworkStakingStepRewardsByStepViewerRpcSchemas: {
|
|
|
153
111
|
block: z.ZodNumber;
|
|
154
112
|
step: z.ZodNumber;
|
|
155
113
|
}, z.z.core.$strip>>>;
|
|
156
|
-
stakers: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/
|
|
157
|
-
readonly __hex: true;
|
|
158
|
-
}>, {
|
|
114
|
+
stakers: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
159
115
|
readonly __address: true;
|
|
160
116
|
}>, string>>>>;
|
|
161
117
|
}, z.z.core.$strip>>], null>;
|
|
@@ -166,30 +122,18 @@ export declare const NetworkStakingStepRewardsByStepViewerRpcSchemas: {
|
|
|
166
122
|
block: z.ZodNumber;
|
|
167
123
|
step: z.ZodNumber;
|
|
168
124
|
}, z.z.core.$strip>>>;
|
|
169
|
-
stakers: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/
|
|
170
|
-
readonly __hex: true;
|
|
171
|
-
}>, {
|
|
125
|
+
stakers: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
172
126
|
readonly __address: true;
|
|
173
127
|
}>, string>>>>;
|
|
174
128
|
}, z.z.core.$strip>>], null>;
|
|
175
129
|
};
|
|
176
130
|
result: {
|
|
177
|
-
from: z.ZodRecord<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/
|
|
178
|
-
readonly __hex: true;
|
|
179
|
-
}>, {
|
|
131
|
+
from: z.ZodRecord<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
180
132
|
readonly __address: true;
|
|
181
|
-
}>, string>>, z.ZodPipe<z.ZodBigInt, z.ZodTransform<import("@xylabs/
|
|
182
|
-
|
|
183
|
-
}>, bigint>>>;
|
|
184
|
-
to: z.ZodRecord<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
185
|
-
readonly __hex: true;
|
|
186
|
-
}>, {
|
|
133
|
+
}>, string>>, z.ZodPipe<z.ZodBigInt, z.ZodTransform<import("@xylabs/hex").Hex, bigint>>>;
|
|
134
|
+
to: z.ZodRecord<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
187
135
|
readonly __address: true;
|
|
188
|
-
}>, string>>, z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
189
|
-
readonly __hex: true;
|
|
190
|
-
}>, string>>, z.ZodTransform<bigint, import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
191
|
-
readonly __hex: true;
|
|
192
|
-
}>>>>;
|
|
136
|
+
}>, string>>, z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodTransform<bigint, import("@xylabs/hex").Hex>>>;
|
|
193
137
|
};
|
|
194
138
|
};
|
|
195
139
|
networkStakingStepRewardsByStepViewer_unclaimed: {
|
|
@@ -201,9 +145,7 @@ export declare const NetworkStakingStepRewardsByStepViewerRpcSchemas: {
|
|
|
201
145
|
block: z.ZodNumber;
|
|
202
146
|
step: z.ZodNumber;
|
|
203
147
|
}, z.z.core.$strip>>>;
|
|
204
|
-
stakers: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/
|
|
205
|
-
readonly __hex: true;
|
|
206
|
-
}>, {
|
|
148
|
+
stakers: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
207
149
|
readonly __address: true;
|
|
208
150
|
}>, string>>>>;
|
|
209
151
|
}, z.z.core.$strip>>], null>;
|
|
@@ -214,30 +156,18 @@ export declare const NetworkStakingStepRewardsByStepViewerRpcSchemas: {
|
|
|
214
156
|
block: z.ZodNumber;
|
|
215
157
|
step: z.ZodNumber;
|
|
216
158
|
}, z.z.core.$strip>>>;
|
|
217
|
-
stakers: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/
|
|
218
|
-
readonly __hex: true;
|
|
219
|
-
}>, {
|
|
159
|
+
stakers: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
220
160
|
readonly __address: true;
|
|
221
161
|
}>, string>>>>;
|
|
222
162
|
}, z.z.core.$strip>>], null>;
|
|
223
163
|
};
|
|
224
164
|
result: {
|
|
225
|
-
from: z.ZodRecord<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/
|
|
226
|
-
readonly __hex: true;
|
|
227
|
-
}>, {
|
|
165
|
+
from: z.ZodRecord<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
228
166
|
readonly __address: true;
|
|
229
|
-
}>, string>>, z.ZodPipe<z.ZodBigInt, z.ZodTransform<import("@xylabs/
|
|
230
|
-
|
|
231
|
-
}>, bigint>>>;
|
|
232
|
-
to: z.ZodRecord<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
233
|
-
readonly __hex: true;
|
|
234
|
-
}>, {
|
|
167
|
+
}>, string>>, z.ZodPipe<z.ZodBigInt, z.ZodTransform<import("@xylabs/hex").Hex, bigint>>>;
|
|
168
|
+
to: z.ZodRecord<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
235
169
|
readonly __address: true;
|
|
236
|
-
}>, string>>, z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
237
|
-
readonly __hex: true;
|
|
238
|
-
}>, string>>, z.ZodTransform<bigint, import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
239
|
-
readonly __hex: true;
|
|
240
|
-
}>>>>;
|
|
170
|
+
}>, string>>, z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodTransform<bigint, import("@xylabs/hex").Hex>>>;
|
|
241
171
|
};
|
|
242
172
|
};
|
|
243
173
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RewardsByStepViewerRpcSchemas.d.ts","sourceRoot":"","sources":["../../../../src/types/schema/RewardsByStepViewerRpcSchemas.ts"],"names":[],"mappings":"AACA,OAAO,CAAC,MAAM,KAAK,CAAA;AAMnB,eAAO,MAAM,+CAA+C
|
|
1
|
+
{"version":3,"file":"RewardsByStepViewerRpcSchemas.d.ts","sourceRoot":"","sources":["../../../../src/types/schema/RewardsByStepViewerRpcSchemas.ts"],"names":[],"mappings":"AACA,OAAO,CAAC,MAAM,KAAK,CAAA;AAMnB,eAAO,MAAM,+CAA+C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmDgB,CAAA"}
|
|
@@ -9,9 +9,7 @@ export declare const NetworkStakingStepRewardsTotalViewerRpcSchemas: {
|
|
|
9
9
|
block: z.ZodNumber;
|
|
10
10
|
step: z.ZodNumber;
|
|
11
11
|
}, z.core.$strip>>>;
|
|
12
|
-
stakers: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/
|
|
13
|
-
readonly __hex: true;
|
|
14
|
-
}>, {
|
|
12
|
+
stakers: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
15
13
|
readonly __address: true;
|
|
16
14
|
}>, string>>>>;
|
|
17
15
|
}, z.core.$strip>>], null>;
|
|
@@ -22,22 +20,14 @@ export declare const NetworkStakingStepRewardsTotalViewerRpcSchemas: {
|
|
|
22
20
|
block: z.ZodNumber;
|
|
23
21
|
step: z.ZodNumber;
|
|
24
22
|
}, z.core.$strip>>>;
|
|
25
|
-
stakers: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/
|
|
26
|
-
readonly __hex: true;
|
|
27
|
-
}>, {
|
|
23
|
+
stakers: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
28
24
|
readonly __address: true;
|
|
29
25
|
}>, string>>>>;
|
|
30
26
|
}, z.core.$strip>>], null>;
|
|
31
27
|
};
|
|
32
28
|
result: {
|
|
33
|
-
from: z.ZodPipe<z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
34
|
-
|
|
35
|
-
}>, string>>, z.ZodTransform<bigint, import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
36
|
-
readonly __hex: true;
|
|
37
|
-
}>>>, z.ZodTransform<import("@xyo-network/xl1-protocol").AttoXL1, bigint>>;
|
|
38
|
-
to: z.ZodPipe<z.ZodBigInt, z.ZodTransform<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
39
|
-
readonly __hex: true;
|
|
40
|
-
}>, bigint>>;
|
|
29
|
+
from: z.ZodPipe<z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodTransform<bigint, import("@xylabs/hex").Hex>>, z.ZodTransform<import("@xyo-network/xl1-protocol").AttoXL1, bigint>>;
|
|
30
|
+
to: z.ZodPipe<z.ZodBigInt, z.ZodTransform<import("@xylabs/hex").Hex, bigint>>;
|
|
41
31
|
};
|
|
42
32
|
};
|
|
43
33
|
networkStakingStepRewardsTotalViewer_claimed: {
|
|
@@ -49,9 +39,7 @@ export declare const NetworkStakingStepRewardsTotalViewerRpcSchemas: {
|
|
|
49
39
|
block: z.ZodNumber;
|
|
50
40
|
step: z.ZodNumber;
|
|
51
41
|
}, z.core.$strip>>>;
|
|
52
|
-
stakers: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/
|
|
53
|
-
readonly __hex: true;
|
|
54
|
-
}>, {
|
|
42
|
+
stakers: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
55
43
|
readonly __address: true;
|
|
56
44
|
}>, string>>>>;
|
|
57
45
|
}, z.core.$strip>>], null>;
|
|
@@ -62,22 +50,14 @@ export declare const NetworkStakingStepRewardsTotalViewerRpcSchemas: {
|
|
|
62
50
|
block: z.ZodNumber;
|
|
63
51
|
step: z.ZodNumber;
|
|
64
52
|
}, z.core.$strip>>>;
|
|
65
|
-
stakers: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/
|
|
66
|
-
readonly __hex: true;
|
|
67
|
-
}>, {
|
|
53
|
+
stakers: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
68
54
|
readonly __address: true;
|
|
69
55
|
}>, string>>>>;
|
|
70
56
|
}, z.core.$strip>>], null>;
|
|
71
57
|
};
|
|
72
58
|
result: {
|
|
73
|
-
from: z.ZodPipe<z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
74
|
-
|
|
75
|
-
}>, string>>, z.ZodTransform<bigint, import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
76
|
-
readonly __hex: true;
|
|
77
|
-
}>>>, z.ZodTransform<import("@xyo-network/xl1-protocol").AttoXL1, bigint>>;
|
|
78
|
-
to: z.ZodPipe<z.ZodBigInt, z.ZodTransform<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
79
|
-
readonly __hex: true;
|
|
80
|
-
}>, bigint>>;
|
|
59
|
+
from: z.ZodPipe<z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodTransform<bigint, import("@xylabs/hex").Hex>>, z.ZodTransform<import("@xyo-network/xl1-protocol").AttoXL1, bigint>>;
|
|
60
|
+
to: z.ZodPipe<z.ZodBigInt, z.ZodTransform<import("@xylabs/hex").Hex, bigint>>;
|
|
81
61
|
};
|
|
82
62
|
};
|
|
83
63
|
networkStakingStepRewardsTotalViewer_earned: {
|
|
@@ -89,9 +69,7 @@ export declare const NetworkStakingStepRewardsTotalViewerRpcSchemas: {
|
|
|
89
69
|
block: z.ZodNumber;
|
|
90
70
|
step: z.ZodNumber;
|
|
91
71
|
}, z.core.$strip>>>;
|
|
92
|
-
stakers: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/
|
|
93
|
-
readonly __hex: true;
|
|
94
|
-
}>, {
|
|
72
|
+
stakers: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
95
73
|
readonly __address: true;
|
|
96
74
|
}>, string>>>>;
|
|
97
75
|
}, z.core.$strip>>], null>;
|
|
@@ -102,22 +80,14 @@ export declare const NetworkStakingStepRewardsTotalViewerRpcSchemas: {
|
|
|
102
80
|
block: z.ZodNumber;
|
|
103
81
|
step: z.ZodNumber;
|
|
104
82
|
}, z.core.$strip>>>;
|
|
105
|
-
stakers: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/
|
|
106
|
-
readonly __hex: true;
|
|
107
|
-
}>, {
|
|
83
|
+
stakers: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
108
84
|
readonly __address: true;
|
|
109
85
|
}>, string>>>>;
|
|
110
86
|
}, z.core.$strip>>], null>;
|
|
111
87
|
};
|
|
112
88
|
result: {
|
|
113
|
-
from: z.ZodPipe<z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
114
|
-
|
|
115
|
-
}>, string>>, z.ZodTransform<bigint, import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
116
|
-
readonly __hex: true;
|
|
117
|
-
}>>>, z.ZodTransform<import("@xyo-network/xl1-protocol").AttoXL1, bigint>>;
|
|
118
|
-
to: z.ZodPipe<z.ZodBigInt, z.ZodTransform<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
119
|
-
readonly __hex: true;
|
|
120
|
-
}>, bigint>>;
|
|
89
|
+
from: z.ZodPipe<z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodTransform<bigint, import("@xylabs/hex").Hex>>, z.ZodTransform<import("@xyo-network/xl1-protocol").AttoXL1, bigint>>;
|
|
90
|
+
to: z.ZodPipe<z.ZodBigInt, z.ZodTransform<import("@xylabs/hex").Hex, bigint>>;
|
|
121
91
|
};
|
|
122
92
|
};
|
|
123
93
|
networkStakingStepRewardsTotalViewer_total: {
|
|
@@ -129,9 +99,7 @@ export declare const NetworkStakingStepRewardsTotalViewerRpcSchemas: {
|
|
|
129
99
|
block: z.ZodNumber;
|
|
130
100
|
step: z.ZodNumber;
|
|
131
101
|
}, z.core.$strip>>>;
|
|
132
|
-
stakers: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/
|
|
133
|
-
readonly __hex: true;
|
|
134
|
-
}>, {
|
|
102
|
+
stakers: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
135
103
|
readonly __address: true;
|
|
136
104
|
}>, string>>>>;
|
|
137
105
|
}, z.core.$strip>>], null>;
|
|
@@ -142,22 +110,14 @@ export declare const NetworkStakingStepRewardsTotalViewerRpcSchemas: {
|
|
|
142
110
|
block: z.ZodNumber;
|
|
143
111
|
step: z.ZodNumber;
|
|
144
112
|
}, z.core.$strip>>>;
|
|
145
|
-
stakers: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/
|
|
146
|
-
readonly __hex: true;
|
|
147
|
-
}>, {
|
|
113
|
+
stakers: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
148
114
|
readonly __address: true;
|
|
149
115
|
}>, string>>>>;
|
|
150
116
|
}, z.core.$strip>>], null>;
|
|
151
117
|
};
|
|
152
118
|
result: {
|
|
153
|
-
from: z.ZodPipe<z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
154
|
-
|
|
155
|
-
}>, string>>, z.ZodTransform<bigint, import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
156
|
-
readonly __hex: true;
|
|
157
|
-
}>>>, z.ZodTransform<import("@xyo-network/xl1-protocol").AttoXL1, bigint>>;
|
|
158
|
-
to: z.ZodPipe<z.ZodBigInt, z.ZodTransform<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
159
|
-
readonly __hex: true;
|
|
160
|
-
}>, bigint>>;
|
|
119
|
+
from: z.ZodPipe<z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodTransform<bigint, import("@xylabs/hex").Hex>>, z.ZodTransform<import("@xyo-network/xl1-protocol").AttoXL1, bigint>>;
|
|
120
|
+
to: z.ZodPipe<z.ZodBigInt, z.ZodTransform<import("@xylabs/hex").Hex, bigint>>;
|
|
161
121
|
};
|
|
162
122
|
};
|
|
163
123
|
networkStakingStepRewardsTotalViewer_unclaimed: {
|
|
@@ -169,9 +129,7 @@ export declare const NetworkStakingStepRewardsTotalViewerRpcSchemas: {
|
|
|
169
129
|
block: z.ZodNumber;
|
|
170
130
|
step: z.ZodNumber;
|
|
171
131
|
}, z.core.$strip>>>;
|
|
172
|
-
stakers: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/
|
|
173
|
-
readonly __hex: true;
|
|
174
|
-
}>, {
|
|
132
|
+
stakers: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
175
133
|
readonly __address: true;
|
|
176
134
|
}>, string>>>>;
|
|
177
135
|
}, z.core.$strip>>], null>;
|
|
@@ -182,22 +140,14 @@ export declare const NetworkStakingStepRewardsTotalViewerRpcSchemas: {
|
|
|
182
140
|
block: z.ZodNumber;
|
|
183
141
|
step: z.ZodNumber;
|
|
184
142
|
}, z.core.$strip>>>;
|
|
185
|
-
stakers: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/
|
|
186
|
-
readonly __hex: true;
|
|
187
|
-
}>, {
|
|
143
|
+
stakers: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
188
144
|
readonly __address: true;
|
|
189
145
|
}>, string>>>>;
|
|
190
146
|
}, z.core.$strip>>], null>;
|
|
191
147
|
};
|
|
192
148
|
result: {
|
|
193
|
-
from: z.ZodPipe<z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
194
|
-
|
|
195
|
-
}>, string>>, z.ZodTransform<bigint, import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
196
|
-
readonly __hex: true;
|
|
197
|
-
}>>>, z.ZodTransform<import("@xyo-network/xl1-protocol").AttoXL1, bigint>>;
|
|
198
|
-
to: z.ZodPipe<z.ZodBigInt, z.ZodTransform<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
199
|
-
readonly __hex: true;
|
|
200
|
-
}>, bigint>>;
|
|
149
|
+
from: z.ZodPipe<z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodTransform<bigint, import("@xylabs/hex").Hex>>, z.ZodTransform<import("@xyo-network/xl1-protocol").AttoXL1, bigint>>;
|
|
150
|
+
to: z.ZodPipe<z.ZodBigInt, z.ZodTransform<import("@xylabs/hex").Hex, bigint>>;
|
|
201
151
|
};
|
|
202
152
|
};
|
|
203
153
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RewardsTotalViewerRpcSchemas.d.ts","sourceRoot":"","sources":["../../../../src/types/schema/RewardsTotalViewerRpcSchemas.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAA;AAMxB,eAAO,MAAM,8CAA8C
|
|
1
|
+
{"version":3,"file":"RewardsTotalViewerRpcSchemas.d.ts","sourceRoot":"","sources":["../../../../src/types/schema/RewardsTotalViewerRpcSchemas.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAA;AAMxB,eAAO,MAAM,8CAA8C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmDgB,CAAA"}
|
|
@@ -12,14 +12,8 @@ export declare const StepViewerRpcSchemas: {
|
|
|
12
12
|
}, z.z.core.$strip>], null>;
|
|
13
13
|
};
|
|
14
14
|
result: {
|
|
15
|
-
from: z.ZodPipe<z.ZodBigInt, z.ZodTransform<import("@xylabs/
|
|
16
|
-
|
|
17
|
-
}>, bigint>>;
|
|
18
|
-
to: z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
19
|
-
readonly __hex: true;
|
|
20
|
-
}>, string>>, z.ZodTransform<bigint, import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
21
|
-
readonly __hex: true;
|
|
22
|
-
}>>>;
|
|
15
|
+
from: z.ZodPipe<z.ZodBigInt, z.ZodTransform<import("@xylabs/hex").Hex, bigint>>;
|
|
16
|
+
to: z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodTransform<bigint, import("@xylabs/hex").Hex>>;
|
|
23
17
|
};
|
|
24
18
|
};
|
|
25
19
|
stake: {
|
|
@@ -34,14 +28,8 @@ export declare const StepViewerRpcSchemas: {
|
|
|
34
28
|
}, z.z.core.$strip>], null>;
|
|
35
29
|
};
|
|
36
30
|
result: {
|
|
37
|
-
from: z.ZodPipe<z.ZodBigInt, z.ZodTransform<import("@xylabs/
|
|
38
|
-
|
|
39
|
-
}>, bigint>>;
|
|
40
|
-
to: z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
41
|
-
readonly __hex: true;
|
|
42
|
-
}>, string>>, z.ZodTransform<bigint, import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
43
|
-
readonly __hex: true;
|
|
44
|
-
}>>>;
|
|
31
|
+
from: z.ZodPipe<z.ZodBigInt, z.ZodTransform<import("@xylabs/hex").Hex, bigint>>;
|
|
32
|
+
to: z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodTransform<bigint, import("@xylabs/hex").Hex>>;
|
|
45
33
|
};
|
|
46
34
|
};
|
|
47
35
|
stakers: {
|
|
@@ -56,22 +44,14 @@ export declare const StepViewerRpcSchemas: {
|
|
|
56
44
|
}, z.z.core.$strip>], null>;
|
|
57
45
|
};
|
|
58
46
|
result: {
|
|
59
|
-
from: z.ZodArray<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/
|
|
60
|
-
readonly __hex: true;
|
|
61
|
-
}>, {
|
|
47
|
+
from: z.ZodArray<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
62
48
|
readonly __address: true;
|
|
63
|
-
}>, unknown, z.z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/
|
|
64
|
-
readonly __hex: true;
|
|
65
|
-
}>, {
|
|
49
|
+
}>, unknown, z.z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
66
50
|
readonly __address: true;
|
|
67
51
|
}>, unknown>>>;
|
|
68
|
-
to: z.ZodArray<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/
|
|
69
|
-
readonly __hex: true;
|
|
70
|
-
}>, {
|
|
52
|
+
to: z.ZodArray<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
71
53
|
readonly __address: true;
|
|
72
|
-
}>, unknown, z.z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/
|
|
73
|
-
readonly __hex: true;
|
|
74
|
-
}>, {
|
|
54
|
+
}>, unknown, z.z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
75
55
|
readonly __address: true;
|
|
76
56
|
}>, unknown>>>;
|
|
77
57
|
};
|
|
@@ -88,14 +68,8 @@ export declare const StepViewerRpcSchemas: {
|
|
|
88
68
|
}, z.z.core.$strip>], null>;
|
|
89
69
|
};
|
|
90
70
|
result: {
|
|
91
|
-
from: z.ZodPipe<z.ZodBigInt, z.ZodTransform<import("@xylabs/
|
|
92
|
-
|
|
93
|
-
}>, bigint>>;
|
|
94
|
-
to: z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
95
|
-
readonly __hex: true;
|
|
96
|
-
}>, string>>, z.ZodTransform<bigint, import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
97
|
-
readonly __hex: true;
|
|
98
|
-
}>>>;
|
|
71
|
+
from: z.ZodPipe<z.ZodBigInt, z.ZodTransform<import("@xylabs/hex").Hex, bigint>>;
|
|
72
|
+
to: z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodTransform<bigint, import("@xylabs/hex").Hex>>;
|
|
99
73
|
};
|
|
100
74
|
};
|
|
101
75
|
positionCount: {
|
|
@@ -131,32 +105,22 @@ export declare const StepViewerRpcSchemas: {
|
|
|
131
105
|
addBlock: z.ZodNumber;
|
|
132
106
|
id: z.ZodNumber;
|
|
133
107
|
removeBlock: z.ZodNumber;
|
|
134
|
-
staked: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/
|
|
135
|
-
readonly __hex: true;
|
|
136
|
-
}>, {
|
|
108
|
+
staked: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
137
109
|
readonly __address: true;
|
|
138
110
|
}>, string>>;
|
|
139
|
-
staker: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/
|
|
140
|
-
readonly __hex: true;
|
|
141
|
-
}>, {
|
|
111
|
+
staker: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
142
112
|
readonly __address: true;
|
|
143
113
|
}>, string>>;
|
|
144
114
|
withdrawBlock: z.ZodNumber;
|
|
145
115
|
}, z.z.core.$strip>, z.ZodTransform<{
|
|
146
116
|
addBlock: number;
|
|
147
|
-
amount: import("@xylabs/
|
|
148
|
-
readonly __hex: true;
|
|
149
|
-
}>;
|
|
117
|
+
amount: import("@xylabs/hex").Hex;
|
|
150
118
|
id: number;
|
|
151
119
|
removeBlock: number;
|
|
152
|
-
staked: import("@xylabs/typeof").Brand<import("@xylabs/
|
|
153
|
-
readonly __hex: true;
|
|
154
|
-
}>, {
|
|
120
|
+
staked: import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
155
121
|
readonly __address: true;
|
|
156
122
|
}>;
|
|
157
|
-
staker: import("@xylabs/typeof").Brand<import("@xylabs/
|
|
158
|
-
readonly __hex: true;
|
|
159
|
-
}>, {
|
|
123
|
+
staker: import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
160
124
|
readonly __address: true;
|
|
161
125
|
}>;
|
|
162
126
|
withdrawBlock: number;
|
|
@@ -165,14 +129,10 @@ export declare const StepViewerRpcSchemas: {
|
|
|
165
129
|
addBlock: number;
|
|
166
130
|
id: number;
|
|
167
131
|
removeBlock: number;
|
|
168
|
-
staked: import("@xylabs/typeof").Brand<import("@xylabs/
|
|
169
|
-
readonly __hex: true;
|
|
170
|
-
}>, {
|
|
132
|
+
staked: import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
171
133
|
readonly __address: true;
|
|
172
134
|
}>;
|
|
173
|
-
staker: import("@xylabs/typeof").Brand<import("@xylabs/
|
|
174
|
-
readonly __hex: true;
|
|
175
|
-
}>, {
|
|
135
|
+
staker: import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
176
136
|
readonly __address: true;
|
|
177
137
|
}>;
|
|
178
138
|
withdrawBlock: number;
|
|
@@ -181,35 +141,23 @@ export declare const StepViewerRpcSchemas: {
|
|
|
181
141
|
addBlock: z.ZodNumber;
|
|
182
142
|
id: z.ZodNumber;
|
|
183
143
|
removeBlock: z.ZodNumber;
|
|
184
|
-
staked: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/
|
|
185
|
-
readonly __hex: true;
|
|
186
|
-
}>, {
|
|
144
|
+
staked: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
187
145
|
readonly __address: true;
|
|
188
146
|
}>, string>>;
|
|
189
|
-
staker: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/
|
|
190
|
-
readonly __hex: true;
|
|
191
|
-
}>, {
|
|
147
|
+
staker: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
192
148
|
readonly __address: true;
|
|
193
149
|
}>, string>>;
|
|
194
150
|
withdrawBlock: z.ZodNumber;
|
|
195
|
-
amount: z.
|
|
196
|
-
readonly __hex: true;
|
|
197
|
-
}>, unknown, z.z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
198
|
-
readonly __hex: true;
|
|
199
|
-
}>, unknown>>;
|
|
151
|
+
amount: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>;
|
|
200
152
|
}, z.z.core.$strip>, z.ZodTransform<{
|
|
201
153
|
addBlock: number;
|
|
202
154
|
amount: import("@xyo-network/xl1-protocol").AttoXL1;
|
|
203
155
|
id: import("@xyo-network/xl1-protocol").PositionId;
|
|
204
156
|
removeBlock: number;
|
|
205
|
-
staked: import("@xylabs/typeof").Brand<import("@xylabs/
|
|
206
|
-
readonly __hex: true;
|
|
207
|
-
}>, {
|
|
157
|
+
staked: import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
208
158
|
readonly __address: true;
|
|
209
159
|
}>;
|
|
210
|
-
staker: import("@xylabs/typeof").Brand<import("@xylabs/
|
|
211
|
-
readonly __hex: true;
|
|
212
|
-
}>, {
|
|
160
|
+
staker: import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
213
161
|
readonly __address: true;
|
|
214
162
|
}>;
|
|
215
163
|
withdrawBlock: number;
|
|
@@ -217,20 +165,14 @@ export declare const StepViewerRpcSchemas: {
|
|
|
217
165
|
addBlock: number;
|
|
218
166
|
id: number;
|
|
219
167
|
removeBlock: number;
|
|
220
|
-
staked: import("@xylabs/typeof").Brand<import("@xylabs/
|
|
221
|
-
readonly __hex: true;
|
|
222
|
-
}>, {
|
|
168
|
+
staked: import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
223
169
|
readonly __address: true;
|
|
224
170
|
}>;
|
|
225
|
-
staker: import("@xylabs/typeof").Brand<import("@xylabs/
|
|
226
|
-
readonly __hex: true;
|
|
227
|
-
}>, {
|
|
171
|
+
staker: import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
228
172
|
readonly __address: true;
|
|
229
173
|
}>;
|
|
230
174
|
withdrawBlock: number;
|
|
231
|
-
amount: import("@xylabs/
|
|
232
|
-
readonly __hex: true;
|
|
233
|
-
}>;
|
|
175
|
+
amount: import("@xylabs/hex").Hex;
|
|
234
176
|
}>>>;
|
|
235
177
|
};
|
|
236
178
|
};
|