@xyo-network/xl1-rpc 1.16.1 → 1.16.3
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 +27 -325
- 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 +586 -3302
- 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 +497 -2729
- 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 +12 -36
- 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 +27 -325
- 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 +586 -3302
- 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 +497 -2729
- 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 +12 -36
- 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 -17
- 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/src/types/schema/common/Transfer.ts +1 -1
- 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
|
@@ -1,99 +1,27 @@
|
|
|
1
1
|
import * as z from 'zod';
|
|
2
2
|
export declare const HydratedTransactionZod: z.ZodTuple<[z.ZodObject<{
|
|
3
3
|
schema: z.ZodLiteral<"network.xyo.boundwitness">;
|
|
4
|
-
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/
|
|
5
|
-
readonly __hex: true;
|
|
6
|
-
}>, {
|
|
4
|
+
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
7
5
|
readonly __address: true;
|
|
8
6
|
}>, string>>>;
|
|
9
|
-
payload_hashes: z.ZodArray<z.
|
|
10
|
-
readonly __hex: true;
|
|
11
|
-
}>, {
|
|
12
|
-
readonly __hash: true;
|
|
13
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
14
|
-
readonly __hex: true;
|
|
15
|
-
}>, {
|
|
16
|
-
readonly __hash: true;
|
|
17
|
-
}>, unknown>>>;
|
|
7
|
+
payload_hashes: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
18
8
|
payload_schemas: z.ZodArray<z.ZodString>;
|
|
19
|
-
previous_hashes: z.ZodArray<z.ZodNullable<z.
|
|
20
|
-
|
|
21
|
-
}>, {
|
|
22
|
-
readonly __hash: true;
|
|
23
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
24
|
-
readonly __hex: true;
|
|
25
|
-
}>, {
|
|
26
|
-
readonly __hash: true;
|
|
27
|
-
}>, unknown>>>>;
|
|
28
|
-
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
29
|
-
readonly __hex: true;
|
|
30
|
-
}>, {
|
|
9
|
+
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
10
|
+
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
31
11
|
readonly __address: true;
|
|
32
12
|
}>, string>>>;
|
|
33
|
-
$sourceQuery: z.ZodOptional<z.
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
38
|
-
readonly __hex: true;
|
|
39
|
-
}>, {
|
|
40
|
-
readonly __hash: true;
|
|
41
|
-
}>, unknown>>>;
|
|
42
|
-
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
43
|
-
readonly __hex: true;
|
|
44
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
45
|
-
readonly __hex: true;
|
|
46
|
-
}>, unknown>>, z.ZodNull]>>;
|
|
47
|
-
_hash: z.ZodOptional<z.ZodPipe<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
48
|
-
readonly __hex: true;
|
|
49
|
-
}>, {
|
|
50
|
-
readonly __hash: true;
|
|
51
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
52
|
-
readonly __hex: true;
|
|
53
|
-
}>, {
|
|
54
|
-
readonly __hash: true;
|
|
55
|
-
}>, unknown>>, z.ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
56
|
-
readonly __hex: true;
|
|
57
|
-
}>, {
|
|
58
|
-
readonly __hash: true;
|
|
59
|
-
}>>>>;
|
|
60
|
-
_dataHash: z.ZodOptional<z.ZodPipe<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
61
|
-
readonly __hex: true;
|
|
62
|
-
}>, {
|
|
63
|
-
readonly __hash: true;
|
|
64
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
65
|
-
readonly __hex: true;
|
|
66
|
-
}>, {
|
|
67
|
-
readonly __hash: true;
|
|
68
|
-
}>, unknown>>, z.ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
69
|
-
readonly __hex: true;
|
|
70
|
-
}>, {
|
|
71
|
-
readonly __hash: true;
|
|
72
|
-
}>>>>;
|
|
13
|
+
$sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
14
|
+
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodNull]>>;
|
|
15
|
+
_hash: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>, z.ZodTransform<string, import("@xylabs/hex").Hash>>>;
|
|
16
|
+
_dataHash: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>, z.ZodTransform<string, import("@xylabs/hex").Hash>>>;
|
|
73
17
|
_sequence: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
|
|
74
18
|
nbf: z.ZodNumber;
|
|
75
19
|
exp: z.ZodNumber;
|
|
76
20
|
fees: z.ZodObject<{
|
|
77
|
-
base: z.
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
}>, unknown>>;
|
|
82
|
-
gasLimit: z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
83
|
-
readonly __hex: true;
|
|
84
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
85
|
-
readonly __hex: true;
|
|
86
|
-
}>, unknown>>;
|
|
87
|
-
gasPrice: z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
88
|
-
readonly __hex: true;
|
|
89
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
90
|
-
readonly __hex: true;
|
|
91
|
-
}>, unknown>>;
|
|
92
|
-
priority: z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
93
|
-
readonly __hex: true;
|
|
94
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
95
|
-
readonly __hex: true;
|
|
96
|
-
}>, unknown>>;
|
|
21
|
+
base: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>;
|
|
22
|
+
gasLimit: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>;
|
|
23
|
+
gasPrice: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>;
|
|
24
|
+
priority: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>;
|
|
97
25
|
}, z.core.$strip>;
|
|
98
26
|
chain: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
99
27
|
from: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
@@ -103,99 +31,27 @@ export declare const HydratedTransactionZod: z.ZodTuple<[z.ZodObject<{
|
|
|
103
31
|
}, z.core.$catchall<z.ZodAny>>>], null>;
|
|
104
32
|
export declare const UnsignedHydratedTransactionZod: z.ZodTuple<[z.ZodObject<{
|
|
105
33
|
schema: z.ZodLiteral<"network.xyo.boundwitness">;
|
|
106
|
-
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/
|
|
107
|
-
readonly __hex: true;
|
|
108
|
-
}>, {
|
|
34
|
+
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
109
35
|
readonly __address: true;
|
|
110
36
|
}>, string>>>;
|
|
111
|
-
payload_hashes: z.ZodArray<z.
|
|
112
|
-
readonly __hex: true;
|
|
113
|
-
}>, {
|
|
114
|
-
readonly __hash: true;
|
|
115
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
116
|
-
readonly __hex: true;
|
|
117
|
-
}>, {
|
|
118
|
-
readonly __hash: true;
|
|
119
|
-
}>, unknown>>>;
|
|
37
|
+
payload_hashes: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
120
38
|
payload_schemas: z.ZodArray<z.ZodString>;
|
|
121
|
-
previous_hashes: z.ZodArray<z.ZodNullable<z.
|
|
122
|
-
|
|
123
|
-
}>, {
|
|
124
|
-
readonly __hash: true;
|
|
125
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
126
|
-
readonly __hex: true;
|
|
127
|
-
}>, {
|
|
128
|
-
readonly __hash: true;
|
|
129
|
-
}>, unknown>>>>;
|
|
130
|
-
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
131
|
-
readonly __hex: true;
|
|
132
|
-
}>, {
|
|
39
|
+
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
40
|
+
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
133
41
|
readonly __address: true;
|
|
134
42
|
}>, string>>>;
|
|
135
|
-
$sourceQuery: z.ZodOptional<z.
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
140
|
-
readonly __hex: true;
|
|
141
|
-
}>, {
|
|
142
|
-
readonly __hash: true;
|
|
143
|
-
}>, unknown>>>;
|
|
144
|
-
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
145
|
-
readonly __hex: true;
|
|
146
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
147
|
-
readonly __hex: true;
|
|
148
|
-
}>, unknown>>, z.ZodNull]>>;
|
|
149
|
-
_hash: z.ZodOptional<z.ZodPipe<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
150
|
-
readonly __hex: true;
|
|
151
|
-
}>, {
|
|
152
|
-
readonly __hash: true;
|
|
153
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
154
|
-
readonly __hex: true;
|
|
155
|
-
}>, {
|
|
156
|
-
readonly __hash: true;
|
|
157
|
-
}>, unknown>>, z.ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
158
|
-
readonly __hex: true;
|
|
159
|
-
}>, {
|
|
160
|
-
readonly __hash: true;
|
|
161
|
-
}>>>>;
|
|
162
|
-
_dataHash: z.ZodOptional<z.ZodPipe<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
163
|
-
readonly __hex: true;
|
|
164
|
-
}>, {
|
|
165
|
-
readonly __hash: true;
|
|
166
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
167
|
-
readonly __hex: true;
|
|
168
|
-
}>, {
|
|
169
|
-
readonly __hash: true;
|
|
170
|
-
}>, unknown>>, z.ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
171
|
-
readonly __hex: true;
|
|
172
|
-
}>, {
|
|
173
|
-
readonly __hash: true;
|
|
174
|
-
}>>>>;
|
|
43
|
+
$sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
44
|
+
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodNull]>>;
|
|
45
|
+
_hash: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>, z.ZodTransform<string, import("@xylabs/hex").Hash>>>;
|
|
46
|
+
_dataHash: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>, z.ZodTransform<string, import("@xylabs/hex").Hash>>>;
|
|
175
47
|
_sequence: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
|
|
176
48
|
nbf: z.ZodNumber;
|
|
177
49
|
exp: z.ZodNumber;
|
|
178
50
|
fees: z.ZodObject<{
|
|
179
|
-
base: z.
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
}>, unknown>>;
|
|
184
|
-
gasLimit: z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
185
|
-
readonly __hex: true;
|
|
186
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
187
|
-
readonly __hex: true;
|
|
188
|
-
}>, unknown>>;
|
|
189
|
-
gasPrice: z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
190
|
-
readonly __hex: true;
|
|
191
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
192
|
-
readonly __hex: true;
|
|
193
|
-
}>, unknown>>;
|
|
194
|
-
priority: z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
195
|
-
readonly __hex: true;
|
|
196
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
197
|
-
readonly __hex: true;
|
|
198
|
-
}>, unknown>>;
|
|
51
|
+
base: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>;
|
|
52
|
+
gasLimit: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>;
|
|
53
|
+
gasPrice: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>;
|
|
54
|
+
priority: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>;
|
|
199
55
|
}, z.core.$strip>;
|
|
200
56
|
chain: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
201
57
|
from: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
@@ -205,99 +61,27 @@ export declare const UnsignedHydratedTransactionZod: z.ZodTuple<[z.ZodObject<{
|
|
|
205
61
|
}, z.core.$catchall<z.ZodAny>>>], null>;
|
|
206
62
|
export declare const SignedHydratedTransactionZod: z.ZodTuple<[z.ZodObject<{
|
|
207
63
|
schema: z.ZodLiteral<"network.xyo.boundwitness">;
|
|
208
|
-
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/
|
|
209
|
-
readonly __hex: true;
|
|
210
|
-
}>, {
|
|
64
|
+
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
211
65
|
readonly __address: true;
|
|
212
66
|
}>, string>>>;
|
|
213
|
-
payload_hashes: z.ZodArray<z.
|
|
214
|
-
readonly __hex: true;
|
|
215
|
-
}>, {
|
|
216
|
-
readonly __hash: true;
|
|
217
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
218
|
-
readonly __hex: true;
|
|
219
|
-
}>, {
|
|
220
|
-
readonly __hash: true;
|
|
221
|
-
}>, unknown>>>;
|
|
67
|
+
payload_hashes: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
222
68
|
payload_schemas: z.ZodArray<z.ZodString>;
|
|
223
|
-
previous_hashes: z.ZodArray<z.ZodNullable<z.
|
|
224
|
-
|
|
225
|
-
}>, {
|
|
226
|
-
readonly __hash: true;
|
|
227
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
228
|
-
readonly __hex: true;
|
|
229
|
-
}>, {
|
|
230
|
-
readonly __hash: true;
|
|
231
|
-
}>, unknown>>>>;
|
|
232
|
-
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
233
|
-
readonly __hex: true;
|
|
234
|
-
}>, {
|
|
69
|
+
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
70
|
+
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
235
71
|
readonly __address: true;
|
|
236
72
|
}>, string>>>;
|
|
237
|
-
$sourceQuery: z.ZodOptional<z.
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
242
|
-
readonly __hex: true;
|
|
243
|
-
}>, {
|
|
244
|
-
readonly __hash: true;
|
|
245
|
-
}>, unknown>>>;
|
|
246
|
-
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
247
|
-
readonly __hex: true;
|
|
248
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
249
|
-
readonly __hex: true;
|
|
250
|
-
}>, unknown>>, z.ZodNull]>>;
|
|
251
|
-
_hash: z.ZodOptional<z.ZodPipe<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
252
|
-
readonly __hex: true;
|
|
253
|
-
}>, {
|
|
254
|
-
readonly __hash: true;
|
|
255
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
256
|
-
readonly __hex: true;
|
|
257
|
-
}>, {
|
|
258
|
-
readonly __hash: true;
|
|
259
|
-
}>, unknown>>, z.ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
260
|
-
readonly __hex: true;
|
|
261
|
-
}>, {
|
|
262
|
-
readonly __hash: true;
|
|
263
|
-
}>>>>;
|
|
264
|
-
_dataHash: z.ZodOptional<z.ZodPipe<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
265
|
-
readonly __hex: true;
|
|
266
|
-
}>, {
|
|
267
|
-
readonly __hash: true;
|
|
268
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
269
|
-
readonly __hex: true;
|
|
270
|
-
}>, {
|
|
271
|
-
readonly __hash: true;
|
|
272
|
-
}>, unknown>>, z.ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
273
|
-
readonly __hex: true;
|
|
274
|
-
}>, {
|
|
275
|
-
readonly __hash: true;
|
|
276
|
-
}>>>>;
|
|
73
|
+
$sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
74
|
+
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodNull]>>;
|
|
75
|
+
_hash: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>, z.ZodTransform<string, import("@xylabs/hex").Hash>>>;
|
|
76
|
+
_dataHash: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>, z.ZodTransform<string, import("@xylabs/hex").Hash>>>;
|
|
277
77
|
_sequence: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
|
|
278
78
|
nbf: z.ZodNumber;
|
|
279
79
|
exp: z.ZodNumber;
|
|
280
80
|
fees: z.ZodObject<{
|
|
281
|
-
base: z.
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
}>, unknown>>;
|
|
286
|
-
gasLimit: z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
287
|
-
readonly __hex: true;
|
|
288
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
289
|
-
readonly __hex: true;
|
|
290
|
-
}>, unknown>>;
|
|
291
|
-
gasPrice: z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
292
|
-
readonly __hex: true;
|
|
293
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
294
|
-
readonly __hex: true;
|
|
295
|
-
}>, unknown>>;
|
|
296
|
-
priority: z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
297
|
-
readonly __hex: true;
|
|
298
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
299
|
-
readonly __hex: true;
|
|
300
|
-
}>, unknown>>;
|
|
81
|
+
base: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>;
|
|
82
|
+
gasLimit: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>;
|
|
83
|
+
gasPrice: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>;
|
|
84
|
+
priority: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>;
|
|
301
85
|
}, z.core.$strip>;
|
|
302
86
|
chain: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
303
87
|
from: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
@@ -307,99 +91,27 @@ export declare const SignedHydratedTransactionZod: z.ZodTuple<[z.ZodObject<{
|
|
|
307
91
|
}, z.core.$catchall<z.ZodAny>>>], null>;
|
|
308
92
|
export declare const SignedHydratedTransactionToJsonZod: z.ZodPipe<z.ZodTuple<[z.ZodObject<{
|
|
309
93
|
schema: z.ZodLiteral<"network.xyo.boundwitness">;
|
|
310
|
-
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/
|
|
311
|
-
readonly __hex: true;
|
|
312
|
-
}>, {
|
|
94
|
+
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
313
95
|
readonly __address: true;
|
|
314
96
|
}>, string>>>;
|
|
315
|
-
payload_hashes: z.ZodArray<z.
|
|
316
|
-
readonly __hex: true;
|
|
317
|
-
}>, {
|
|
318
|
-
readonly __hash: true;
|
|
319
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
320
|
-
readonly __hex: true;
|
|
321
|
-
}>, {
|
|
322
|
-
readonly __hash: true;
|
|
323
|
-
}>, unknown>>>;
|
|
97
|
+
payload_hashes: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
324
98
|
payload_schemas: z.ZodArray<z.ZodString>;
|
|
325
|
-
previous_hashes: z.ZodArray<z.ZodNullable<z.
|
|
326
|
-
|
|
327
|
-
}>, {
|
|
328
|
-
readonly __hash: true;
|
|
329
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
330
|
-
readonly __hex: true;
|
|
331
|
-
}>, {
|
|
332
|
-
readonly __hash: true;
|
|
333
|
-
}>, unknown>>>>;
|
|
334
|
-
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
335
|
-
readonly __hex: true;
|
|
336
|
-
}>, {
|
|
99
|
+
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
100
|
+
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
337
101
|
readonly __address: true;
|
|
338
102
|
}>, string>>>;
|
|
339
|
-
$sourceQuery: z.ZodOptional<z.
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
344
|
-
readonly __hex: true;
|
|
345
|
-
}>, {
|
|
346
|
-
readonly __hash: true;
|
|
347
|
-
}>, unknown>>>;
|
|
348
|
-
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
349
|
-
readonly __hex: true;
|
|
350
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
351
|
-
readonly __hex: true;
|
|
352
|
-
}>, unknown>>, z.ZodNull]>>;
|
|
353
|
-
_hash: z.ZodOptional<z.ZodPipe<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
354
|
-
readonly __hex: true;
|
|
355
|
-
}>, {
|
|
356
|
-
readonly __hash: true;
|
|
357
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
358
|
-
readonly __hex: true;
|
|
359
|
-
}>, {
|
|
360
|
-
readonly __hash: true;
|
|
361
|
-
}>, unknown>>, z.ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
362
|
-
readonly __hex: true;
|
|
363
|
-
}>, {
|
|
364
|
-
readonly __hash: true;
|
|
365
|
-
}>>>>;
|
|
366
|
-
_dataHash: z.ZodOptional<z.ZodPipe<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
367
|
-
readonly __hex: true;
|
|
368
|
-
}>, {
|
|
369
|
-
readonly __hash: true;
|
|
370
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
371
|
-
readonly __hex: true;
|
|
372
|
-
}>, {
|
|
373
|
-
readonly __hash: true;
|
|
374
|
-
}>, unknown>>, z.ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
375
|
-
readonly __hex: true;
|
|
376
|
-
}>, {
|
|
377
|
-
readonly __hash: true;
|
|
378
|
-
}>>>>;
|
|
103
|
+
$sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
104
|
+
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodNull]>>;
|
|
105
|
+
_hash: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>, z.ZodTransform<string, import("@xylabs/hex").Hash>>>;
|
|
106
|
+
_dataHash: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>, z.ZodTransform<string, import("@xylabs/hex").Hash>>>;
|
|
379
107
|
_sequence: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
|
|
380
108
|
nbf: z.ZodNumber;
|
|
381
109
|
exp: z.ZodNumber;
|
|
382
110
|
fees: z.ZodObject<{
|
|
383
|
-
base: z.
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
}>, unknown>>;
|
|
388
|
-
gasLimit: z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
389
|
-
readonly __hex: true;
|
|
390
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
391
|
-
readonly __hex: true;
|
|
392
|
-
}>, unknown>>;
|
|
393
|
-
gasPrice: z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
394
|
-
readonly __hex: true;
|
|
395
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
396
|
-
readonly __hex: true;
|
|
397
|
-
}>, unknown>>;
|
|
398
|
-
priority: z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
399
|
-
readonly __hex: true;
|
|
400
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
401
|
-
readonly __hex: true;
|
|
402
|
-
}>, unknown>>;
|
|
111
|
+
base: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>;
|
|
112
|
+
gasLimit: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>;
|
|
113
|
+
gasPrice: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>;
|
|
114
|
+
priority: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>;
|
|
403
115
|
}, z.core.$strip>;
|
|
404
116
|
chain: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
405
117
|
from: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
@@ -408,53 +120,27 @@ export declare const SignedHydratedTransactionToJsonZod: z.ZodPipe<z.ZodTuple<[z
|
|
|
408
120
|
schema: z.ZodString;
|
|
409
121
|
}, z.core.$catchall<z.ZodAny>>>], null>, z.ZodTransform<import("@xyo-network/xl1-protocol").SignedHydratedTransaction<import("@xyo-network/xl1-protocol").TransactionBoundWitness, import("@xyo-network/payload-model").Payload> | undefined, [{
|
|
410
122
|
schema: "network.xyo.boundwitness";
|
|
411
|
-
addresses: import("@xylabs/typeof").Brand<import("@xylabs/
|
|
412
|
-
readonly __hex: true;
|
|
413
|
-
}>, {
|
|
123
|
+
addresses: import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
414
124
|
readonly __address: true;
|
|
415
125
|
}>[];
|
|
416
|
-
payload_hashes: import("@xylabs/
|
|
417
|
-
readonly __hex: true;
|
|
418
|
-
}>, {
|
|
419
|
-
readonly __hash: true;
|
|
420
|
-
}>[];
|
|
126
|
+
payload_hashes: import("@xylabs/hex").Hash[];
|
|
421
127
|
payload_schemas: string[];
|
|
422
|
-
previous_hashes: (import("@xylabs/
|
|
423
|
-
|
|
424
|
-
}>, {
|
|
425
|
-
readonly __hash: true;
|
|
426
|
-
}> | null)[];
|
|
427
|
-
$signatures: (import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
428
|
-
readonly __hex: true;
|
|
429
|
-
}> | null)[];
|
|
128
|
+
previous_hashes: (import("@xylabs/hex").Hash | null)[];
|
|
129
|
+
$signatures: (import("@xylabs/hex").Hex | null)[];
|
|
430
130
|
nbf: number;
|
|
431
131
|
exp: number;
|
|
432
132
|
fees: {
|
|
433
|
-
base: import("@xylabs/
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
readonly __hex: true;
|
|
438
|
-
}>;
|
|
439
|
-
gasPrice: import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
440
|
-
readonly __hex: true;
|
|
441
|
-
}>;
|
|
442
|
-
priority: import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
443
|
-
readonly __hex: true;
|
|
444
|
-
}>;
|
|
133
|
+
base: import("@xylabs/hex").Hex;
|
|
134
|
+
gasLimit: import("@xylabs/hex").Hex;
|
|
135
|
+
gasPrice: import("@xylabs/hex").Hex;
|
|
136
|
+
priority: import("@xylabs/hex").Hex;
|
|
445
137
|
};
|
|
446
138
|
chain: import("@xyo-network/xl1-protocol").ChainId;
|
|
447
139
|
from: import("@xyo-network/xl1-protocol").ChainId;
|
|
448
|
-
$destination?: import("@xylabs/typeof").Brand<import("@xylabs/
|
|
449
|
-
readonly __hex: true;
|
|
450
|
-
}>, {
|
|
140
|
+
$destination?: import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
451
141
|
readonly __address: true;
|
|
452
142
|
}> | undefined;
|
|
453
|
-
$sourceQuery?: import("@xylabs/
|
|
454
|
-
readonly __hex: true;
|
|
455
|
-
}>, {
|
|
456
|
-
readonly __hash: true;
|
|
457
|
-
}> | undefined;
|
|
143
|
+
$sourceQuery?: import("@xylabs/hex").Hash | undefined;
|
|
458
144
|
_hash?: string | undefined;
|
|
459
145
|
_dataHash?: string | undefined;
|
|
460
146
|
_sequence?: string | undefined;
|
|
@@ -465,99 +151,27 @@ export declare const SignedHydratedTransactionToJsonZod: z.ZodPipe<z.ZodTuple<[z
|
|
|
465
151
|
}[]]>>;
|
|
466
152
|
export declare const JsonToSignedHydratedTransactionZod: z.ZodPipe<z.ZodTuple<[z.ZodObject<{
|
|
467
153
|
schema: z.ZodLiteral<"network.xyo.boundwitness">;
|
|
468
|
-
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/
|
|
469
|
-
readonly __hex: true;
|
|
470
|
-
}>, {
|
|
154
|
+
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
471
155
|
readonly __address: true;
|
|
472
156
|
}>, string>>>;
|
|
473
|
-
payload_hashes: z.ZodArray<z.
|
|
474
|
-
readonly __hex: true;
|
|
475
|
-
}>, {
|
|
476
|
-
readonly __hash: true;
|
|
477
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
478
|
-
readonly __hex: true;
|
|
479
|
-
}>, {
|
|
480
|
-
readonly __hash: true;
|
|
481
|
-
}>, unknown>>>;
|
|
157
|
+
payload_hashes: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
482
158
|
payload_schemas: z.ZodArray<z.ZodString>;
|
|
483
|
-
previous_hashes: z.ZodArray<z.ZodNullable<z.
|
|
484
|
-
|
|
485
|
-
}>, {
|
|
486
|
-
readonly __hash: true;
|
|
487
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
488
|
-
readonly __hex: true;
|
|
489
|
-
}>, {
|
|
490
|
-
readonly __hash: true;
|
|
491
|
-
}>, unknown>>>>;
|
|
492
|
-
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
493
|
-
readonly __hex: true;
|
|
494
|
-
}>, {
|
|
159
|
+
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
160
|
+
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
495
161
|
readonly __address: true;
|
|
496
162
|
}>, string>>>;
|
|
497
|
-
$sourceQuery: z.ZodOptional<z.
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
502
|
-
readonly __hex: true;
|
|
503
|
-
}>, {
|
|
504
|
-
readonly __hash: true;
|
|
505
|
-
}>, unknown>>>;
|
|
506
|
-
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
507
|
-
readonly __hex: true;
|
|
508
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
509
|
-
readonly __hex: true;
|
|
510
|
-
}>, unknown>>, z.ZodNull]>>;
|
|
511
|
-
_hash: z.ZodOptional<z.ZodPipe<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
512
|
-
readonly __hex: true;
|
|
513
|
-
}>, {
|
|
514
|
-
readonly __hash: true;
|
|
515
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
516
|
-
readonly __hex: true;
|
|
517
|
-
}>, {
|
|
518
|
-
readonly __hash: true;
|
|
519
|
-
}>, unknown>>, z.ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
520
|
-
readonly __hex: true;
|
|
521
|
-
}>, {
|
|
522
|
-
readonly __hash: true;
|
|
523
|
-
}>>>>;
|
|
524
|
-
_dataHash: z.ZodOptional<z.ZodPipe<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
525
|
-
readonly __hex: true;
|
|
526
|
-
}>, {
|
|
527
|
-
readonly __hash: true;
|
|
528
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
529
|
-
readonly __hex: true;
|
|
530
|
-
}>, {
|
|
531
|
-
readonly __hash: true;
|
|
532
|
-
}>, unknown>>, z.ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
533
|
-
readonly __hex: true;
|
|
534
|
-
}>, {
|
|
535
|
-
readonly __hash: true;
|
|
536
|
-
}>>>>;
|
|
163
|
+
$sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
164
|
+
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodNull]>>;
|
|
165
|
+
_hash: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>, z.ZodTransform<string, import("@xylabs/hex").Hash>>>;
|
|
166
|
+
_dataHash: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>, z.ZodTransform<string, import("@xylabs/hex").Hash>>>;
|
|
537
167
|
_sequence: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
|
|
538
168
|
nbf: z.ZodNumber;
|
|
539
169
|
exp: z.ZodNumber;
|
|
540
170
|
fees: z.ZodObject<{
|
|
541
|
-
base: z.
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
}>, unknown>>;
|
|
546
|
-
gasLimit: z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
547
|
-
readonly __hex: true;
|
|
548
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
549
|
-
readonly __hex: true;
|
|
550
|
-
}>, unknown>>;
|
|
551
|
-
gasPrice: z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
552
|
-
readonly __hex: true;
|
|
553
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
554
|
-
readonly __hex: true;
|
|
555
|
-
}>, unknown>>;
|
|
556
|
-
priority: z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
557
|
-
readonly __hex: true;
|
|
558
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
559
|
-
readonly __hex: true;
|
|
560
|
-
}>, unknown>>;
|
|
171
|
+
base: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>;
|
|
172
|
+
gasLimit: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>;
|
|
173
|
+
gasPrice: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>;
|
|
174
|
+
priority: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>;
|
|
561
175
|
}, z.core.$strip>;
|
|
562
176
|
chain: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
563
177
|
from: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
@@ -566,53 +180,27 @@ export declare const JsonToSignedHydratedTransactionZod: z.ZodPipe<z.ZodTuple<[z
|
|
|
566
180
|
schema: z.ZodString;
|
|
567
181
|
}, z.core.$catchall<z.ZodAny>>>], null>, z.ZodTransform<(import("@xyo-network/xl1-protocol").SignedHydratedTransaction<import("@xyo-network/xl1-protocol").TransactionBoundWitness, import("@xyo-network/payload-model").Payload> | (import("@xyo-network/payload-model").Payload | undefined)[] | undefined)[], [{
|
|
568
182
|
schema: "network.xyo.boundwitness";
|
|
569
|
-
addresses: import("@xylabs/typeof").Brand<import("@xylabs/
|
|
570
|
-
readonly __hex: true;
|
|
571
|
-
}>, {
|
|
183
|
+
addresses: import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
572
184
|
readonly __address: true;
|
|
573
185
|
}>[];
|
|
574
|
-
payload_hashes: import("@xylabs/
|
|
575
|
-
readonly __hex: true;
|
|
576
|
-
}>, {
|
|
577
|
-
readonly __hash: true;
|
|
578
|
-
}>[];
|
|
186
|
+
payload_hashes: import("@xylabs/hex").Hash[];
|
|
579
187
|
payload_schemas: string[];
|
|
580
|
-
previous_hashes: (import("@xylabs/
|
|
581
|
-
|
|
582
|
-
}>, {
|
|
583
|
-
readonly __hash: true;
|
|
584
|
-
}> | null)[];
|
|
585
|
-
$signatures: (import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
586
|
-
readonly __hex: true;
|
|
587
|
-
}> | null)[];
|
|
188
|
+
previous_hashes: (import("@xylabs/hex").Hash | null)[];
|
|
189
|
+
$signatures: (import("@xylabs/hex").Hex | null)[];
|
|
588
190
|
nbf: number;
|
|
589
191
|
exp: number;
|
|
590
192
|
fees: {
|
|
591
|
-
base: import("@xylabs/
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
readonly __hex: true;
|
|
596
|
-
}>;
|
|
597
|
-
gasPrice: import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
598
|
-
readonly __hex: true;
|
|
599
|
-
}>;
|
|
600
|
-
priority: import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
601
|
-
readonly __hex: true;
|
|
602
|
-
}>;
|
|
193
|
+
base: import("@xylabs/hex").Hex;
|
|
194
|
+
gasLimit: import("@xylabs/hex").Hex;
|
|
195
|
+
gasPrice: import("@xylabs/hex").Hex;
|
|
196
|
+
priority: import("@xylabs/hex").Hex;
|
|
603
197
|
};
|
|
604
198
|
chain: import("@xyo-network/xl1-protocol").ChainId;
|
|
605
199
|
from: import("@xyo-network/xl1-protocol").ChainId;
|
|
606
|
-
$destination?: import("@xylabs/typeof").Brand<import("@xylabs/
|
|
607
|
-
readonly __hex: true;
|
|
608
|
-
}>, {
|
|
200
|
+
$destination?: import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
609
201
|
readonly __address: true;
|
|
610
202
|
}> | undefined;
|
|
611
|
-
$sourceQuery?: import("@xylabs/
|
|
612
|
-
readonly __hex: true;
|
|
613
|
-
}>, {
|
|
614
|
-
readonly __hash: true;
|
|
615
|
-
}> | undefined;
|
|
203
|
+
$sourceQuery?: import("@xylabs/hex").Hash | undefined;
|
|
616
204
|
_hash?: string | undefined;
|
|
617
205
|
_dataHash?: string | undefined;
|
|
618
206
|
_sequence?: string | undefined;
|