@settlemint/dalp-sdk 3.0.7-main.29069237704 → 3.0.7-main.29156804535
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/{chunk-xm8h1dzh.js → chunk-ekpzw2h7.js} +14 -1
- package/dist/contract.d.ts +1 -1
- package/dist/generated/dalp-client.generated.d.ts +1514 -0
- package/dist/generated/dalp-client.generated.d.ts.map +1 -0
- package/dist/index.js +108668 -80420
- package/dist/plugins/index.js +1 -1
- package/dist/serializers.d.ts +5 -5
- package/dist/types.d.ts +9 -4
- package/dist/types.d.ts.map +1 -1
- package/package.json +10 -5
|
@@ -0,0 +1,1514 @@
|
|
|
1
|
+
import type { Client } from "@orpc/client";
|
|
2
|
+
import type { DalpClientCallContext } from "../types.js";
|
|
3
|
+
|
|
4
|
+
type DalpClientInput1 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly chainId: import("effect/Schema").decodeTo<import("effect/Schema").Number, import("effect/Schema").Unknown, never, never>; readonly address: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; }, "Encoded">; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
5
|
+
type DalpClientInput2 = { readonly query: unknown; };
|
|
6
|
+
type DalpClientInput3 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly chainId: import("effect/Schema").decodeTo<import("effect/Schema").Number, import("effect/Schema").Unknown, never, never>; readonly address: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; }, "Encoded">; readonly query: unknown; };
|
|
7
|
+
type DalpClientInput4 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly airdropAddress: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; }, "Encoded">; };
|
|
8
|
+
type DalpClientInput5 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly scheduleAddress: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; }, "Encoded">; readonly body: { readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
9
|
+
type DalpClientInput6 = { readonly body: { readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly yieldRate: number; readonly paymentInterval: number | "DAILY" | "HOURLY" | "MONTHLY" | "QUARTERLY" | "SEMI_ANNUAL" | "WEEKLY" | "YEARLY"; readonly startTime?: unknown; readonly endTime?: unknown; readonly token: string; readonly countryCode: unknown; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
10
|
+
type DalpClientInput7 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly scheduleAddress: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; }, "Encoded">; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
11
|
+
type DalpClientInput8 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly scheduleAddress: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; }, "Encoded">; readonly body: { readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly amount: unknown; readonly tokenAddress: string; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
12
|
+
type DalpClientInput9 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly scheduleAddress: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; }, "Encoded">; readonly body: { readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly amount: unknown; readonly to: string; readonly tokenAddress: string; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
13
|
+
type DalpClientInput10 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly governorAddress: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; readonly proposalId: import("effect/Schema").String; }, "Encoded">; readonly query: unknown; };
|
|
14
|
+
type DalpClientInput11 = { readonly body: { readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly tokenAddress: string; readonly governorAddress: string; readonly proposalId: string; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
15
|
+
type DalpClientInput12 = { readonly body: { readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly tokenAddress: string; readonly governorAddress: string; readonly proposalId: string; readonly support?: "abstain" | "against" | "for" | undefined; readonly optionIndex?: number | undefined; readonly reason?: string | undefined; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
16
|
+
type DalpClientInput13 = { readonly body: { readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly tokenAddress: string; readonly mode: "binary" | "multiOption"; readonly title: string; readonly descriptionRichText: string; readonly documents?: readonly { readonly title: string; readonly url?: string | undefined; readonly objectKey?: string | undefined; readonly fileName?: string | undefined; readonly mimeType?: string | undefined; readonly fileSize?: number | undefined; }[] | undefined; readonly options?: readonly string[] | undefined; readonly actions?: readonly (import("effect/Schema").Struct.ReadonlySide<{ readonly action: import("effect/Schema").Literal<"setCap">; readonly args: import("effect/Schema").Struct<{ readonly newCap: import("effect/Schema").String; }>; }, "Encoded"> | import("effect/Schema").Struct.ReadonlySide<{ readonly action: import("effect/Schema").Literal<"setMetadata">; readonly args: import("effect/Schema").Struct<{ readonly entries: import("effect/Schema").$Array<import("effect/Schema").Struct<{ readonly key: import("effect/Schema").String; readonly value: import("effect/Schema").String; readonly immutable: import("effect/Schema").Boolean; }>>; }>; }, "Encoded"> | import("effect/Schema").Struct.ReadonlySide<{ readonly action: import("effect/Schema").Literal<"removeMetadata">; readonly args: import("effect/Schema").Struct<{ readonly key: import("effect/Schema").String; }>; }, "Encoded"> | import("effect/Schema").Struct.ReadonlySide<{ readonly action: import("effect/Schema").Literal<"setYieldSchedule">; readonly args: import("effect/Schema").Struct<{ readonly schedule: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; }>; }, "Encoded"> | import("effect/Schema").Struct.ReadonlySide<{ readonly action: import("effect/Schema").Literal<"mature">; readonly args: import("effect/Schema").Struct<{}>; }, "Encoded"> | import("effect/Schema").Struct.ReadonlySide<{ readonly action: import("effect/Schema").Literal<"setMaturityTreasury">; readonly args: import("effect/Schema").Struct<{ readonly newTreasury: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; }>; }, "Encoded"> | import("effect/Schema").Struct.ReadonlySide<{ readonly action: import("effect/Schema").Literal<"setYieldTreasury">; readonly args: import("effect/Schema").Struct<{ readonly newTreasury: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; }>; }, "Encoded"> | import("effect/Schema").Struct.ReadonlySide<{ readonly action: import("effect/Schema").Literal<"setAumFeeBps">; readonly args: import("effect/Schema").Struct<{ readonly newFeeBps: import("effect/Schema").Number; }>; }, "Encoded"> | import("effect/Schema").Struct.ReadonlySide<{ readonly action: import("effect/Schema").Literal<"setAumFeeRecipient">; readonly args: import("effect/Schema").Struct<{ readonly newRecipient: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; }>; }, "Encoded"> | import("effect/Schema").Struct.ReadonlySide<{ readonly action: import("effect/Schema").Literal<"setTransactionFeeRates">; readonly args: import("effect/Schema").Struct<{ readonly newRates: import("effect/Schema").Struct<{ readonly mintFeeBps: import("effect/Schema").Number; readonly burnFeeBps: import("effect/Schema").Number; readonly transferFeeBps: import("effect/Schema").Number; }>; }>; }, "Encoded"> | import("effect/Schema").Struct.ReadonlySide<{ readonly action: import("effect/Schema").Literal<"setTransactionFeeRecipient">; readonly args: import("effect/Schema").Struct<{ readonly newRecipient: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; }>; }, "Encoded"> | import("effect/Schema").Struct.ReadonlySide<{ readonly action: import("effect/Schema").Literal<"setTransactionFeeAccountingRates">; readonly args: import("effect/Schema").Struct<{ readonly newRates: import("effect/Schema").Struct<{ readonly mintFeeBps: import("effect/Schema").Number; readonly burnFeeBps: import("effect/Schema").Number; readonly transferFeeBps: import("effect/Schema").Number; }>; }>; }, "Encoded"> | import("effect/Schema").Struct.ReadonlySide<{ readonly action: import("effect/Schema").Literal<"setTransactionFeeAccountingRecipient">; readonly args: import("effect/Schema").Struct<{ readonly newRecipient: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; }>; }, "Encoded"> | import("effect/Schema").Struct.ReadonlySide<{ readonly action: import("effect/Schema").Literal<"setExternalTransactionFeeRecipient">; readonly args: import("effect/Schema").Struct<{ readonly newRecipient: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; }>; }, "Encoded"> | import("effect/Schema").Struct.ReadonlySide<{ readonly action: import("effect/Schema").Literal<"setConversionWindow">; readonly args: import("effect/Schema").Struct<{ readonly start: import("effect/Schema").String; readonly end: import("effect/Schema").String; }>; }, "Encoded"> | import("effect/Schema").Struct.ReadonlySide<{ readonly action: import("effect/Schema").Literal<"publishConversionTrigger">; readonly args: import("effect/Schema").Struct<{ readonly triggerId: import("effect/Schema").String; readonly denominationAsset: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; readonly roundPricePerShareWad: import("effect/Schema").String; readonly expiresAt: import("effect/Schema").String; readonly metadataHash: import("effect/Schema").String; }>; }, "Encoded"> | import("effect/Schema").Struct.ReadonlySide<{ readonly action: import("effect/Schema").Literal<"disableConversionTrigger">; readonly args: import("effect/Schema").Struct<{ readonly triggerId: import("effect/Schema").String; }>; }, "Encoded"> | import("effect/Schema").Struct.ReadonlySide<{ readonly action: import("effect/Schema").Literal<"addAuthorizedConverter">; readonly args: import("effect/Schema").Struct<{ readonly converter: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; }>; }, "Encoded"> | import("effect/Schema").Struct.ReadonlySide<{ readonly action: import("effect/Schema").Literal<"removeAuthorizedConverter">; readonly args: import("effect/Schema").Struct<{ readonly converter: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; }>; }, "Encoded">)[] | undefined; readonly recordDateAt: unknown; readonly votingPeriodSeconds?: string | number | undefined; readonly quorumBps: string | number; readonly executionDelaySeconds?: string | number | undefined; readonly quorumFloorBps?: string | number | undefined; readonly supersedesProposalId?: string | undefined; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
17
|
+
type DalpClientInput14 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly governorAddress: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; readonly proposalId: import("effect/Schema").String; }, "Encoded">; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
18
|
+
type DalpClientInput15 = { readonly body: import("effect/Schema").Struct.ReadonlySide<{ readonly governorAddress: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; readonly proposalId: import("effect/Schema").String; readonly objectKey: import("effect/Schema").String; }, "Encoded">; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
19
|
+
type DalpClientInput16 = { readonly body: import("effect/Schema").Struct.ReadonlySide<{ readonly fileName: import("effect/Schema").String; readonly fileSize: import("effect/Schema").Number; readonly mimeType: import("effect/Schema").Literals<readonly ["application/pdf", "image/jpeg", "image/png", "image/webp", "application/vnd.openxmlformats-officedocument.wordprocessingml.document", "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"]>; }, "Encoded">; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
20
|
+
type DalpClientInput17 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly tokenAddress: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; }, "Encoded">; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
21
|
+
type DalpClientInput18 = { readonly body: { readonly tokenAddress: string; readonly actions?: readonly (import("effect/Schema").Struct.ReadonlySide<{ readonly action: import("effect/Schema").Literal<"setCap">; readonly args: import("effect/Schema").Struct<{ readonly newCap: import("effect/Schema").String; }>; }, "Encoded"> | import("effect/Schema").Struct.ReadonlySide<{ readonly action: import("effect/Schema").Literal<"setMetadata">; readonly args: import("effect/Schema").Struct<{ readonly entries: import("effect/Schema").$Array<import("effect/Schema").Struct<{ readonly key: import("effect/Schema").String; readonly value: import("effect/Schema").String; readonly immutable: import("effect/Schema").Boolean; }>>; }>; }, "Encoded"> | import("effect/Schema").Struct.ReadonlySide<{ readonly action: import("effect/Schema").Literal<"removeMetadata">; readonly args: import("effect/Schema").Struct<{ readonly key: import("effect/Schema").String; }>; }, "Encoded"> | import("effect/Schema").Struct.ReadonlySide<{ readonly action: import("effect/Schema").Literal<"setYieldSchedule">; readonly args: import("effect/Schema").Struct<{ readonly schedule: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; }>; }, "Encoded"> | import("effect/Schema").Struct.ReadonlySide<{ readonly action: import("effect/Schema").Literal<"mature">; readonly args: import("effect/Schema").Struct<{}>; }, "Encoded"> | import("effect/Schema").Struct.ReadonlySide<{ readonly action: import("effect/Schema").Literal<"setMaturityTreasury">; readonly args: import("effect/Schema").Struct<{ readonly newTreasury: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; }>; }, "Encoded"> | import("effect/Schema").Struct.ReadonlySide<{ readonly action: import("effect/Schema").Literal<"setYieldTreasury">; readonly args: import("effect/Schema").Struct<{ readonly newTreasury: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; }>; }, "Encoded"> | import("effect/Schema").Struct.ReadonlySide<{ readonly action: import("effect/Schema").Literal<"setAumFeeBps">; readonly args: import("effect/Schema").Struct<{ readonly newFeeBps: import("effect/Schema").Number; }>; }, "Encoded"> | import("effect/Schema").Struct.ReadonlySide<{ readonly action: import("effect/Schema").Literal<"setAumFeeRecipient">; readonly args: import("effect/Schema").Struct<{ readonly newRecipient: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; }>; }, "Encoded"> | import("effect/Schema").Struct.ReadonlySide<{ readonly action: import("effect/Schema").Literal<"setTransactionFeeRates">; readonly args: import("effect/Schema").Struct<{ readonly newRates: import("effect/Schema").Struct<{ readonly mintFeeBps: import("effect/Schema").Number; readonly burnFeeBps: import("effect/Schema").Number; readonly transferFeeBps: import("effect/Schema").Number; }>; }>; }, "Encoded"> | import("effect/Schema").Struct.ReadonlySide<{ readonly action: import("effect/Schema").Literal<"setTransactionFeeRecipient">; readonly args: import("effect/Schema").Struct<{ readonly newRecipient: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; }>; }, "Encoded"> | import("effect/Schema").Struct.ReadonlySide<{ readonly action: import("effect/Schema").Literal<"setTransactionFeeAccountingRates">; readonly args: import("effect/Schema").Struct<{ readonly newRates: import("effect/Schema").Struct<{ readonly mintFeeBps: import("effect/Schema").Number; readonly burnFeeBps: import("effect/Schema").Number; readonly transferFeeBps: import("effect/Schema").Number; }>; }>; }, "Encoded"> | import("effect/Schema").Struct.ReadonlySide<{ readonly action: import("effect/Schema").Literal<"setTransactionFeeAccountingRecipient">; readonly args: import("effect/Schema").Struct<{ readonly newRecipient: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; }>; }, "Encoded"> | import("effect/Schema").Struct.ReadonlySide<{ readonly action: import("effect/Schema").Literal<"setExternalTransactionFeeRecipient">; readonly args: import("effect/Schema").Struct<{ readonly newRecipient: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; }>; }, "Encoded"> | import("effect/Schema").Struct.ReadonlySide<{ readonly action: import("effect/Schema").Literal<"setConversionWindow">; readonly args: import("effect/Schema").Struct<{ readonly start: import("effect/Schema").String; readonly end: import("effect/Schema").String; }>; }, "Encoded"> | import("effect/Schema").Struct.ReadonlySide<{ readonly action: import("effect/Schema").Literal<"publishConversionTrigger">; readonly args: import("effect/Schema").Struct<{ readonly triggerId: import("effect/Schema").String; readonly denominationAsset: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; readonly roundPricePerShareWad: import("effect/Schema").String; readonly expiresAt: import("effect/Schema").String; readonly metadataHash: import("effect/Schema").String; }>; }, "Encoded"> | import("effect/Schema").Struct.ReadonlySide<{ readonly action: import("effect/Schema").Literal<"disableConversionTrigger">; readonly args: import("effect/Schema").Struct<{ readonly triggerId: import("effect/Schema").String; }>; }, "Encoded"> | import("effect/Schema").Struct.ReadonlySide<{ readonly action: import("effect/Schema").Literal<"addAuthorizedConverter">; readonly args: import("effect/Schema").Struct<{ readonly converter: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; }>; }, "Encoded"> | import("effect/Schema").Struct.ReadonlySide<{ readonly action: import("effect/Schema").Literal<"removeAuthorizedConverter">; readonly args: import("effect/Schema").Struct<{ readonly converter: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; }>; }, "Encoded">)[] | undefined; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
22
|
+
type DalpClientInput19 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly pollId: import("effect/Schema").String; }, "Encoded">; readonly body: import("effect/Schema").Struct.ReadonlySide<{ readonly voter: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; readonly optionIndex: import("effect/Schema").Number; readonly definitionHash: import("effect/Schema").String; readonly signature: import("effect/Schema").String; }, "Encoded">; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
23
|
+
type DalpClientInput20 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly pollId: import("effect/Schema").String; }, "Encoded">; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
24
|
+
type DalpClientInput21 = { readonly body: { readonly tokenAddress: string; readonly title: string; readonly description?: string | undefined; readonly options: readonly string[]; readonly recordDateAt: unknown; readonly opensAt: unknown; readonly closesAt: unknown; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
25
|
+
type DalpClientInput22 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly pollId: import("effect/Schema").String; }, "Encoded">; readonly body: { readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly optionIndex: number; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
26
|
+
type DalpClientInput23 = { readonly body: { readonly saleAddress: string; readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
27
|
+
type DalpClientInput24 = { readonly body: { readonly saleAddress: string; readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly currency: string; readonly priceRatio: unknown; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
28
|
+
type DalpClientInput25 = { readonly body: { readonly saleAddress: string; readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly investors: readonly string[]; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
29
|
+
type DalpClientInput26 = { readonly body: { readonly saleAddress: string; readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly currency: string; readonly amount: unknown; readonly minTokenAmount: unknown; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
30
|
+
type DalpClientInput27 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly saleAddress: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; }, "Encoded">; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
31
|
+
type DalpClientInput28 = { readonly body: { readonly saleAddress: string; readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly currency: string; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
32
|
+
type DalpClientInput29 = { readonly body: { readonly saleAddress: string; readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly vestingStart?: unknown; readonly vestingDuration: number; readonly vestingCliff: number; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
33
|
+
type DalpClientInput30 = { readonly body: { readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly tokenAddress: string; readonly saleStart?: unknown; readonly saleDuration: number; readonly hardCap: unknown; readonly paymentCurrencies?: readonly import("effect/Schema").Struct.ReadonlySide<{ readonly currency: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; readonly priceRatio: import("effect/Schema").decodeTo<import("effect/Schema").BigInt, import("effect/Schema").Unknown, never, never>; }, "Encoded">[] | undefined; readonly purchaseLimits?: import("effect/Schema").Struct.ReadonlySide<{ readonly minPurchase: import("effect/Schema").decodeTo<import("effect/Schema").BigInt, import("effect/Schema").Unknown, never, never>; readonly maxPurchase: import("effect/Schema").decodeTo<import("effect/Schema").BigInt, import("effect/Schema").Unknown, never, never>; }, "Encoded"> | undefined; readonly softCap?: unknown; readonly vesting?: { readonly start?: unknown; readonly duration: number; readonly cliff: number; } | undefined; readonly presale?: { readonly endTime?: unknown; readonly discountMultiplier: unknown; readonly maxPerAddress: unknown; readonly whitelist?: readonly string[] | undefined; } | undefined; readonly termsHash?: string | undefined; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
34
|
+
type DalpClientInput31 = { readonly query: import("effect/Schema").Struct.ReadonlySide<{}, "Encoded">; };
|
|
35
|
+
type DalpClientInput32 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly saleAddress: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; }, "Encoded">; readonly body: { readonly objectKey: string; readonly documentType: "brochure" | "cover_photo" | "faq" | "other" | "sale_logo"; readonly fileName: string; readonly fileSize: number; readonly mimeType: "application/pdf" | "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" | "application/vnd.openxmlformats-officedocument.wordprocessingml.document" | "image/jpeg" | "image/png" | "image/webp" | "text/csv"; readonly visibility: "holders" | "public" | "restricted"; readonly title?: string | undefined; readonly description?: string | undefined; readonly replaceGroupId?: string | undefined; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
36
|
+
type DalpClientInput33 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly saleAddress: import("effect/Schema").String; readonly documentId: import("effect/Schema").String; }, "Encoded">; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
37
|
+
type DalpClientInput34 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly saleAddress: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; }, "Encoded">; readonly body: { readonly documentType: "brochure" | "cover_photo" | "faq" | "other" | "sale_logo"; readonly fileName: string; readonly fileSize: number; readonly mimeType: "application/pdf" | "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" | "application/vnd.openxmlformats-officedocument.wordprocessingml.document" | "image/jpeg" | "image/png" | "image/webp" | "text/csv"; readonly visibility: "holders" | "public" | "restricted"; readonly title?: string | undefined; readonly description?: string | undefined; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
38
|
+
type DalpClientInput35 = { readonly params: import("effect/Schema").Struct.ReadonlySide<Readonly<Record<"saleAddress", import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>>>, "Encoded">; readonly query: unknown; };
|
|
39
|
+
type DalpClientInput36 = { readonly body: { readonly saleAddress: string; readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly role: "fundsManager" | "saleAdmin"; readonly participantId: string; } | { readonly saleAddress: string; readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly role: "fundsManager" | "saleAdmin"; readonly identityAddress: string; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
40
|
+
type DalpClientInput37 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly saleAddress: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; }, "Encoded">; readonly query?: { readonly buyerAddress?: string | undefined; readonly live?: "false" | "true" | boolean | undefined; readonly amount?: unknown; } | undefined; };
|
|
41
|
+
type DalpClientInput38 = { readonly body: { readonly saleAddress: string; readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly minPurchase: unknown; readonly maxPurchase: unknown; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
42
|
+
type DalpClientInput39 = { readonly body: { readonly saleAddress: string; readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly softCap: unknown; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
43
|
+
type DalpClientInput40 = { readonly body: { readonly saleAddress: string; readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly termsHash: string; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
44
|
+
type DalpClientInput41 = { readonly body: { readonly saleAddress: string; readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly currency: string; readonly recipient: string; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
45
|
+
type DalpClientInput42 = { readonly body: { readonly saleAddress: string; readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly recipient: string; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
46
|
+
type DalpClientInput43 = { readonly body: { readonly settlementAddress: string; readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
47
|
+
type DalpClientInput44 = { readonly body: { readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly factoryAddress: string; readonly name: string; readonly autoExecute?: boolean | undefined; readonly cutoffDate?: unknown; readonly secret?: string | undefined; readonly hashlock?: string | undefined; readonly flows: readonly (import("effect/Schema").Struct.ReadonlySide<{ readonly type: import("effect/Schema").Literal<"local">; readonly assetId: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; readonly from: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; readonly to: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; readonly amount: import("effect/Schema").decodeTo<import("effect/Schema").BigInt, import("effect/Schema").Unknown, never, never>; }, "Encoded"> | import("effect/Schema").Struct.ReadonlySide<{ readonly type: import("effect/Schema").Literal<"external">; readonly assetId: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; readonly from: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; readonly to: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; readonly amount: import("effect/Schema").decodeTo<import("effect/Schema").BigInt, import("effect/Schema").Unknown, never, never>; readonly externalChainId: import("effect/Schema").Number; readonly externalAssetDecimals: import("effect/Schema").decodeTo<import("effect/Schema").Number, import("effect/Schema").Union<readonly [import("effect/Schema").String, import("effect/Schema").Number]>, never, never>; }, "Encoded">)[]; readonly country?: unknown; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
48
|
+
type DalpClientInput45 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly settlementAddress: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; }, "Encoded">; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
49
|
+
type DalpClientInput46 = { readonly body: { readonly settlementAddress: string; readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly secret: string; readonly emailRecipients?: readonly string[] | undefined; readonly settlementName?: string | undefined; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
50
|
+
type DalpClientInput47 = { readonly body: { readonly settlementAddress?: string | undefined; readonly transactionHash?: string | undefined; readonly secret: string; readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
51
|
+
type DalpClientInput48 = { readonly body: { readonly name: string; readonly expiresAt?: unknown; readonly rateLimitRequests?: number | undefined; readonly rateLimitWindowMs?: number | undefined; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
52
|
+
type DalpClientInput49 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly keyId: import("effect/Schema").String; }, "Encoded">; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
53
|
+
type DalpClientInput50 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly keyId: import("effect/Schema").String; }, "Encoded">; readonly body: { readonly name?: string | undefined; readonly expiresAt?: unknown; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
54
|
+
type DalpClientInput51 = { readonly query: { readonly networkName?: string | undefined; }; };
|
|
55
|
+
type DalpClientInput52 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly networkName: import("effect/Schema").String; }, "Encoded">; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
56
|
+
type DalpClientInput53 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly networkName: import("effect/Schema").String; }, "Encoded">; readonly body: import("effect/Schema").Struct.ReadonlySide<{ readonly upstreams: import("effect/Schema").$Array<import("effect/Schema").Struct<{ readonly endpointUrl: import("effect/Schema").String; readonly providerType: import("effect/Schema").String; readonly weight: import("effect/Schema").optionalKey<import("effect/Schema").withDecodingDefaultType<import("effect/Schema").Number, never>>; readonly credential: import("effect/Schema").optionalKey<import("effect/Schema").Union<readonly [import("effect/Schema").Struct<{ readonly type: import("effect/Schema").Literal<"apiKey">; readonly headerName: import("effect/Schema").optionalKey<import("effect/Schema").withDecodingDefaultType<import("effect/Schema").String, never>>; readonly value: import("effect/Schema").String; }>, import("effect/Schema").Struct<{ readonly type: import("effect/Schema").Literal<"basic">; readonly username: import("effect/Schema").String; readonly password: import("effect/Schema").String; }>]>>; }>>; }, "Encoded">; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
57
|
+
type DalpClientInput54 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly providerId: import("effect/Schema").String; }, "Encoded">; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
58
|
+
type DalpClientInput55 = { readonly body: { readonly providerKind: "complyadvantage" | "elliptic" | "jumio" | "middesk" | "onfido" | "persona" | "sumsub" | "sumsub-aml" | "sumsub-kyt" | "trulioo" | "veriff"; readonly credentials: import("effect/Schema").Struct.ReadonlySide<{ readonly appToken: import("effect/Schema").String; readonly secretKey: import("effect/Schema").String; }, "Encoded"> | import("effect/Schema").Struct.ReadonlySide<{ readonly apiToken: import("effect/Schema").String; readonly secretKey: import("effect/Schema").String; readonly webhookSigningSecret: import("effect/Schema").String; readonly levelName: import("effect/Schema").String; }, "Encoded"> | import("effect/Schema").Struct.ReadonlySide<{ readonly apiToken: import("effect/Schema").String; readonly secretKey: import("effect/Schema").String; readonly webhookSigningSecret: import("effect/Schema").String; readonly levelName: import("effect/Schema").String; }, "Encoded"> | import("effect/Schema").Struct.ReadonlySide<{ readonly apiKey: import("effect/Schema").String; readonly apiSecret: import("effect/Schema").String; }, "Encoded"> | import("effect/Schema").Struct.ReadonlySide<{ readonly apiToken: import("effect/Schema").String; readonly apiSecret: import("effect/Schema").String; readonly region: import("effect/Schema").Literals<readonly ["amer-1", "eu-1", "sg-1"]>; readonly basicAuthCredentials: import("effect/Schema").String; }, "Encoded"> | import("effect/Schema").Struct.ReadonlySide<{ readonly apiKey: import("effect/Schema").String; readonly webhookSigningSecret: import("effect/Schema").String; }, "Encoded"> | import("effect/Schema").Struct.ReadonlySide<{ readonly apiKey: import("effect/Schema").String; readonly apiSecret: import("effect/Schema").String; readonly webhookSigningSecret: import("effect/Schema").String; }, "Encoded"> | import("effect/Schema").Struct.ReadonlySide<{ readonly apiKey: import("effect/Schema").String; readonly apiSecret: import("effect/Schema").String; readonly webhookSigningSecret: import("effect/Schema").String; }, "Encoded"> | { readonly apiToken: string; readonly webhookSigningSecret: string; readonly meshClientId?: string | undefined; readonly meshClientSecret?: string | undefined; } | { readonly apiToken: string; readonly webhookSigningSecret: string; readonly region?: "ca" | "eu" | "us" | undefined; } | { readonly apiToken: string; readonly webhookSigningSecret: string; readonly inquiryTemplateId?: string | undefined; }; readonly webhookSigningSecret: string; readonly webhookAuthMode?: "basic_auth_ip_allowlist" | "hmac" | undefined; readonly webhookIpAllowlist?: readonly string[] | undefined; readonly firstTopic: { readonly topicName: "accreditedInvestor" | "accreditedInvestorVerified" | "antiMoneyLaundering" | "assetClassification" | "assetCoordinates" | "assetIssuer" | "assetLocation" | "assetPhysicalDetails" | "basePrice" | "collateral" | "contractIdentity" | "custom" | "documentHash" | "issuerJurisdiction" | "issuerLicensed" | "issuerProspectusExempt" | "issuerProspectusFiled" | "issuerReportingCompliant" | "knowYourBusiness" | "knowYourCustomer" | "knowYourTransaction" | "professionalInvestor" | "qualifiedInstitutionalInvestor" | "regulationS" | "uniqueIdentifier"; readonly topicId: string; readonly revocationSeverityThreshold?: number | undefined; readonly notificationChannels?: readonly { readonly [x: string]: unknown; }[] | undefined; }; readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
59
|
+
type DalpClientInput56 = { readonly params: import("effect/Schema").Struct.ReadonlySide<Readonly<Record<"providerId", import("effect/Schema").String>>, "Encoded">; readonly query: unknown; };
|
|
60
|
+
type DalpClientInput57 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly providerId: import("effect/Schema").String; }, "Encoded">; readonly query: { readonly includeRevoked?: string | boolean | undefined; }; };
|
|
61
|
+
type DalpClientInput58 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly providerId: import("effect/Schema").String; }, "Encoded">; readonly body: { readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
62
|
+
type DalpClientInput59 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly providerId: import("effect/Schema").String; }, "Encoded">; readonly body: { readonly webhookSigningSecret: string; readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly graceWindowMinutes?: number | undefined; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
63
|
+
type DalpClientInput60 = { readonly body: import("effect/Schema").Struct.ReadonlySide<{ readonly providerKind: import("effect/Schema").Literal<"sumsub">; readonly credentials: import("effect/Schema").Struct<{ readonly appToken: import("effect/Schema").String; readonly secretKey: import("effect/Schema").String; }>; }, "Encoded"> | import("effect/Schema").Struct.ReadonlySide<{ readonly providerKind: import("effect/Schema").Literal<"sumsub-aml">; readonly credentials: import("effect/Schema").Struct<{ readonly apiToken: import("effect/Schema").String; readonly secretKey: import("effect/Schema").String; readonly webhookSigningSecret: import("effect/Schema").String; readonly levelName: import("effect/Schema").String; }>; }, "Encoded"> | import("effect/Schema").Struct.ReadonlySide<{ readonly providerKind: import("effect/Schema").Literal<"sumsub-kyt">; readonly credentials: import("effect/Schema").Struct<{ readonly apiToken: import("effect/Schema").String; readonly secretKey: import("effect/Schema").String; readonly webhookSigningSecret: import("effect/Schema").String; readonly levelName: import("effect/Schema").String; }>; }, "Encoded"> | import("effect/Schema").Struct.ReadonlySide<{ readonly providerKind: import("effect/Schema").Literal<"elliptic">; readonly credentials: import("effect/Schema").Struct<{ readonly apiKey: import("effect/Schema").String; readonly apiSecret: import("effect/Schema").String; }>; }, "Encoded"> | import("effect/Schema").Struct.ReadonlySide<{ readonly providerKind: import("effect/Schema").Literal<"complyadvantage">; readonly credentials: import("effect/Schema").Struct<{ readonly apiToken: import("effect/Schema").String; readonly webhookSigningSecret: import("effect/Schema").String; readonly meshClientId: import("effect/Schema").optionalKey<import("effect/Schema").String>; readonly meshClientSecret: import("effect/Schema").optionalKey<import("effect/Schema").String>; }>; }, "Encoded"> | import("effect/Schema").Struct.ReadonlySide<{ readonly providerKind: import("effect/Schema").Literal<"jumio">; readonly credentials: import("effect/Schema").Struct<{ readonly apiToken: import("effect/Schema").String; readonly apiSecret: import("effect/Schema").String; readonly region: import("effect/Schema").Literals<readonly ["amer-1", "eu-1", "sg-1"]>; readonly basicAuthCredentials: import("effect/Schema").String; }>; }, "Encoded"> | import("effect/Schema").Struct.ReadonlySide<{ readonly providerKind: import("effect/Schema").Literal<"middesk">; readonly credentials: import("effect/Schema").Struct<{ readonly apiKey: import("effect/Schema").String; readonly webhookSigningSecret: import("effect/Schema").String; }>; }, "Encoded"> | import("effect/Schema").Struct.ReadonlySide<{ readonly providerKind: import("effect/Schema").Literal<"onfido">; readonly credentials: import("effect/Schema").Struct<{ readonly apiToken: import("effect/Schema").String; readonly webhookSigningSecret: import("effect/Schema").String; readonly region: import("effect/Schema").optionalKey<import("effect/Schema").withDecodingDefaultType<import("effect/Schema").Literals<readonly ["us", "eu", "ca"]>, never>>; }>; }, "Encoded"> | import("effect/Schema").Struct.ReadonlySide<{ readonly providerKind: import("effect/Schema").Literal<"persona">; readonly credentials: import("effect/Schema").Struct<{ readonly apiToken: import("effect/Schema").String; readonly webhookSigningSecret: import("effect/Schema").String; readonly inquiryTemplateId: import("effect/Schema").optionalKey<import("effect/Schema").String>; }>; }, "Encoded"> | import("effect/Schema").Struct.ReadonlySide<{ readonly providerKind: import("effect/Schema").Literal<"trulioo">; readonly credentials: import("effect/Schema").Struct<{ readonly apiKey: import("effect/Schema").String; readonly apiSecret: import("effect/Schema").String; readonly webhookSigningSecret: import("effect/Schema").String; }>; }, "Encoded"> | import("effect/Schema").Struct.ReadonlySide<{ readonly providerKind: import("effect/Schema").Literal<"veriff">; readonly credentials: import("effect/Schema").Struct<{ readonly apiKey: import("effect/Schema").String; readonly apiSecret: import("effect/Schema").String; readonly webhookSigningSecret: import("effect/Schema").String; }>; }, "Encoded">; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
64
|
+
type DalpClientInput61 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly providerId: import("effect/Schema").String; }, "Encoded">; readonly body: { readonly topicName: "accreditedInvestor" | "accreditedInvestorVerified" | "antiMoneyLaundering" | "assetClassification" | "assetCoordinates" | "assetIssuer" | "assetLocation" | "assetPhysicalDetails" | "basePrice" | "collateral" | "contractIdentity" | "custom" | "documentHash" | "issuerJurisdiction" | "issuerLicensed" | "issuerProspectusExempt" | "issuerProspectusFiled" | "issuerReportingCompliant" | "knowYourBusiness" | "knowYourCustomer" | "knowYourTransaction" | "professionalInvestor" | "qualifiedInstitutionalInvestor" | "regulationS" | "uniqueIdentifier"; readonly topicId: string; readonly revocationSeverityThreshold?: number | undefined; readonly notificationChannels?: readonly { readonly [x: string]: unknown; }[] | undefined; readonly webhookSigningSecret: string; readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
65
|
+
type DalpClientInput62 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly providerId: import("effect/Schema").String; readonly webhookId: import("effect/Schema").String; }, "Encoded">; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
66
|
+
type DalpClientInput63 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly providerId: import("effect/Schema").String; readonly webhookId: import("effect/Schema").String; }, "Encoded">; readonly body: { readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
67
|
+
type DalpClientInput64 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly providerId: import("effect/Schema").String; readonly webhookId: import("effect/Schema").String; }, "Encoded">; readonly body: { readonly webhookSigningSecret: string; readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly graceWindowMinutes?: number | undefined; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
68
|
+
type DalpClientInput65 = { readonly body: { readonly providerId: string; readonly topicName: "accreditedInvestor" | "accreditedInvestorVerified" | "antiMoneyLaundering" | "assetClassification" | "assetCoordinates" | "assetIssuer" | "assetLocation" | "assetPhysicalDetails" | "basePrice" | "collateral" | "contractIdentity" | "custom" | "documentHash" | "issuerJurisdiction" | "issuerLicensed" | "issuerProspectusExempt" | "issuerProspectusFiled" | "issuerReportingCompliant" | "knowYourBusiness" | "knowYourCustomer" | "knowYourTransaction" | "professionalInvestor" | "qualifiedInstitutionalInvestor" | "regulationS" | "uniqueIdentifier"; readonly identityAddress: string; readonly applicantHints?: { readonly [x: string]: unknown; readonly externalUserId?: string | undefined; readonly level?: string | undefined; } | undefined; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
69
|
+
type DalpClientInput66 = { readonly body: { readonly providerId: string; readonly topicName: "accreditedInvestor" | "accreditedInvestorVerified" | "antiMoneyLaundering" | "assetClassification" | "assetCoordinates" | "assetIssuer" | "assetLocation" | "assetPhysicalDetails" | "basePrice" | "collateral" | "contractIdentity" | "custom" | "documentHash" | "issuerJurisdiction" | "issuerLicensed" | "issuerProspectusExempt" | "issuerProspectusFiled" | "issuerReportingCompliant" | "knowYourBusiness" | "knowYourCustomer" | "knowYourTransaction" | "professionalInvestor" | "qualifiedInstitutionalInvestor" | "regulationS" | "uniqueIdentifier"; readonly walletAddress?: string | undefined; readonly identityAddress?: string | undefined; readonly subjectHints?: { readonly searchTerm: string; readonly clientRef?: string | undefined; readonly entityType?: "company" | "person" | undefined; readonly types?: readonly string[] | undefined; } | undefined; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
70
|
+
type DalpClientInput67 = { readonly body: import("effect/Schema").Struct.ReadonlySide<{ readonly providerId: import("effect/Schema").String; readonly topicName: import("effect/Schema").Literals<readonly ["knowYourCustomer", "antiMoneyLaundering", "knowYourTransaction", "knowYourBusiness", "qualifiedInstitutionalInvestor", "professionalInvestor", "accreditedInvestor", "accreditedInvestorVerified", "regulationS", "issuerProspectusFiled", "issuerProspectusExempt", "issuerLicensed", "issuerReportingCompliant", "issuerJurisdiction", "collateral", "uniqueIdentifier", "assetClassification", "basePrice", "assetIssuer", "assetLocation", "assetCoordinates", "assetPhysicalDetails", "documentHash", "contractIdentity", "custom"]>; readonly kytDataTxnId: import("effect/Schema").String; readonly txn: import("effect/Schema").StructWithRest<import("effect/Schema").Struct<{ readonly applicantId: import("effect/Schema").optionalKey<import("effect/Schema").String>; readonly info: import("effect/Schema").optionalKey<import("effect/Schema").StructWithRest<import("effect/Schema").Struct<{ readonly address: import("effect/Schema").optionalKey<import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>>; }>, readonly [import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>]>>; readonly counterparty: import("effect/Schema").optionalKey<import("effect/Schema").StructWithRest<import("effect/Schema").Struct<{ readonly address: import("effect/Schema").optionalKey<import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>>; }>, readonly [import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>]>>; }>, readonly [import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>]>; }, "Encoded">; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
71
|
+
type DalpClientInput68 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly id: import("effect/Schema").String; }, "Encoded">; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
72
|
+
type DalpClientInput69 = { readonly body: { readonly id?: string | undefined; readonly name: string; readonly wallet: string; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
73
|
+
type DalpClientInput70 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly address: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; }, "Encoded">; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
74
|
+
type DalpClientInput71 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly organizationId: import("effect/Schema").String; }, "Encoded">; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
75
|
+
type DalpClientInput72 = void;
|
|
76
|
+
type DalpClientInput73 = { readonly body: { readonly credentials: import("effect/Schema").Struct.ReadonlySide<{ readonly keyPrefix: import("effect/Schema").String; }, "Encoded"> | import("effect/Schema").Struct.ReadonlySide<{ readonly auth: import("effect/Schema").Struct<{ readonly authToken: import("effect/Schema").String; readonly credId: import("effect/Schema").String; readonly privateKey: import("effect/Schema").String; }>; }, "Encoded"> | import("effect/Schema").Struct.ReadonlySide<{ readonly auth: import("effect/Schema").Struct<{ readonly apiKey: import("effect/Schema").String; readonly privateKey: import("effect/Schema").String; }>; }, "Encoded"> | import("effect/Schema").Struct.ReadonlySide<{ readonly auth: import("effect/Schema").Struct<{ readonly pinRef: import("effect/Schema").String; readonly clientCertRef: import("effect/Schema").optionalKey<import("effect/Schema").String>; readonly clientKeyRef: import("effect/Schema").optionalKey<import("effect/Schema").String>; }>; }, "Encoded"> | import("effect/Schema").Struct.ReadonlySide<{ readonly auth: import("effect/Schema").Struct<{ readonly userId: import("effect/Schema").String; readonly clientId: import("effect/Schema").String; readonly privateKeyPem: import("effect/Schema").String; readonly publicKeyBase64: import("effect/Schema").String; }>; }, "Encoded">; readonly metadata?: { readonly workspaceId?: string | undefined; readonly vaultId?: string | undefined; } | undefined; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
77
|
+
type DalpClientInput74 = { readonly body: { readonly provider: "local"; readonly credentials: import("effect/Schema").Struct.ReadonlySide<{ readonly keyPrefix: import("effect/Schema").String; }, "Encoded">; readonly workspaceId?: string | undefined; readonly vaultId?: string | undefined; } | { readonly provider: "dfns"; readonly credentials: import("effect/Schema").Struct.ReadonlySide<{ readonly auth: import("effect/Schema").Struct<{ readonly authToken: import("effect/Schema").String; readonly credId: import("effect/Schema").String; readonly privateKey: import("effect/Schema").String; }>; }, "Encoded">; readonly workspaceId?: string | undefined; readonly vaultId?: string | undefined; } | { readonly provider: "fireblocks"; readonly credentials: import("effect/Schema").Struct.ReadonlySide<{ readonly auth: import("effect/Schema").Struct<{ readonly apiKey: import("effect/Schema").String; readonly privateKey: import("effect/Schema").String; }>; }, "Encoded">; readonly workspaceId?: string | undefined; readonly vaultId?: string | undefined; } | { readonly provider: "luna"; readonly credentials: import("effect/Schema").Struct.ReadonlySide<{ readonly auth: import("effect/Schema").Struct<{ readonly pinRef: import("effect/Schema").String; readonly clientCertRef: import("effect/Schema").optionalKey<import("effect/Schema").String>; readonly clientKeyRef: import("effect/Schema").optionalKey<import("effect/Schema").String>; }>; }, "Encoded">; readonly workspaceId?: string | undefined; readonly vaultId?: string | undefined; } | { readonly provider: "ripple"; readonly credentials: import("effect/Schema").Struct.ReadonlySide<{ readonly auth: import("effect/Schema").Struct<{ readonly userId: import("effect/Schema").String; readonly clientId: import("effect/Schema").String; readonly privateKeyPem: import("effect/Schema").String; readonly publicKeyBase64: import("effect/Schema").String; }>; }, "Encoded">; readonly workspaceId?: string | undefined; readonly vaultId?: string | undefined; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
78
|
+
type DalpClientInput75 = { readonly params: import("effect/Schema").Struct.ReadonlySide<Readonly<Record<"name", import("effect/Schema").String>>, "Encoded">; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
79
|
+
type DalpClientInput76 = { readonly params: import("effect/Schema").Struct.ReadonlySide<Readonly<Record<"issuerAddress", import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>>>, "Encoded">; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
80
|
+
type DalpClientInput77 = { readonly params: import("effect/Schema").Struct.ReadonlySide<Readonly<Record<"issuerAddress", import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>>>, "Encoded">; readonly query: unknown; };
|
|
81
|
+
type DalpClientInput78 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly baseCurrency: import("effect/Schema").String; readonly quoteCurrency: import("effect/Schema").String; }, "Encoded">; readonly query: unknown; };
|
|
82
|
+
type DalpClientInput79 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly baseCurrency: import("effect/Schema").String; readonly quoteCurrency: import("effect/Schema").String; }, "Encoded">; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
83
|
+
type DalpClientInput80 = { readonly body: { readonly tokenAddress: string; readonly tokenType: string; readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
84
|
+
type DalpClientInput81 = { readonly body: { readonly userId: string; readonly wallet?: string | undefined; readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
85
|
+
type DalpClientInput82 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly userId: import("effect/Schema").String; }, "Encoded">; readonly query: { readonly wallet?: string | undefined; }; };
|
|
86
|
+
type DalpClientInput83 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly userId: import("effect/Schema").String; }, "Encoded">; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
87
|
+
type DalpClientInput84 = { readonly body: import("effect/Schema").Struct.ReadonlySide<{ readonly invitationId: import("effect/Schema").String; }, "Encoded">; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
88
|
+
type DalpClientInput85 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly deploymentId: import("effect/Schema").String; }, "Encoded">; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
89
|
+
type DalpClientInput86 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly invitationId: import("effect/Schema").String; }, "Encoded">; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
90
|
+
type DalpClientInput87 = { readonly body: { readonly email: string; readonly role?: "member" | "owner" | undefined; readonly onChainRoles: readonly ("admin" | "auditor" | "claimIssuer" | "claimPolicyManager" | "complianceManager" | "feedsManager" | "gasManager" | "identityManager" | "systemManager" | "tokenManager")[]; readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
91
|
+
type DalpClientInput88 = { readonly body: { readonly invitationId: string; readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
92
|
+
type DalpClientInput89 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly hash: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; }, "Encoded">; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
93
|
+
type DalpClientInput90 = { readonly query: { readonly from: unknown; readonly to: unknown; readonly method?: string | undefined; readonly endpoint?: string | undefined; readonly tag?: string | undefined; readonly requestType?: "rest" | "rpc" | undefined; readonly orderBy?: "avgDurationMs" | "errorRate" | "requestCount" | undefined; readonly limit?: number | undefined; readonly offset?: number | undefined; }; };
|
|
94
|
+
type DalpClientInput91 = { readonly query: { readonly from: unknown; readonly to: unknown; readonly endpointId?: string | undefined; readonly statusCode?: number | undefined; readonly statusClass?: "2xx" | "4xx" | "5xx" | undefined; readonly endpoint?: string | undefined; readonly method?: string | undefined; readonly requestType?: "rest" | "rpc" | undefined; readonly cursor?: string | undefined; readonly limit?: number | undefined; }; };
|
|
95
|
+
type DalpClientInput92 = { readonly query: { readonly from: unknown; readonly to: unknown; readonly requestType?: "rest" | "rpc" | undefined; }; };
|
|
96
|
+
type DalpClientInput93 = { readonly query: { readonly from: unknown; readonly to: unknown; readonly endpointId?: string | undefined; readonly granularity?: "day" | "hour" | undefined; }; };
|
|
97
|
+
type DalpClientInput94 = { readonly query: { readonly from: unknown; readonly to: unknown; readonly requestType?: "rest" | "rpc" | undefined; readonly limit?: number | undefined; }; };
|
|
98
|
+
type DalpClientInput95 = { readonly body: import("effect/Schema").Struct.ReadonlySide<{ readonly chainId: import("effect/Schema").Number; }, "Encoded">; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
99
|
+
type DalpClientInput96 = { readonly query: import("effect/Schema").Struct.ReadonlySide<{ readonly from: import("effect/Schema").decodeTo<import("effect/Schema").Date, import("effect/Schema").Unknown, never, never>; readonly to: import("effect/Schema").decodeTo<import("effect/Schema").Date, import("effect/Schema").Unknown, never, never>; }, "Encoded">; };
|
|
100
|
+
type DalpClientInput97 = { readonly query: { readonly from?: unknown; readonly to?: unknown; readonly serviceId?: string | undefined; readonly status?: "critical" | "degraded" | "healthy" | "reindexing" | "unknown" | undefined; readonly serviceType?: "chain-rpc" | "indexer" | undefined; readonly search?: string | undefined; readonly cursor?: string | undefined; readonly limit?: number | undefined; }; };
|
|
101
|
+
type DalpClientInput98 = { readonly query: { readonly from: unknown; readonly to: unknown; readonly granularity?: "day" | "hour" | undefined; readonly serviceId?: string | undefined; }; };
|
|
102
|
+
type DalpClientInput99 = { readonly body: import("effect/Schema").Struct.ReadonlySide<{ readonly userId: import("effect/Schema").String; readonly role: import("effect/Schema").Literals<readonly ["owner", "member"]>; }, "Encoded">; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
103
|
+
type DalpClientInput100 = { readonly body: { readonly chainId: number; readonly baseCurrency?: string | undefined; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
104
|
+
type DalpClientInput101 = { readonly body: { readonly name: string; readonly baseCurrency: string; readonly targetCurrencies: readonly string[]; readonly gasPauseEnabled?: boolean | undefined; readonly aaEnabled?: boolean | undefined; readonly custody?: { readonly provider: "local"; readonly credentials: import("effect/Schema").Struct.ReadonlySide<{ readonly keyPrefix: import("effect/Schema").String; }, "Encoded">; readonly workspaceId?: string | undefined; readonly vaultId?: string | undefined; } | { readonly provider: "dfns"; readonly credentials: import("effect/Schema").Struct.ReadonlySide<{ readonly auth: import("effect/Schema").Struct<{ readonly authToken: import("effect/Schema").String; readonly credId: import("effect/Schema").String; readonly privateKey: import("effect/Schema").String; }>; }, "Encoded">; readonly workspaceId?: string | undefined; readonly vaultId?: string | undefined; } | { readonly provider: "fireblocks"; readonly credentials: import("effect/Schema").Struct.ReadonlySide<{ readonly auth: import("effect/Schema").Struct<{ readonly apiKey: import("effect/Schema").String; readonly privateKey: import("effect/Schema").String; }>; }, "Encoded">; readonly workspaceId?: string | undefined; readonly vaultId?: string | undefined; } | { readonly provider: "luna"; readonly credentials: import("effect/Schema").Struct.ReadonlySide<{ readonly auth: import("effect/Schema").Struct<{ readonly pinRef: import("effect/Schema").String; readonly clientCertRef: import("effect/Schema").optionalKey<import("effect/Schema").String>; readonly clientKeyRef: import("effect/Schema").optionalKey<import("effect/Schema").String>; }>; }, "Encoded">; readonly workspaceId?: string | undefined; readonly vaultId?: string | undefined; } | { readonly provider: "ripple"; readonly credentials: import("effect/Schema").Struct.ReadonlySide<{ readonly auth: import("effect/Schema").Struct<{ readonly userId: import("effect/Schema").String; readonly clientId: import("effect/Schema").String; readonly privateKeyPem: import("effect/Schema").String; readonly publicKeyBase64: import("effect/Schema").String; }>; }, "Encoded">; readonly workspaceId?: string | undefined; readonly vaultId?: string | undefined; } | undefined; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
105
|
+
type DalpClientInput102 = { readonly params: import("effect/Schema").Struct.ReadonlySide<Readonly<Record<"participantId", import("effect/Schema").String>>, "Encoded">; readonly query: unknown; };
|
|
106
|
+
type DalpClientInput103 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly participantId: import("effect/Schema").String; }, "Encoded">; readonly query: import("effect/Schema").Struct.ReadonlySide<{ readonly range: import("effect/Schema").Struct<{ readonly interval: import("effect/Schema").Literals<readonly ["hour", "day"]>; readonly from: import("effect/Schema").Date; readonly to: import("effect/Schema").Date; readonly isPreset: import("effect/Schema").Boolean; }>; }, "Encoded">; };
|
|
107
|
+
type DalpClientInput104 = { readonly body: { readonly name?: string | undefined; readonly walletType: "eoa" | "single_sig"; readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
108
|
+
type DalpClientInput105 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly participantId: import("effect/Schema").String; }, "Encoded">; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
109
|
+
type DalpClientInput106 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly participantId: import("effect/Schema").String; }, "Encoded">; readonly query: { readonly live?: "false" | "true" | boolean | undefined; }; };
|
|
110
|
+
type DalpClientInput107 = { readonly body: import("effect/Schema").Struct.ReadonlySide<{}, "Encoded">; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
111
|
+
type DalpClientInput108 = { readonly query: { readonly window?: { readonly from?: unknown; readonly to?: unknown; } | undefined; }; };
|
|
112
|
+
type DalpClientInput109 = { readonly query: { readonly days?: unknown; }; };
|
|
113
|
+
type DalpClientInput110 = { readonly query: { readonly limit?: unknown; }; };
|
|
114
|
+
type DalpClientInput111 = { readonly body: { readonly serviceUrl: string; readonly forceDrain?: boolean | undefined; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
115
|
+
type DalpClientInput112 = { readonly body: { readonly serviceUrl: string; readonly force?: boolean | undefined; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
116
|
+
type DalpClientInput113 = { readonly body: import("effect/Schema").Struct.ReadonlySide<{ readonly serviceName: import("effect/Schema").String; readonly serviceKey: import("effect/Schema").String; }, "Encoded">; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
117
|
+
type DalpClientInput114 = { readonly body: import("effect/Schema").Struct.ReadonlySide<{ readonly invocationId: import("effect/Schema").String; }, "Encoded">; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
118
|
+
type DalpClientInput115 = { readonly body: { readonly serviceUrl: string; readonly serviceName?: string | undefined; readonly dryRun?: boolean | undefined; readonly confirm?: boolean | undefined; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
119
|
+
type DalpClientInput116 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly networkName: import("effect/Schema").String; }, "Encoded">; readonly body: readonly { readonly id?: string | number | null | undefined; readonly method: string; readonly params?: readonly unknown[] | undefined; readonly jsonrpc?: "2.0" | undefined; }[] | { readonly id?: string | number | null | undefined; readonly method: string; readonly params?: readonly unknown[] | undefined; readonly jsonrpc?: "2.0" | undefined; }; };
|
|
120
|
+
type DalpClientInput117 = { readonly query: { readonly query: string; readonly limits?: { readonly contacts?: number | undefined; readonly tokens?: number | undefined; readonly users?: number | undefined; readonly systemContracts?: number | undefined; } | undefined; }; };
|
|
121
|
+
type DalpClientInput118 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly key: import("effect/Schema").Literals<readonly ["BASE_CURRENCY", "SYSTEM_ADDRESS", "AA_ENABLED", "AA_WARN_DAYS", "AA_CRITICAL_DAYS", "TARGET_CURRENCIES", "MULTI_NETWORK_ENABLED"]>; }, "Encoded">; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
122
|
+
type DalpClientInput119 = { readonly body: import("effect/Schema").Struct.ReadonlySide<{ readonly key: import("effect/Schema").Literal<"TARGET_CURRENCIES">; readonly value: import("effect/Schema").decodeTo<import("effect/Schema").String, import("effect/Schema").String, never, never>; }, "Encoded"> | import("effect/Schema").Struct.ReadonlySide<{ readonly key: import("effect/Schema").Literal<"BASE_CURRENCY">; readonly value: import("effect/Schema").String; }, "Encoded"> | import("effect/Schema").Struct.ReadonlySide<{ readonly key: import("effect/Schema").Literal<"SYSTEM_ADDRESS">; readonly value: import("effect/Schema").Union<readonly [import("effect/Schema").Literal<"">, import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>]>; }, "Encoded"> | import("effect/Schema").Struct.ReadonlySide<{ readonly key: import("effect/Schema").Literal<"AA_ENABLED">; readonly value: import("effect/Schema").Literals<readonly ["true", "false"]>; }, "Encoded"> | import("effect/Schema").Struct.ReadonlySide<{ readonly key: import("effect/Schema").Literal<"MULTI_NETWORK_ENABLED">; readonly value: import("effect/Schema").Literals<readonly ["true", "false"]>; }, "Encoded">; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
123
|
+
type DalpClientInput120 = { readonly body: { readonly name: string; readonly description?: string | null | undefined; readonly slug?: string | undefined; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
124
|
+
type DalpClientInput121 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly id: import("effect/Schema").String; }, "Encoded">; readonly body: { readonly name?: string | undefined; readonly description?: string | null | undefined; readonly slug?: string | undefined; readonly isHidden?: boolean | undefined; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
125
|
+
type DalpClientInput122 = { readonly body: { readonly name: string; readonly description?: string | undefined; readonly typeId: string; readonly baseAssetType: "bond" | "deposit" | "equity" | "fund" | "precious-metal" | "real-estate" | "stablecoin"; readonly assetClassId?: string | undefined; readonly requiredFeatures?: readonly ("aum-fee" | "conversion" | "conversion-minter" | "external-transaction-fee" | "fixed-treasury-yield" | "historical-balances" | "maturity-redemption" | "permit" | "transaction-fee" | "transaction-fee-accounting" | "voting-power")[] | undefined; readonly metadataSchema?: { readonly [x: string]: { readonly mutability: "immutable" | "restricted-mutable"; readonly label: string; readonly description?: string | undefined; readonly required?: boolean | undefined; readonly defaultValue?: string | undefined; readonly configurableInDesigner?: boolean | undefined; readonly type: "string"; readonly minLength?: number | undefined; readonly maxLength?: number | undefined; } | { readonly mutability: "immutable" | "restricted-mutable"; readonly label: string; readonly description?: string | undefined; readonly required?: boolean | undefined; readonly defaultValue?: string | undefined; readonly configurableInDesigner?: boolean | undefined; readonly lowerBound?: string | undefined; readonly upperBound?: string | undefined; readonly type: "number"; } | { readonly mutability: "immutable" | "restricted-mutable"; readonly label: string; readonly description?: string | undefined; readonly required?: boolean | undefined; readonly defaultValue?: string | undefined; readonly configurableInDesigner?: boolean | undefined; readonly lowerBound?: string | undefined; readonly upperBound?: string | undefined; readonly type: "date"; } | { readonly mutability: "immutable" | "restricted-mutable"; readonly label: string; readonly description?: string | undefined; readonly required?: boolean | undefined; readonly defaultValue?: string | undefined; readonly configurableInDesigner?: boolean | undefined; readonly type: "enum"; readonly options?: readonly string[] | undefined; } | { readonly mutability: "immutable" | "restricted-mutable"; readonly label: string; readonly description?: string | undefined; readonly required?: boolean | undefined; readonly defaultValue?: string | undefined; readonly configurableInDesigner?: boolean | undefined; readonly type: "isin"; } | { readonly mutability: "immutable" | "restricted-mutable"; readonly label: string; readonly description?: string | undefined; readonly required?: boolean | undefined; readonly defaultValue?: string | undefined; readonly configurableInDesigner?: boolean | undefined; readonly type: "address"; } | { readonly mutability: "immutable" | "restricted-mutable"; readonly label: string; readonly description?: string | undefined; readonly required?: boolean | undefined; readonly defaultValue?: string | undefined; readonly configurableInDesigner?: boolean | undefined; readonly lowerBound?: string | undefined; readonly upperBound?: string | undefined; readonly type: "bps"; } | { readonly mutability: "immutable" | "restricted-mutable"; readonly label: string; readonly description?: string | undefined; readonly required?: boolean | undefined; readonly defaultValue?: string | undefined; readonly configurableInDesigner?: boolean | undefined; readonly lowerBound?: string | undefined; readonly upperBound?: string | undefined; readonly type: "percentage"; } | { readonly mutability: "immutable" | "restricted-mutable"; readonly label: string; readonly description?: string | undefined; readonly required?: boolean | undefined; readonly defaultValue?: string | undefined; readonly configurableInDesigner?: boolean | undefined; readonly type: "currency-code"; readonly options?: readonly string[] | undefined; } | { readonly mutability: "immutable" | "restricted-mutable"; readonly label: string; readonly description?: string | undefined; readonly required?: boolean | undefined; readonly defaultValue?: string | undefined; readonly configurableInDesigner?: boolean | undefined; readonly type: "country-code"; readonly options?: readonly string[] | undefined; } | { readonly mutability: "immutable" | "restricted-mutable"; readonly label: string; readonly description?: string | undefined; readonly required?: boolean | undefined; readonly defaultValue?: string | undefined; readonly configurableInDesigner?: boolean | undefined; readonly type: "lei"; } | { readonly mutability: "immutable" | "restricted-mutable"; readonly label: string; readonly description?: string | undefined; readonly required?: boolean | undefined; readonly defaultValue?: string | undefined; readonly configurableInDesigner?: boolean | undefined; readonly type: "cusip"; } | { readonly mutability: "immutable" | "restricted-mutable"; readonly label: string; readonly description?: string | undefined; readonly required?: boolean | undefined; readonly defaultValue?: string | undefined; readonly configurableInDesigner?: boolean | undefined; readonly type: "figi"; } | { readonly mutability: "immutable" | "restricted-mutable"; readonly label: string; readonly description?: string | undefined; readonly required?: boolean | undefined; readonly defaultValue?: string | undefined; readonly configurableInDesigner?: boolean | undefined; readonly lowerBound?: string | undefined; readonly upperBound?: string | undefined; readonly type: "decimal-money"; } | { readonly mutability: "immutable" | "restricted-mutable"; readonly label: string; readonly description?: string | undefined; readonly required?: boolean | undefined; readonly defaultValue?: string | undefined; readonly configurableInDesigner?: boolean | undefined; readonly type: "url"; }; } | undefined; readonly featureConfig?: { readonly [x: string]: { readonly [x: string]: boolean | { readonly type?: "boolean" | "date" | "number" | "string" | undefined; readonly required?: boolean | undefined; readonly value?: string | number | boolean | undefined; readonly upperBound?: number | undefined; readonly configurableInDesigner?: boolean | undefined; readonly requiredInDesigner?: boolean | undefined; } | null; }; } | undefined; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
126
|
+
type DalpClientInput123 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly id: import("effect/Schema").String; }, "Encoded">; readonly body: { readonly name?: string | undefined; readonly description?: string | null | undefined; readonly typeId?: string | undefined; readonly baseAssetType?: "bond" | "deposit" | "equity" | "fund" | "precious-metal" | "real-estate" | "stablecoin" | undefined; readonly assetClassId?: string | null | undefined; readonly requiredFeatures?: readonly ("aum-fee" | "conversion" | "conversion-minter" | "external-transaction-fee" | "fixed-treasury-yield" | "historical-balances" | "maturity-redemption" | "permit" | "transaction-fee" | "transaction-fee-accounting" | "voting-power")[] | undefined; readonly metadataSchema?: { readonly [x: string]: { readonly mutability: "immutable" | "restricted-mutable"; readonly label: string; readonly description?: string | undefined; readonly required?: boolean | undefined; readonly defaultValue?: string | undefined; readonly configurableInDesigner?: boolean | undefined; readonly type: "string"; readonly minLength?: number | undefined; readonly maxLength?: number | undefined; } | { readonly mutability: "immutable" | "restricted-mutable"; readonly label: string; readonly description?: string | undefined; readonly required?: boolean | undefined; readonly defaultValue?: string | undefined; readonly configurableInDesigner?: boolean | undefined; readonly lowerBound?: string | undefined; readonly upperBound?: string | undefined; readonly type: "number"; } | { readonly mutability: "immutable" | "restricted-mutable"; readonly label: string; readonly description?: string | undefined; readonly required?: boolean | undefined; readonly defaultValue?: string | undefined; readonly configurableInDesigner?: boolean | undefined; readonly lowerBound?: string | undefined; readonly upperBound?: string | undefined; readonly type: "date"; } | { readonly mutability: "immutable" | "restricted-mutable"; readonly label: string; readonly description?: string | undefined; readonly required?: boolean | undefined; readonly defaultValue?: string | undefined; readonly configurableInDesigner?: boolean | undefined; readonly type: "enum"; readonly options?: readonly string[] | undefined; } | { readonly mutability: "immutable" | "restricted-mutable"; readonly label: string; readonly description?: string | undefined; readonly required?: boolean | undefined; readonly defaultValue?: string | undefined; readonly configurableInDesigner?: boolean | undefined; readonly type: "isin"; } | { readonly mutability: "immutable" | "restricted-mutable"; readonly label: string; readonly description?: string | undefined; readonly required?: boolean | undefined; readonly defaultValue?: string | undefined; readonly configurableInDesigner?: boolean | undefined; readonly type: "address"; } | { readonly mutability: "immutable" | "restricted-mutable"; readonly label: string; readonly description?: string | undefined; readonly required?: boolean | undefined; readonly defaultValue?: string | undefined; readonly configurableInDesigner?: boolean | undefined; readonly lowerBound?: string | undefined; readonly upperBound?: string | undefined; readonly type: "bps"; } | { readonly mutability: "immutable" | "restricted-mutable"; readonly label: string; readonly description?: string | undefined; readonly required?: boolean | undefined; readonly defaultValue?: string | undefined; readonly configurableInDesigner?: boolean | undefined; readonly lowerBound?: string | undefined; readonly upperBound?: string | undefined; readonly type: "percentage"; } | { readonly mutability: "immutable" | "restricted-mutable"; readonly label: string; readonly description?: string | undefined; readonly required?: boolean | undefined; readonly defaultValue?: string | undefined; readonly configurableInDesigner?: boolean | undefined; readonly type: "currency-code"; readonly options?: readonly string[] | undefined; } | { readonly mutability: "immutable" | "restricted-mutable"; readonly label: string; readonly description?: string | undefined; readonly required?: boolean | undefined; readonly defaultValue?: string | undefined; readonly configurableInDesigner?: boolean | undefined; readonly type: "country-code"; readonly options?: readonly string[] | undefined; } | { readonly mutability: "immutable" | "restricted-mutable"; readonly label: string; readonly description?: string | undefined; readonly required?: boolean | undefined; readonly defaultValue?: string | undefined; readonly configurableInDesigner?: boolean | undefined; readonly type: "lei"; } | { readonly mutability: "immutable" | "restricted-mutable"; readonly label: string; readonly description?: string | undefined; readonly required?: boolean | undefined; readonly defaultValue?: string | undefined; readonly configurableInDesigner?: boolean | undefined; readonly type: "cusip"; } | { readonly mutability: "immutable" | "restricted-mutable"; readonly label: string; readonly description?: string | undefined; readonly required?: boolean | undefined; readonly defaultValue?: string | undefined; readonly configurableInDesigner?: boolean | undefined; readonly type: "figi"; } | { readonly mutability: "immutable" | "restricted-mutable"; readonly label: string; readonly description?: string | undefined; readonly required?: boolean | undefined; readonly defaultValue?: string | undefined; readonly configurableInDesigner?: boolean | undefined; readonly lowerBound?: string | undefined; readonly upperBound?: string | undefined; readonly type: "decimal-money"; } | { readonly mutability: "immutable" | "restricted-mutable"; readonly label: string; readonly description?: string | undefined; readonly required?: boolean | undefined; readonly defaultValue?: string | undefined; readonly configurableInDesigner?: boolean | undefined; readonly type: "url"; }; } | null | undefined; readonly featureConfig?: { readonly [x: string]: { readonly [x: string]: boolean | { readonly type?: "boolean" | "date" | "number" | "string" | undefined; readonly required?: boolean | undefined; readonly value?: string | number | boolean | undefined; readonly upperBound?: number | undefined; readonly configurableInDesigner?: boolean | undefined; readonly requiredInDesigner?: boolean | undefined; } | null; }; } | null | undefined; readonly hiddenFromSidebar?: boolean | undefined; readonly isHidden?: boolean | undefined; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
127
|
+
type DalpClientInput124 = { readonly body: { readonly name: string; readonly description?: string | undefined; readonly jurisdictions?: readonly string[] | undefined; readonly moduleSetVersion?: 1 | 2 | undefined; readonly legacy?: boolean | undefined; readonly modules?: readonly { readonly typeId: "address-block-list" | "address-block-list-v2" | "capital-raise-limit" | "capped" | "capped-v2" | "collateral" | "collateral-v2" | "country-allow-list" | "country-allow-list-v2" | "country-block-list" | "country-block-list-v2" | "identity-allow-list" | "identity-allow-list-v2" | "identity-block-list" | "identity-block-list-v2" | "identity-verification" | "identity-verification-v2" | "investor-count" | "investor-count-v2" | "issuance-volume-limit" | "time-lock" | "time-lock-v2" | "token-supply-limit" | "transfer-approval" | "transfer-approval-v2"; readonly values: unknown; readonly configurableInDesigner?: boolean | undefined; readonly scope?: { readonly senderInclusion?: readonly ("(" | ")" | import("effect/Schema").Struct.ReadonlySide<{ readonly nodeType: import("effect/Schema").Literals<readonly [0, 1, 2, 3]>; readonly value: import("effect/Schema").decodeTo<import("effect/Schema").BigInt, import("effect/Schema").Unknown, never, never>; }, "Encoded">)[] | undefined; readonly senderExemption?: readonly ("(" | ")" | import("effect/Schema").Struct.ReadonlySide<{ readonly nodeType: import("effect/Schema").Literals<readonly [0, 1, 2, 3]>; readonly value: import("effect/Schema").decodeTo<import("effect/Schema").BigInt, import("effect/Schema").Unknown, never, never>; }, "Encoded">)[] | undefined; readonly senderCountryInclusion?: readonly unknown[] | undefined; readonly senderCountryExclusion?: readonly unknown[] | undefined; readonly receiverInclusion?: readonly ("(" | ")" | import("effect/Schema").Struct.ReadonlySide<{ readonly nodeType: import("effect/Schema").Literals<readonly [0, 1, 2, 3]>; readonly value: import("effect/Schema").decodeTo<import("effect/Schema").BigInt, import("effect/Schema").Unknown, never, never>; }, "Encoded">)[] | undefined; readonly receiverExemption?: readonly ("(" | ")" | import("effect/Schema").Struct.ReadonlySide<{ readonly nodeType: import("effect/Schema").Literals<readonly [0, 1, 2, 3]>; readonly value: import("effect/Schema").decodeTo<import("effect/Schema").BigInt, import("effect/Schema").Unknown, never, never>; }, "Encoded">)[] | undefined; readonly receiverCountryInclusion?: readonly unknown[] | undefined; readonly receiverCountryExclusion?: readonly unknown[] | undefined; readonly executionMode?: number | undefined; } | undefined; }[] | undefined; readonly requiredControls?: readonly ("address-block-list" | "address-block-list-v2" | "capital-raise-limit" | "capped" | "capped-v2" | "collateral" | "collateral-v2" | "country-allow-list" | "country-allow-list-v2" | "country-block-list" | "country-block-list-v2" | "identity-allow-list" | "identity-allow-list-v2" | "identity-block-list" | "identity-block-list-v2" | "identity-verification" | "identity-verification-v2" | "investor-count" | "investor-count-v2" | "issuance-volume-limit" | "time-lock" | "time-lock-v2" | "token-supply-limit" | "transfer-approval" | "transfer-approval-v2")[] | undefined; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
128
|
+
type DalpClientInput125 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly id: import("effect/Schema").String; }, "Encoded">; readonly body: { readonly name?: string | undefined; readonly description?: string | null | undefined; readonly jurisdictions?: readonly string[] | undefined; readonly modules?: readonly { readonly typeId: "address-block-list" | "address-block-list-v2" | "capital-raise-limit" | "capped" | "capped-v2" | "collateral" | "collateral-v2" | "country-allow-list" | "country-allow-list-v2" | "country-block-list" | "country-block-list-v2" | "identity-allow-list" | "identity-allow-list-v2" | "identity-block-list" | "identity-block-list-v2" | "identity-verification" | "identity-verification-v2" | "investor-count" | "investor-count-v2" | "issuance-volume-limit" | "time-lock" | "time-lock-v2" | "token-supply-limit" | "transfer-approval" | "transfer-approval-v2"; readonly values: unknown; readonly configurableInDesigner?: boolean | undefined; readonly scope?: { readonly senderInclusion?: readonly ("(" | ")" | import("effect/Schema").Struct.ReadonlySide<{ readonly nodeType: import("effect/Schema").Literals<readonly [0, 1, 2, 3]>; readonly value: import("effect/Schema").decodeTo<import("effect/Schema").BigInt, import("effect/Schema").Unknown, never, never>; }, "Encoded">)[] | undefined; readonly senderExemption?: readonly ("(" | ")" | import("effect/Schema").Struct.ReadonlySide<{ readonly nodeType: import("effect/Schema").Literals<readonly [0, 1, 2, 3]>; readonly value: import("effect/Schema").decodeTo<import("effect/Schema").BigInt, import("effect/Schema").Unknown, never, never>; }, "Encoded">)[] | undefined; readonly senderCountryInclusion?: readonly unknown[] | undefined; readonly senderCountryExclusion?: readonly unknown[] | undefined; readonly receiverInclusion?: readonly ("(" | ")" | import("effect/Schema").Struct.ReadonlySide<{ readonly nodeType: import("effect/Schema").Literals<readonly [0, 1, 2, 3]>; readonly value: import("effect/Schema").decodeTo<import("effect/Schema").BigInt, import("effect/Schema").Unknown, never, never>; }, "Encoded">)[] | undefined; readonly receiverExemption?: readonly ("(" | ")" | import("effect/Schema").Struct.ReadonlySide<{ readonly nodeType: import("effect/Schema").Literals<readonly [0, 1, 2, 3]>; readonly value: import("effect/Schema").decodeTo<import("effect/Schema").BigInt, import("effect/Schema").Unknown, never, never>; }, "Encoded">)[] | undefined; readonly receiverCountryInclusion?: readonly unknown[] | undefined; readonly receiverCountryExclusion?: readonly unknown[] | undefined; readonly executionMode?: number | undefined; } | undefined; }[] | undefined; readonly requiredControls?: readonly ("address-block-list" | "address-block-list-v2" | "capital-raise-limit" | "capped" | "capped-v2" | "collateral" | "collateral-v2" | "country-allow-list" | "country-allow-list-v2" | "country-block-list" | "country-block-list-v2" | "identity-allow-list" | "identity-allow-list-v2" | "identity-block-list" | "identity-block-list-v2" | "identity-verification" | "identity-verification-v2" | "investor-count" | "investor-count-v2" | "issuance-volume-limit" | "time-lock" | "time-lock-v2" | "token-supply-limit" | "transfer-approval" | "transfer-approval-v2")[] | undefined; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
129
|
+
type DalpClientInput126 = { readonly body: import("effect/Schema").Struct.ReadonlySide<{ readonly orgId: import("effect/Schema").NullOr<import("effect/Schema").String>; }, "Encoded">; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
130
|
+
type DalpClientInput127 = { readonly body: { readonly diff?: { readonly logo?: { readonly lightUrl?: string | undefined; readonly darkUrl?: string | undefined; readonly lightIconUrl?: string | undefined; readonly darkIconUrl?: string | undefined; readonly authLightUrl?: string | undefined; readonly authDarkUrl?: string | undefined; readonly alt?: string | undefined; readonly width?: number | undefined; readonly height?: number | undefined; readonly etag?: string | undefined; readonly updatedAt?: unknown; } | undefined; readonly images?: { readonly authOverlayLightUrl?: string | undefined; readonly authOverlayDarkUrl?: string | undefined; readonly backgroundLightUrl?: string | undefined; readonly backgroundDarkUrl?: string | undefined; readonly faviconUrl?: string | undefined; readonly appleTouchIconUrl?: string | undefined; readonly favicon96Url?: string | undefined; readonly faviconSvgUrl?: string | undefined; readonly etag?: string | undefined; readonly updatedAt?: unknown; } | undefined; readonly fonts?: { readonly sans?: { readonly family?: string | undefined; readonly source?: "custom" | "fontsource" | "google" | undefined; readonly weights?: readonly number[] | undefined; readonly preload?: boolean | undefined; readonly url?: string | undefined; } | undefined; readonly mono?: { readonly family?: string | undefined; readonly source?: "custom" | "fontsource" | "google" | undefined; readonly weights?: readonly number[] | undefined; readonly preload?: boolean | undefined; readonly url?: string | undefined; } | undefined; } | undefined; readonly cssVars?: { readonly light?: { readonly radius?: string | undefined; readonly "sm-accent"?: string | undefined; readonly "sm-accent-hover"?: string | undefined; readonly "sm-background-darkest"?: string | undefined; readonly "sm-background-gradient-end"?: string | undefined; readonly "sm-background-gradient-start"?: string | undefined; readonly "sm-background-lightest"?: string | undefined; readonly "sm-border"?: string | undefined; readonly "sm-border-subtle"?: string | undefined; readonly "sm-colored-shadow"?: string | undefined; readonly "sm-graphics-primary"?: string | undefined; readonly "sm-graphics-quaternary"?: string | undefined; readonly "sm-graphics-secondary"?: string | undefined; readonly "sm-graphics-tertiary"?: string | undefined; readonly "sm-inset-shadow"?: string | undefined; readonly "sm-muted"?: string | undefined; readonly "sm-sidebar-gradient-end"?: string | undefined; readonly "sm-sidebar-gradient-mid"?: string | undefined; readonly "sm-sidebar-gradient-start"?: string | undefined; readonly "sm-state-error"?: string | undefined; readonly "sm-state-error-background"?: string | undefined; readonly "sm-state-info"?: string | undefined; readonly "sm-state-info-background"?: string | undefined; readonly "sm-state-info-fg-deep"?: string | undefined; readonly "sm-state-success"?: string | undefined; readonly "sm-state-success-background"?: string | undefined; readonly "sm-state-success-fg-deep"?: string | undefined; readonly "sm-state-warning"?: string | undefined; readonly "sm-state-warning-background"?: string | undefined; readonly "sm-state-warning-fg-deep"?: string | undefined; readonly "sm-text"?: string | undefined; readonly "sm-text-contrast"?: string | undefined; readonly "sm-text-default"?: string | undefined; readonly "sm-text-disabled"?: string | undefined; readonly "sm-text-strong"?: string | undefined; readonly "sm-text-subtle"?: string | undefined; } | undefined; readonly dark?: { readonly radius?: string | undefined; readonly "sm-accent"?: string | undefined; readonly "sm-accent-hover"?: string | undefined; readonly "sm-background-darkest"?: string | undefined; readonly "sm-background-gradient-end"?: string | undefined; readonly "sm-background-gradient-start"?: string | undefined; readonly "sm-background-lightest"?: string | undefined; readonly "sm-border"?: string | undefined; readonly "sm-border-subtle"?: string | undefined; readonly "sm-colored-shadow"?: string | undefined; readonly "sm-graphics-primary"?: string | undefined; readonly "sm-graphics-quaternary"?: string | undefined; readonly "sm-graphics-secondary"?: string | undefined; readonly "sm-graphics-tertiary"?: string | undefined; readonly "sm-inset-shadow"?: string | undefined; readonly "sm-muted"?: string | undefined; readonly "sm-sidebar-gradient-end"?: string | undefined; readonly "sm-sidebar-gradient-mid"?: string | undefined; readonly "sm-sidebar-gradient-start"?: string | undefined; readonly "sm-state-error"?: string | undefined; readonly "sm-state-error-background"?: string | undefined; readonly "sm-state-info"?: string | undefined; readonly "sm-state-info-background"?: string | undefined; readonly "sm-state-info-fg-deep"?: string | undefined; readonly "sm-state-success"?: string | undefined; readonly "sm-state-success-background"?: string | undefined; readonly "sm-state-success-fg-deep"?: string | undefined; readonly "sm-state-warning"?: string | undefined; readonly "sm-state-warning-background"?: string | undefined; readonly "sm-state-warning-fg-deep"?: string | undefined; readonly "sm-text"?: string | undefined; readonly "sm-text-contrast"?: string | undefined; readonly "sm-text-default"?: string | undefined; readonly "sm-text-disabled"?: string | undefined; readonly "sm-text-strong"?: string | undefined; readonly "sm-text-subtle"?: string | undefined; } | undefined; } | undefined; readonly metadata?: { readonly version?: number | undefined; readonly updatedBy?: string | undefined; readonly updatedAt?: unknown; readonly previewHash?: string | undefined; } | undefined; } | undefined; readonly ttlSeconds?: number | undefined; readonly baseVersion: number; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
131
|
+
type DalpClientInput128 = { readonly body: { readonly mode: "appleTouchIcon" | "authDark" | "authLight" | "authOverlayDark" | "authOverlayLight" | "backgroundDark" | "backgroundLight" | "dark" | "darkIcon" | "favicon" | "favicon96" | "faviconSvg" | "light" | "lightIcon"; readonly fileName: string; readonly contentType: "image/jpeg" | "image/png" | "image/svg+xml" | "image/vnd.microsoft.icon" | "image/webp" | "image/x-icon"; readonly fileData: string; readonly previousUrl?: string | undefined; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
132
|
+
type DalpClientInput129 = { readonly body: import("effect/Schema").Struct.ReadonlySide<{ readonly logo: import("effect/Schema").Struct<{ readonly lightUrl: import("effect/Schema").optional<import("effect/Schema").String>; readonly darkUrl: import("effect/Schema").optional<import("effect/Schema").String>; readonly lightIconUrl: import("effect/Schema").optional<import("effect/Schema").String>; readonly darkIconUrl: import("effect/Schema").optional<import("effect/Schema").String>; readonly authLightUrl: import("effect/Schema").optional<import("effect/Schema").String>; readonly authDarkUrl: import("effect/Schema").optional<import("effect/Schema").String>; readonly alt: import("effect/Schema").withDecodingDefaultKey<import("effect/Schema").String, never>; readonly width: import("effect/Schema").optional<import("effect/Schema").Int>; readonly height: import("effect/Schema").optional<import("effect/Schema").Int>; readonly etag: import("effect/Schema").optional<import("effect/Schema").String>; readonly updatedAt: import("effect/Schema").optional<import("effect/Schema").decodeTo<import("effect/Schema").Date, import("effect/Schema").Unknown, never, never>>; }>; readonly images: import("effect/Schema").Struct<{ readonly authOverlayLightUrl: import("effect/Schema").optional<import("effect/Schema").String>; readonly authOverlayDarkUrl: import("effect/Schema").optional<import("effect/Schema").String>; readonly backgroundLightUrl: import("effect/Schema").optional<import("effect/Schema").String>; readonly backgroundDarkUrl: import("effect/Schema").optional<import("effect/Schema").String>; readonly faviconUrl: import("effect/Schema").optional<import("effect/Schema").String>; readonly appleTouchIconUrl: import("effect/Schema").optional<import("effect/Schema").String>; readonly favicon96Url: import("effect/Schema").optional<import("effect/Schema").String>; readonly faviconSvgUrl: import("effect/Schema").optional<import("effect/Schema").String>; readonly etag: import("effect/Schema").optional<import("effect/Schema").String>; readonly updatedAt: import("effect/Schema").optional<import("effect/Schema").decodeTo<import("effect/Schema").Date, import("effect/Schema").Unknown, never, never>>; }>; readonly fonts: import("effect/Schema").Struct<{ readonly sans: import("effect/Schema").Struct<{ readonly family: import("effect/Schema").String; readonly source: import("effect/Schema").Literals<readonly ["fontsource", "google", "custom"]>; readonly weights: import("effect/Schema").optional<import("effect/Schema").$Array<import("effect/Schema").Int>>; readonly preload: import("effect/Schema").withDecodingDefaultKey<import("effect/Schema").Boolean, never>; readonly url: import("effect/Schema").optional<import("effect/Schema").String>; }>; readonly mono: import("effect/Schema").Struct<{ readonly family: import("effect/Schema").String; readonly source: import("effect/Schema").Literals<readonly ["fontsource", "google", "custom"]>; readonly weights: import("effect/Schema").optional<import("effect/Schema").$Array<import("effect/Schema").Int>>; readonly preload: import("effect/Schema").withDecodingDefaultKey<import("effect/Schema").Boolean, never>; readonly url: import("effect/Schema").optional<import("effect/Schema").String>; }>; }>; readonly cssVars: import("effect/Schema").Struct<{ readonly light: import("effect/Schema").Struct<Record<"radius" | "sm-accent" | "sm-accent-hover" | "sm-background-darkest" | "sm-background-gradient-end" | "sm-background-gradient-start" | "sm-background-lightest" | "sm-border" | "sm-border-subtle" | "sm-colored-shadow" | "sm-graphics-primary" | "sm-graphics-quaternary" | "sm-graphics-secondary" | "sm-graphics-tertiary" | "sm-inset-shadow" | "sm-muted" | "sm-sidebar-gradient-end" | "sm-sidebar-gradient-mid" | "sm-sidebar-gradient-start" | "sm-state-error" | "sm-state-error-background" | "sm-state-info" | "sm-state-info-background" | "sm-state-info-fg-deep" | "sm-state-success" | "sm-state-success-background" | "sm-state-success-fg-deep" | "sm-state-warning" | "sm-state-warning-background" | "sm-state-warning-fg-deep" | "sm-text" | "sm-text-contrast" | "sm-text-default" | "sm-text-disabled" | "sm-text-strong" | "sm-text-subtle", import("effect/Schema").String>>; readonly dark: import("effect/Schema").Struct<Record<"radius" | "sm-accent" | "sm-accent-hover" | "sm-background-darkest" | "sm-background-gradient-end" | "sm-background-gradient-start" | "sm-background-lightest" | "sm-border" | "sm-border-subtle" | "sm-colored-shadow" | "sm-graphics-primary" | "sm-graphics-quaternary" | "sm-graphics-secondary" | "sm-graphics-tertiary" | "sm-inset-shadow" | "sm-muted" | "sm-sidebar-gradient-end" | "sm-sidebar-gradient-mid" | "sm-sidebar-gradient-start" | "sm-state-error" | "sm-state-error-background" | "sm-state-info" | "sm-state-info-background" | "sm-state-info-fg-deep" | "sm-state-success" | "sm-state-success-background" | "sm-state-success-fg-deep" | "sm-state-warning" | "sm-state-warning-background" | "sm-state-warning-fg-deep" | "sm-text" | "sm-text-contrast" | "sm-text-default" | "sm-text-disabled" | "sm-text-strong" | "sm-text-subtle", import("effect/Schema").String>>; }>; readonly metadata: import("effect/Schema").Struct<{ readonly version: import("effect/Schema").withDecodingDefaultKey<import("effect/Schema").Int, never>; readonly updatedBy: import("effect/Schema").String; readonly updatedAt: import("effect/Schema").decodeTo<import("effect/Schema").Date, import("effect/Schema").Unknown, never, never>; readonly previewHash: import("effect/Schema").optional<import("effect/Schema").String>; }>; }, "Encoded">; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
133
|
+
type DalpClientInput130 = { readonly body: { readonly mode: "appleTouchIcon" | "authDark" | "authLight" | "authOverlayDark" | "authOverlayLight" | "backgroundDark" | "backgroundLight" | "dark" | "darkIcon" | "favicon" | "favicon96" | "faviconSvg" | "light" | "lightIcon"; readonly fileName: string; readonly contentType: "image/jpeg" | "image/png" | "image/svg+xml" | "image/vnd.microsoft.icon" | "image/webp" | "image/x-icon"; readonly fileSize: number; readonly previousUrl?: string | undefined; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
134
|
+
type DalpClientInput131 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly address: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; }, "Encoded">; readonly body: { readonly signer: string; readonly weight?: unknown; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
135
|
+
type DalpClientInput132 = { readonly body: { readonly description?: string | undefined; readonly multisig?: import("effect/Schema").Struct.ReadonlySide<{ readonly signers: import("effect/Schema").$Array<import("effect/Schema").Struct<{ readonly address: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; readonly weight: import("effect/Schema").optionalKey<import("effect/Schema").withDecodingDefaultType<import("effect/Schema").String, never>>; }>>; readonly threshold: import("effect/Schema").String; }, "Encoded"> | undefined; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
136
|
+
type DalpClientInput133 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly address: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; }, "Encoded">; readonly body: { readonly userOpHash: string; readonly threshold?: string | undefined; readonly callData: string; readonly orderingScope?: "group" | "wallet" | undefined; readonly orderingKey?: string | undefined; readonly description?: string | undefined; readonly expiresAt?: string | undefined; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
137
|
+
type DalpClientInput134 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly address: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; }, "Encoded">; readonly query: { readonly systemAddress?: string | undefined; }; };
|
|
138
|
+
type DalpClientInput135 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly address: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; }, "Encoded">; readonly body: { readonly moduleAddress: string; readonly initData?: string | undefined; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
139
|
+
type DalpClientInput136 = { readonly params: import("effect/Schema").Struct.ReadonlySide<Readonly<Record<"address", import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>>>, "Encoded">; readonly query: unknown; };
|
|
140
|
+
type DalpClientInput137 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly address: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; readonly userOpHash: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; }, "Encoded">; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
141
|
+
type DalpClientInput138 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly address: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; readonly signer: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; }, "Encoded">; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
142
|
+
type DalpClientInput139 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly address: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; }, "Encoded">; readonly body: import("effect/Schema").Struct.ReadonlySide<{ readonly threshold: import("effect/Schema").String; }, "Encoded">; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
143
|
+
type DalpClientInput140 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly address: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; readonly userOpHash: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; }, "Encoded">; readonly body: import("effect/Schema").Struct.ReadonlySide<{}, "Encoded">; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
144
|
+
type DalpClientInput141 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly address: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; readonly moduleAddress: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; }, "Encoded">; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
145
|
+
type DalpClientInput142 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly address: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; }, "Encoded">; readonly body: { readonly description?: string | undefined; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
146
|
+
type DalpClientInput143 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly systemAddress: import("effect/Schema").Union<readonly [import("effect/Schema").Literal<"default">, import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>]>; }, "Encoded">; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
147
|
+
type DalpClientInput144 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly address: import("effect/Schema").Union<readonly [import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>, import("effect/Schema").$Array<import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>>]>; }, "Encoded">; readonly body: { readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly role: "admin" | "auditor" | "claimIssuer" | "claimPolicyManager" | "complianceManager" | "feedsManager" | "gasManager" | "identityManager" | "systemManager" | "tokenManager" | readonly ("admin" | "auditor" | "claimIssuer" | "claimPolicyManager" | "complianceManager" | "feedsManager" | "gasManager" | "identityManager" | "systemManager" | "tokenManager")[]; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
148
|
+
type DalpClientInput145 = { readonly body: { readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly role: "admin" | "auditor" | "claimIssuer" | "claimPolicyManager" | "complianceManager" | "feedsManager" | "gasManager" | "identityManager" | "systemManager" | "tokenManager"; readonly participantId: string; } | { readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly role: "admin" | "auditor" | "claimIssuer" | "claimPolicyManager" | "complianceManager" | "feedsManager" | "gasManager" | "identityManager" | "systemManager" | "tokenManager"; readonly identityAddress: string; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
149
|
+
type DalpClientInput146 = { readonly params: import("effect/Schema").Struct.ReadonlySide<Readonly<Record<"accountAddress", import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>>>, "Encoded">; readonly query: unknown; };
|
|
150
|
+
type DalpClientInput147 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly accountAddress: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; }, "Encoded">; readonly query: import("effect/Schema").Struct.ReadonlySide<{ readonly range: import("effect/Schema").Struct<{ readonly interval: import("effect/Schema").Literals<readonly ["hour", "day"]>; readonly from: import("effect/Schema").Date; readonly to: import("effect/Schema").Date; readonly isPreset: import("effect/Schema").Boolean; }>; }, "Encoded">; };
|
|
151
|
+
type DalpClientInput148 = { readonly body: { readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly addons: readonly { readonly type: string; readonly name: string; readonly implementation?: string | undefined; }[]; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
152
|
+
type DalpClientInput149 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly factoryAddress: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; }, "Encoded">; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
153
|
+
type DalpClientInput150 = { readonly body: { readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly name: string; readonly signature: string; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
154
|
+
type DalpClientInput151 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly name: import("effect/Schema").String; }, "Encoded">; readonly body: { readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
155
|
+
type DalpClientInput152 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly name: import("effect/Schema").String; }, "Encoded">; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
156
|
+
type DalpClientInput153 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly name: import("effect/Schema").String; }, "Encoded">; readonly body: { readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly signature: string; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
157
|
+
type DalpClientInput154 = { readonly body: { readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly typeId: import("effect/Schema").Literals<readonly ["address-block-list", "address-block-list-v2", "capital-raise-limit", "capped", "capped-v2", "collateral", "collateral-v2", "country-allow-list", "country-allow-list-v2", "country-block-list", "country-block-list-v2", "identity-allow-list", "identity-allow-list-v2", "identity-block-list", "identity-block-list-v2", "identity-verification", "identity-verification-v2", "investor-count", "investor-count-v2", "issuance-volume-limit", "time-lock", "time-lock-v2", "token-supply-limit", "transfer-approval", "transfer-approval-v2"]>; readonly values: import("effect/Schema").Unknown; readonly module: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; }, "Encoded">; readonly instanceAddress?: string | undefined; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
158
|
+
type DalpClientInput155 = { readonly body: { readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly complianceModules: "all" | readonly { readonly type: "address-block-list" | "address-block-list-v2" | "capital-raise-limit" | "capped" | "capped-v2" | "collateral" | "collateral-v2" | "country-allow-list" | "country-allow-list-v2" | "country-block-list" | "country-block-list-v2" | "identity-allow-list" | "identity-allow-list-v2" | "identity-block-list" | "identity-block-list-v2" | "identity-verification" | "identity-verification-v2" | "investor-count" | "investor-count-v2" | "issuance-volume-limit" | "time-lock" | "time-lock-v2" | "token-supply-limit" | "transfer-approval" | "transfer-approval-v2"; readonly implementation?: string | undefined; }[] | { readonly type: "address-block-list" | "address-block-list-v2" | "capital-raise-limit" | "capped" | "capped-v2" | "collateral" | "collateral-v2" | "country-allow-list" | "country-allow-list-v2" | "country-block-list" | "country-block-list-v2" | "identity-allow-list" | "identity-allow-list-v2" | "identity-block-list" | "identity-block-list-v2" | "identity-verification" | "identity-verification-v2" | "investor-count" | "investor-count-v2" | "issuance-volume-limit" | "time-lock" | "time-lock-v2" | "token-supply-limit" | "transfer-approval" | "transfer-approval-v2"; readonly implementation?: string | undefined; }; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
159
|
+
type DalpClientInput156 = { readonly body: { readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly typeId: import("effect/Schema").Literals<readonly ["address-block-list", "address-block-list-v2", "capital-raise-limit", "capped", "capped-v2", "collateral", "collateral-v2", "country-allow-list", "country-allow-list-v2", "country-block-list", "country-block-list-v2", "identity-allow-list", "identity-allow-list-v2", "identity-block-list", "identity-block-list-v2", "identity-verification", "identity-verification-v2", "investor-count", "investor-count-v2", "issuance-volume-limit", "time-lock", "time-lock-v2", "token-supply-limit", "transfer-approval", "transfer-approval-v2"]>; readonly values: import("effect/Schema").Unknown; readonly module: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; }, "Encoded">; readonly scope: { readonly senderInclusion?: readonly ("(" | ")" | import("effect/Schema").Struct.ReadonlySide<{ readonly nodeType: import("effect/Schema").Literals<readonly [0, 1, 2, 3]>; readonly value: import("effect/Schema").decodeTo<import("effect/Schema").BigInt, import("effect/Schema").Unknown, never, never>; }, "Encoded">)[] | undefined; readonly senderExemption?: readonly ("(" | ")" | import("effect/Schema").Struct.ReadonlySide<{ readonly nodeType: import("effect/Schema").Literals<readonly [0, 1, 2, 3]>; readonly value: import("effect/Schema").decodeTo<import("effect/Schema").BigInt, import("effect/Schema").Unknown, never, never>; }, "Encoded">)[] | undefined; readonly senderCountryInclusion?: readonly unknown[] | undefined; readonly senderCountryExclusion?: readonly unknown[] | undefined; readonly receiverInclusion?: readonly ("(" | ")" | import("effect/Schema").Struct.ReadonlySide<{ readonly nodeType: import("effect/Schema").Literals<readonly [0, 1, 2, 3]>; readonly value: import("effect/Schema").decodeTo<import("effect/Schema").BigInt, import("effect/Schema").Unknown, never, never>; }, "Encoded">)[] | undefined; readonly receiverExemption?: readonly ("(" | ")" | import("effect/Schema").Struct.ReadonlySide<{ readonly nodeType: import("effect/Schema").Literals<readonly [0, 1, 2, 3]>; readonly value: import("effect/Schema").decodeTo<import("effect/Schema").BigInt, import("effect/Schema").Unknown, never, never>; }, "Encoded">)[] | undefined; readonly receiverCountryInclusion?: readonly unknown[] | undefined; readonly receiverCountryExclusion?: readonly unknown[] | undefined; readonly executionMode?: number | undefined; readonly tokenInclusion?: readonly ("(" | ")" | import("effect/Schema").Struct.ReadonlySide<{ readonly nodeType: import("effect/Schema").Literals<readonly [0, 1, 2, 3]>; readonly value: import("effect/Schema").decodeTo<import("effect/Schema").BigInt, import("effect/Schema").Unknown, never, never>; }, "Encoded">)[] | undefined; readonly tokenExemption?: readonly ("(" | ")" | import("effect/Schema").Struct.ReadonlySide<{ readonly nodeType: import("effect/Schema").Literals<readonly [0, 1, 2, 3]>; readonly value: import("effect/Schema").decodeTo<import("effect/Schema").BigInt, import("effect/Schema").Unknown, never, never>; }, "Encoded">)[] | undefined; }; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
160
|
+
type DalpClientInput157 = { readonly body: { readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly instanceAddress: string; readonly scope: { readonly senderInclusion?: readonly ("(" | ")" | import("effect/Schema").Struct.ReadonlySide<{ readonly nodeType: import("effect/Schema").Literals<readonly [0, 1, 2, 3]>; readonly value: import("effect/Schema").decodeTo<import("effect/Schema").BigInt, import("effect/Schema").Unknown, never, never>; }, "Encoded">)[] | undefined; readonly senderExemption?: readonly ("(" | ")" | import("effect/Schema").Struct.ReadonlySide<{ readonly nodeType: import("effect/Schema").Literals<readonly [0, 1, 2, 3]>; readonly value: import("effect/Schema").decodeTo<import("effect/Schema").BigInt, import("effect/Schema").Unknown, never, never>; }, "Encoded">)[] | undefined; readonly senderCountryInclusion?: readonly unknown[] | undefined; readonly senderCountryExclusion?: readonly unknown[] | undefined; readonly receiverInclusion?: readonly ("(" | ")" | import("effect/Schema").Struct.ReadonlySide<{ readonly nodeType: import("effect/Schema").Literals<readonly [0, 1, 2, 3]>; readonly value: import("effect/Schema").decodeTo<import("effect/Schema").BigInt, import("effect/Schema").Unknown, never, never>; }, "Encoded">)[] | undefined; readonly receiverExemption?: readonly ("(" | ")" | import("effect/Schema").Struct.ReadonlySide<{ readonly nodeType: import("effect/Schema").Literals<readonly [0, 1, 2, 3]>; readonly value: import("effect/Schema").decodeTo<import("effect/Schema").BigInt, import("effect/Schema").Unknown, never, never>; }, "Encoded">)[] | undefined; readonly receiverCountryInclusion?: readonly unknown[] | undefined; readonly receiverCountryExclusion?: readonly unknown[] | undefined; readonly executionMode?: number | undefined; readonly tokenInclusion?: readonly ("(" | ")" | import("effect/Schema").Struct.ReadonlySide<{ readonly nodeType: import("effect/Schema").Literals<readonly [0, 1, 2, 3]>; readonly value: import("effect/Schema").decodeTo<import("effect/Schema").BigInt, import("effect/Schema").Unknown, never, never>; }, "Encoded">)[] | undefined; readonly tokenExemption?: readonly ("(" | ")" | import("effect/Schema").Struct.ReadonlySide<{ readonly nodeType: import("effect/Schema").Literals<readonly [0, 1, 2, 3]>; readonly value: import("effect/Schema").decodeTo<import("effect/Schema").BigInt, import("effect/Schema").Unknown, never, never>; }, "Encoded">)[] | undefined; }; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
161
|
+
type DalpClientInput158 = { readonly body: { readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly instanceAddress: string; readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly typeId: import("effect/Schema").Literals<readonly ["address-block-list", "address-block-list-v2", "capital-raise-limit", "capped", "capped-v2", "collateral", "collateral-v2", "country-allow-list", "country-allow-list-v2", "country-block-list", "country-block-list-v2", "identity-allow-list", "identity-allow-list-v2", "identity-block-list", "identity-block-list-v2", "identity-verification", "identity-verification-v2", "investor-count", "investor-count-v2", "issuance-volume-limit", "time-lock", "time-lock-v2", "token-supply-limit", "transfer-approval", "transfer-approval-v2"]>; readonly values: import("effect/Schema").Unknown; readonly module: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; }, "Encoded">; readonly scope: { readonly senderInclusion?: readonly ("(" | ")" | import("effect/Schema").Struct.ReadonlySide<{ readonly nodeType: import("effect/Schema").Literals<readonly [0, 1, 2, 3]>; readonly value: import("effect/Schema").decodeTo<import("effect/Schema").BigInt, import("effect/Schema").Unknown, never, never>; }, "Encoded">)[] | undefined; readonly senderExemption?: readonly ("(" | ")" | import("effect/Schema").Struct.ReadonlySide<{ readonly nodeType: import("effect/Schema").Literals<readonly [0, 1, 2, 3]>; readonly value: import("effect/Schema").decodeTo<import("effect/Schema").BigInt, import("effect/Schema").Unknown, never, never>; }, "Encoded">)[] | undefined; readonly senderCountryInclusion?: readonly unknown[] | undefined; readonly senderCountryExclusion?: readonly unknown[] | undefined; readonly receiverInclusion?: readonly ("(" | ")" | import("effect/Schema").Struct.ReadonlySide<{ readonly nodeType: import("effect/Schema").Literals<readonly [0, 1, 2, 3]>; readonly value: import("effect/Schema").decodeTo<import("effect/Schema").BigInt, import("effect/Schema").Unknown, never, never>; }, "Encoded">)[] | undefined; readonly receiverExemption?: readonly ("(" | ")" | import("effect/Schema").Struct.ReadonlySide<{ readonly nodeType: import("effect/Schema").Literals<readonly [0, 1, 2, 3]>; readonly value: import("effect/Schema").decodeTo<import("effect/Schema").BigInt, import("effect/Schema").Unknown, never, never>; }, "Encoded">)[] | undefined; readonly receiverCountryInclusion?: readonly unknown[] | undefined; readonly receiverCountryExclusion?: readonly unknown[] | undefined; readonly executionMode?: number | undefined; readonly tokenInclusion?: readonly ("(" | ")" | import("effect/Schema").Struct.ReadonlySide<{ readonly nodeType: import("effect/Schema").Literals<readonly [0, 1, 2, 3]>; readonly value: import("effect/Schema").decodeTo<import("effect/Schema").BigInt, import("effect/Schema").Unknown, never, never>; }, "Encoded">)[] | undefined; readonly tokenExemption?: readonly ("(" | ")" | import("effect/Schema").Struct.ReadonlySide<{ readonly nodeType: import("effect/Schema").Literals<readonly [0, 1, 2, 3]>; readonly value: import("effect/Schema").decodeTo<import("effect/Schema").BigInt, import("effect/Schema").Unknown, never, never>; }, "Encoded">)[] | undefined; }; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
162
|
+
type DalpClientInput159 = { readonly body: { readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly module: string; readonly instanceAddress?: string | undefined; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
163
|
+
type DalpClientInput160 = { readonly query: { readonly contract?: string | undefined; }; };
|
|
164
|
+
type DalpClientInput161 = { readonly query: import("effect/Schema").Struct.ReadonlySide<{ readonly parameters: import("effect/Schema").Union<readonly [import("effect/Schema").Struct<{ readonly name: import("effect/Schema").String; readonly symbol: import("effect/Schema").String; readonly decimals: import("effect/Schema").Number; readonly factoryAddress: import("effect/Schema").optionalKey<import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>>; readonly type: import("effect/Schema").Literals<readonly ["bond", "equity", "fund", "stablecoin", "deposit", "real-estate", "precious-metal"]>; }>, import("effect/Schema").Struct<{ readonly name: import("effect/Schema").String; readonly symbol: import("effect/Schema").String; readonly decimals: import("effect/Schema").Number; readonly factoryAddress: import("effect/Schema").optionalKey<import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>>; readonly type: import("effect/Schema").Literal<"dalp-asset">; readonly assetTypeName: import("effect/Schema").String; }>]>; }, "Encoded"> | import("effect/Schema").Struct.ReadonlySide<{ readonly accessControl: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; }, "Encoded">; };
|
|
165
|
+
type DalpClientInput162 = { readonly body: { readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly factories: readonly { readonly type: "bond" | "dalp-asset" | "deposit" | "equity" | "fund" | "precious-metal" | "real-estate" | "stablecoin"; readonly name: string; readonly factoryImplementation?: string | undefined; readonly tokenImplementation?: string | undefined; }[]; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
166
|
+
type DalpClientInput163 = { readonly body: { readonly name: string; readonly symbol: string; readonly decimals: number; readonly factoryAddress?: string | undefined; readonly type: "bond" | "deposit" | "equity" | "fund" | "precious-metal" | "real-estate" | "stablecoin"; } | { readonly name: string; readonly symbol: string; readonly decimals: number; readonly factoryAddress?: string | undefined; readonly type: "dalp-asset"; readonly assetTypeName: string; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
167
|
+
type DalpClientInput164 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly feedAddress: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; }, "Encoded">; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
168
|
+
type DalpClientInput165 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly feedAddress: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; readonly issuerIdentity: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; }, "Encoded">; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
169
|
+
type DalpClientInput166 = { readonly body: { readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly topicName?: string | undefined; readonly topicId?: string | undefined; readonly subject: string; readonly feedAddress: string; readonly kind: "SCALAR"; readonly description: string; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
170
|
+
type DalpClientInput167 = { readonly body: { readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly topicName?: string | undefined; readonly topicId?: string | undefined; readonly subject: string; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
171
|
+
type DalpClientInput168 = { readonly body: { readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly topicName?: string | undefined; readonly topicId?: string | undefined; readonly subject: string; readonly newFeedAddress: string; readonly kind: "SCALAR"; readonly description: string; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
172
|
+
type DalpClientInput169 = { readonly query: { readonly topicName?: string | undefined; readonly topicId?: string | undefined; readonly subject: string; }; };
|
|
173
|
+
type DalpClientInput170 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly feedAddress: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; readonly roundId: import("effect/Schema").String; }, "Encoded">; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
174
|
+
type DalpClientInput171 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly feedAddress: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; }, "Encoded">; readonly query: import("effect/Schema").Struct.ReadonlySide<{ readonly maxAgeSeconds: import("effect/Schema").Union<readonly [import("effect/Schema").NumberFromString, import("effect/Schema").Number]>; }, "Encoded">; };
|
|
175
|
+
type DalpClientInput172 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly feedAddress: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; }, "Encoded">; readonly body: { readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly value: string; readonly observedAt: number; readonly deadline?: number | undefined; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
176
|
+
type DalpClientInput173 = { readonly body: { readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly topicName?: string | undefined; readonly topicId?: string | undefined; readonly subject: string; readonly decimals: number; readonly description: string; readonly historyMode: "BOUNDED" | "FULL" | "LATEST_ONLY"; readonly historySize: number; readonly requirePositive: boolean; readonly driftAllowance: number; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
177
|
+
type DalpClientInput174 = { readonly body: { readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly wallet?: string | undefined; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
178
|
+
type DalpClientInput175 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly wallet: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; }, "Encoded">; readonly body: { readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
179
|
+
type DalpClientInput176 = { readonly params: import("effect/Schema").Struct.ReadonlySide<Readonly<Record<"identityAddress", import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>>>, "Encoded">; readonly query: unknown; };
|
|
180
|
+
type DalpClientInput177 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly identityAddress: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; }, "Encoded">; readonly query: { readonly tokenAddress?: string | undefined; }; };
|
|
181
|
+
type DalpClientInput178 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly wallet: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; }, "Encoded">; readonly query: { readonly tokenAddress?: string | undefined; }; };
|
|
182
|
+
type DalpClientInput179 = { readonly body: { readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly wallet?: string | undefined; readonly country: string; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
183
|
+
type DalpClientInput180 = { readonly body: { readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly organizationId?: string | undefined; readonly wallet?: string | undefined; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
184
|
+
type DalpClientInput181 = { readonly query: { readonly organizationId?: string | undefined; readonly wallet?: string | undefined; }; };
|
|
185
|
+
type DalpClientInput182 = { readonly body: { readonly wallet?: string | undefined; readonly address?: string | undefined; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
186
|
+
type DalpClientInput183 = { readonly body: { readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly wallet: string; readonly countryCode: unknown; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
187
|
+
type DalpClientInput184 = { readonly body: { readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly targetIdentityAddress: string; readonly claim: import("effect/Schema").Struct.ReadonlySide<{ readonly topic: import("effect/Schema").Literals<readonly ["knowYourCustomer", "antiMoneyLaundering", "knowYourTransaction", "knowYourBusiness", "qualifiedInstitutionalInvestor", "professionalInvestor", "accreditedInvestor", "accreditedInvestorVerified", "regulationS"]>; readonly data: import("effect/Schema").Struct<{ readonly claim: import("effect/Schema").String; }>; }, "Encoded"> | import("effect/Schema").Struct.ReadonlySide<{ readonly topic: import("effect/Schema").Literal<"assetClassification">; readonly data: import("effect/Schema").Struct<{ readonly type: import("effect/Schema").Literals<readonly ["bond", "equity", "fund", "stablecoin", "deposit", "real-estate", "precious-metal"]>; readonly category: import("effect/Schema").optionalKey<import("effect/Schema").Union<readonly [import("effect/Schema").Literals<readonly ["COMMON_EQUITY", "VOTING_COMMON_STOCK", "NON_VOTING_COMMON_STOCK", "CUMULATIVE_PREFERRED_STOCK", "NON_CUMULATIVE_PREFERRED_STOCK", "CONVERTIBLE_PREFERRED_STOCK", "REDEEMABLE_PREFERRED_STOCK", "LARGE_CAP_EQUITY", "MID_CAP_EQUITY", "SMALL_CAP_EQUITY", "MICRO_CAP_EQUITY", "DOMESTIC_EQUITY", "INTERNATIONAL_EQUITY", "GLOBAL_EQUITY", "EMERGING_MARKET_EQUITY", "FRONTIER_MARKET_EQUITY", "TECHNOLOGY", "FINANCIALS", "HEALTHCARE", "ENERGY", "CONSUMER_STAPLES", "CONSUMER_DISCRETIONARY", "INDUSTRIALS", "MATERIALS", "UTILITIES", "COMMUNICATION_SERVICES", "REAL_ESTATE", "GROWTH_EQUITY", "VALUE_EQUITY", "BLEND_EQUITY", "INCOME_EQUITY", "VENTURE_CAPITAL", "GROWTH_CAPITAL", "LEVERAGED_BUYOUTS", "MEZZANINE_FINANCING", "DISTRESSED_EQUITY", "RESTRICTED_STOCK", "ESOP_SHARES", "TRACKING_STOCKS", "DUAL_CLASS_SHARES"]>, import("effect/Schema").Literals<readonly ["ACTIVIST", "COMMODITY_TRADING", "CONVERTIBLE_ARBITRAGE", "CREDIT", "CURRENCY_FX", "DISTRESSED_DEBT", "EMERGING_MARKETS", "EQUITY_HEDGE", "EVENT_DRIVEN", "FIXED_INCOME_ARBITRAGE", "FUND_OF_FUNDS", "GLOBAL_MACRO", "HIGH_FREQUENCY_TRADING", "MANAGED_FUTURES_CTA", "MARKET_NEUTRAL", "MERGER_ARBITRAGE", "MULTI_STRATEGY", "PRIVATE_EQUITY", "VENTURE_CAPITAL"]>, import("effect/Schema").Literals<readonly ["RESIDENTIAL", "COMMERCIAL", "INDUSTRIAL", "AGRICULTURAL", "INSTITUTIONAL", "MIXED_USE", "RETAIL", "OFFICE", "HOSPITALITY", "HEALTHCARE", "EDUCATIONAL", "RELIGIOUS", "RECREATIONAL", "CULTURAL", "STORAGE", "PARKING", "TRANSPORTATION", "UTILITIES", "GOVERNMENTAL", "PUBLIC_SPACE", "DEVELOPMENT", "VACANT", "UNAVAILABLE", "PUBLIC_SERVICES", "PUBLIC_FACILITIES_TRANSPORTATION", "ANCIENT_URBAN_REGION", "VACANT_LAND", "PLANS_AND_SYMBOLS", "MANSION_USE", "OTHER"]>]>>; }>; }, "Encoded"> | import("effect/Schema").Struct.ReadonlySide<{ readonly topic: import("effect/Schema").Literal<"assetIssuer">; readonly data: import("effect/Schema").Struct<{ readonly issuerAddress: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; }>; }, "Encoded"> | import("effect/Schema").Struct.ReadonlySide<{ readonly topic: import("effect/Schema").Literal<"basePrice">; readonly data: import("effect/Schema").Struct<{ readonly amount: import("effect/Schema").decodeTo<import("effect/Schema").declare<import("dnum").Dnum, import("dnum").Dnum>, import("effect/Schema").Union<readonly [import("effect/Schema").String, import("effect/Schema").Number, import("effect/Schema").declare<import("dnum").Dnum, import("dnum").Dnum>]>, never, never>; readonly currencyCode: import("effect/Schema").String; }>; }, "Encoded"> | import("effect/Schema").Struct.ReadonlySide<{ readonly topic: import("effect/Schema").Literal<"collateral">; readonly data: import("effect/Schema").Struct<{ readonly amount: import("effect/Schema").decodeTo<import("effect/Schema").BigInt, import("effect/Schema").Unknown, never, never>; readonly expiryTimestamp: import("effect/Schema").decodeTo<import("effect/Schema").String, import("effect/Schema").Unknown, never, never>; }>; }, "Encoded"> | import("effect/Schema").Struct.ReadonlySide<{ readonly topic: import("effect/Schema").Literal<"contractIdentity">; readonly data: import("effect/Schema").Struct<{ readonly contractAddress: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; }>; }, "Encoded"> | import("effect/Schema").Struct.ReadonlySide<{ readonly topic: import("effect/Schema").Literal<"issuerJurisdiction">; readonly data: import("effect/Schema").Struct<{ readonly jurisdiction: import("effect/Schema").decodeTo<import("effect/Schema").Number, import("effect/Schema").Unknown, never, never>; }>; }, "Encoded"> | import("effect/Schema").Struct.ReadonlySide<{ readonly topic: import("effect/Schema").Literal<"issuerLicensed">; readonly data: import("effect/Schema").Struct<{ readonly licenseType: import("effect/Schema").String; readonly licenseNumber: import("effect/Schema").String; readonly jurisdiction: import("effect/Schema").decodeTo<import("effect/Schema").Number, import("effect/Schema").Unknown, never, never>; readonly validUntil: import("effect/Schema").decodeTo<import("effect/Schema").String, import("effect/Schema").Unknown, never, never>; }>; }, "Encoded"> | import("effect/Schema").Struct.ReadonlySide<{ readonly topic: import("effect/Schema").Literal<"issuerProspectusExempt">; readonly data: import("effect/Schema").Struct<{ readonly exemptionReference: import("effect/Schema").String; }>; }, "Encoded"> | import("effect/Schema").Struct.ReadonlySide<{ readonly topic: import("effect/Schema").Literal<"issuerProspectusFiled">; readonly data: import("effect/Schema").Struct<{ readonly prospectusReference: import("effect/Schema").String; }>; }, "Encoded"> | import("effect/Schema").Struct.ReadonlySide<{ readonly topic: import("effect/Schema").Literal<"issuerReportingCompliant">; readonly data: import("effect/Schema").Struct<{ readonly compliant: import("effect/Schema").Boolean; readonly lastUpdated: import("effect/Schema").decodeTo<import("effect/Schema").String, import("effect/Schema").Unknown, never, never>; }>; }, "Encoded"> | import("effect/Schema").Struct.ReadonlySide<{ readonly topic: import("effect/Schema").Literal<"uniqueIdentifier">; readonly data: import("effect/Schema").Struct<{ readonly identifier: import("effect/Schema").String; }>; }, "Encoded"> | import("effect/Schema").Struct.ReadonlySide<{ readonly topic: import("effect/Schema").Literal<"assetLocation">; readonly data: import("effect/Schema").Struct<{ readonly city: import("effect/Schema").String; readonly districtCode: import("effect/Schema").String; readonly areaId: import("effect/Schema").String; }>; }, "Encoded"> | import("effect/Schema").Struct.ReadonlySide<{ readonly topic: import("effect/Schema").Literal<"assetCoordinates">; readonly data: import("effect/Schema").Struct<{ readonly latitude: import("effect/Schema").String; readonly longitude: import("effect/Schema").String; }>; }, "Encoded"> | import("effect/Schema").Struct.ReadonlySide<{ readonly topic: import("effect/Schema").Literal<"assetPhysicalDetails">; readonly data: import("effect/Schema").Struct<{ readonly propertyArea: import("effect/Schema").String; readonly buildingYear: import("effect/Schema").String; readonly numberOfUnits: import("effect/Schema").String; }>; }, "Encoded"> | import("effect/Schema").Struct.ReadonlySide<{ readonly topic: import("effect/Schema").Literal<"documentHash">; readonly data: import("effect/Schema").Struct<{ readonly sha256Hash: import("effect/Schema").String; readonly documentType: import("effect/Schema").String; readonly fileName: import("effect/Schema").String; }>; }, "Encoded"> | import("effect/Schema").Struct.ReadonlySide<{ readonly topic: import("effect/Schema").Literal<"custom">; readonly topicName: import("effect/Schema").String; readonly signature: import("effect/Schema").String; readonly data: import("effect/Schema").$Array<import("effect/Schema").Unknown>; }, "Encoded">; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
188
|
+
type DalpClientInput185 = { readonly body: { readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly targetIdentityAddress: string; readonly claimTopic: string; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
189
|
+
type DalpClientInput186 = { readonly body?: { readonly includeExperimental?: boolean | undefined; readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; } | undefined; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
190
|
+
type DalpClientInput187 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly migrationId: import("effect/Schema").String; }, "Encoded">; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
191
|
+
type DalpClientInput188 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly address: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; }, "Encoded">; readonly body: { readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly amount: string; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
192
|
+
type DalpClientInput189 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly address: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; }, "Encoded">; readonly body: { readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
193
|
+
type DalpClientInput190 = { readonly body: import("effect/Schema").Struct.ReadonlySide<{ readonly enabled: import("effect/Schema").Boolean; }, "Encoded">; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
194
|
+
type DalpClientInput191 = { readonly body: import("effect/Schema").Struct.ReadonlySide<{ readonly token: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; readonly to: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; readonly amount: import("effect/Schema").String; }, "Encoded">; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
195
|
+
type DalpClientInput192 = { readonly body: import("effect/Schema").Struct.ReadonlySide<{ readonly to: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; readonly amount: import("effect/Schema").String; }, "Encoded">; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
196
|
+
type DalpClientInput193 = { readonly body: import("effect/Schema").Struct.ReadonlySide<{ readonly bps: import("effect/Schema").Number; }, "Encoded">; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
197
|
+
type DalpClientInput194 = { readonly body: import("effect/Schema").Struct.ReadonlySide<{ readonly warnDays: import("effect/Schema").Number; readonly criticalDays: import("effect/Schema").Number; }, "Encoded">; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
198
|
+
type DalpClientInput195 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly preset: import("effect/Schema").Literals<readonly ["allTime", "ytd", "trailing12Months", "trailing6Months", "trailing3Months", "trailing1Month", "trailing7Days", "trailing24Hours"]>; }, "Encoded">; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
199
|
+
type DalpClientInput196 = { readonly query: import("effect/Schema").Struct.ReadonlySide<{ readonly interval: import("effect/Schema").Literals<readonly ["hour", "day"]>; readonly from: import("effect/Schema").decodeTo<import("effect/Schema").Date, import("effect/Schema").Unknown, never, never>; readonly to: import("effect/Schema").decodeTo<import("effect/Schema").Date, import("effect/Schema").Unknown, never, never>; }, "Encoded">; };
|
|
200
|
+
type DalpClientInput197 = { readonly query: { readonly timeRange?: number | undefined; }; };
|
|
201
|
+
type DalpClientInput198 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly issuerAddress: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; readonly topicId: import("effect/Schema").String; }, "Encoded">; readonly body: { readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
202
|
+
type DalpClientInput199 = { readonly body: { readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly issuerAddress: string; readonly claimTopicIds: readonly string[]; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
203
|
+
type DalpClientInput200 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly issuerAddress: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; }, "Encoded">; readonly body: { readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
204
|
+
type DalpClientInput201 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly issuerAddress: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; }, "Encoded">; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
205
|
+
type DalpClientInput202 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly issuerAddress: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; }, "Encoded">; readonly body: { readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly claimTopicIds: readonly string[]; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
206
|
+
type DalpClientInput203 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly tokenAddress: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; }, "Encoded">; readonly query: unknown; };
|
|
207
|
+
type DalpClientInput204 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly tokenAddress: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; }, "Encoded">; readonly body: { readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly converter: string; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
208
|
+
type DalpClientInput205 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly tokenAddress: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; }, "Encoded">; readonly query: import("effect/Schema").Struct.ReadonlySide<{ readonly owner: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; readonly spender: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; }, "Encoded">; };
|
|
209
|
+
type DalpClientInput206 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly tokenAddress: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; }, "Encoded">; readonly body: { readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly spender: string; readonly amount: unknown; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
210
|
+
type DalpClientInput207 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly tokenAddress: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; }, "Encoded">; readonly body: { readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly amount: unknown; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
211
|
+
type DalpClientInput208 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly tokenAddress: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; }, "Encoded">; readonly body: { readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly fromWallet: string; readonly toWallet: string; readonly fromIdentityAddress?: string | undefined; readonly toIdentityAddress?: string | undefined; readonly amount: unknown; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
212
|
+
type DalpClientInput209 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly tokenAddress: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; }, "Encoded">; readonly body: { readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly addresses: string | readonly string[]; readonly amounts: unknown; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
213
|
+
type DalpClientInput210 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly tokenAddress: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; }, "Encoded">; readonly body: { readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly claim: { readonly topic?: "accreditedInvestor" | "accreditedInvestorVerified" | "antiMoneyLaundering" | "assetClassification" | "assetCoordinates" | "assetIssuer" | "assetLocation" | "assetPhysicalDetails" | "basePrice" | "collateral" | "contractIdentity" | "custom" | "documentHash" | "issuerJurisdiction" | "issuerLicensed" | "issuerProspectusExempt" | "issuerProspectusFiled" | "issuerReportingCompliant" | "knowYourBusiness" | "knowYourCustomer" | "knowYourTransaction" | "professionalInvestor" | "qualifiedInstitutionalInvestor" | "regulationS" | "uniqueIdentifier" | undefined; readonly topicName?: string | undefined; readonly signature?: string | undefined; readonly data?: readonly unknown[] | { readonly [x: string]: unknown; } | undefined; }; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
214
|
+
type DalpClientInput211 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly tokenAddress: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; }, "Encoded">; readonly body: { readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly claimTopic: string; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
215
|
+
type DalpClientInput212 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly tokenAddress: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; }, "Encoded">; readonly body: { readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
216
|
+
type DalpClientInput213 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly tokenAddress: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; }, "Encoded">; readonly body: { readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly typeId: import("effect/Schema").Literals<readonly ["address-block-list", "address-block-list-v2", "capital-raise-limit", "capped", "capped-v2", "collateral", "collateral-v2", "country-allow-list", "country-allow-list-v2", "country-block-list", "country-block-list-v2", "identity-allow-list", "identity-allow-list-v2", "identity-block-list", "identity-block-list-v2", "identity-verification", "identity-verification-v2", "investor-count", "investor-count-v2", "issuance-volume-limit", "time-lock", "time-lock-v2", "token-supply-limit", "transfer-approval", "transfer-approval-v2"]>; readonly values: import("effect/Schema").Unknown; readonly module: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; }, "Encoded">; readonly instanceAddress?: string | undefined; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
217
|
+
type DalpClientInput214 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly tokenAddress: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; readonly instanceAddress: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; }, "Encoded">; readonly body: { readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly typeId: import("effect/Schema").Literals<readonly ["address-block-list", "address-block-list-v2", "capital-raise-limit", "capped", "capped-v2", "collateral", "collateral-v2", "country-allow-list", "country-allow-list-v2", "country-block-list", "country-block-list-v2", "identity-allow-list", "identity-allow-list-v2", "identity-block-list", "identity-block-list-v2", "identity-verification", "identity-verification-v2", "investor-count", "investor-count-v2", "issuance-volume-limit", "time-lock", "time-lock-v2", "token-supply-limit", "transfer-approval", "transfer-approval-v2"]>; readonly values: import("effect/Schema").Unknown; readonly module: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; }, "Encoded">; readonly scope: { readonly senderInclusion?: readonly ("(" | ")" | import("effect/Schema").Struct.ReadonlySide<{ readonly nodeType: import("effect/Schema").Literals<readonly [0, 1, 2, 3]>; readonly value: import("effect/Schema").decodeTo<import("effect/Schema").BigInt, import("effect/Schema").Unknown, never, never>; }, "Encoded">)[] | undefined; readonly senderExemption?: readonly ("(" | ")" | import("effect/Schema").Struct.ReadonlySide<{ readonly nodeType: import("effect/Schema").Literals<readonly [0, 1, 2, 3]>; readonly value: import("effect/Schema").decodeTo<import("effect/Schema").BigInt, import("effect/Schema").Unknown, never, never>; }, "Encoded">)[] | undefined; readonly senderCountryInclusion?: readonly unknown[] | undefined; readonly senderCountryExclusion?: readonly unknown[] | undefined; readonly receiverInclusion?: readonly ("(" | ")" | import("effect/Schema").Struct.ReadonlySide<{ readonly nodeType: import("effect/Schema").Literals<readonly [0, 1, 2, 3]>; readonly value: import("effect/Schema").decodeTo<import("effect/Schema").BigInt, import("effect/Schema").Unknown, never, never>; }, "Encoded">)[] | undefined; readonly receiverExemption?: readonly ("(" | ")" | import("effect/Schema").Struct.ReadonlySide<{ readonly nodeType: import("effect/Schema").Literals<readonly [0, 1, 2, 3]>; readonly value: import("effect/Schema").decodeTo<import("effect/Schema").BigInt, import("effect/Schema").Unknown, never, never>; }, "Encoded">)[] | undefined; readonly receiverCountryInclusion?: readonly unknown[] | undefined; readonly receiverCountryExclusion?: readonly unknown[] | undefined; readonly executionMode?: number | undefined; }; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
218
|
+
type DalpClientInput215 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly tokenAddress: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; }, "Encoded">; readonly query: import("effect/Schema").Struct.ReadonlySide<{ readonly converterAddress: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; }, "Encoded">; };
|
|
219
|
+
type DalpClientInput216 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly tokenAddress: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; }, "Encoded">; readonly query: import("effect/Schema").Struct.ReadonlySide<{ readonly holderAddress: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; }, "Encoded">; };
|
|
220
|
+
type DalpClientInput217 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly tokenAddress: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; }, "Encoded">; readonly body: { readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly principalAmount: unknown; readonly triggerId: string; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
221
|
+
type DalpClientInput218 = { readonly body: { readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly name: string; readonly symbol: string; readonly decimals: string | number; readonly countryCode: unknown; readonly initialModulePairs?: readonly { readonly typeId: "address-block-list" | "address-block-list-v2" | "capital-raise-limit" | "capped" | "capped-v2" | "collateral" | "collateral-v2" | "country-allow-list" | "country-allow-list-v2" | "country-block-list" | "country-block-list-v2" | "identity-allow-list" | "identity-allow-list-v2" | "identity-block-list" | "identity-block-list-v2" | "identity-verification" | "identity-verification-v2" | "investor-count" | "investor-count-v2" | "issuance-volume-limit" | "time-lock" | "time-lock-v2" | "token-supply-limit" | "transfer-approval" | "transfer-approval-v2"; readonly values: unknown; readonly module: string; readonly scope?: { readonly senderInclusion?: readonly ("(" | ")" | import("effect/Schema").Struct.ReadonlySide<{ readonly nodeType: import("effect/Schema").Literals<readonly [0, 1, 2, 3]>; readonly value: import("effect/Schema").decodeTo<import("effect/Schema").BigInt, import("effect/Schema").Unknown, never, never>; }, "Encoded">)[] | undefined; readonly senderExemption?: readonly ("(" | ")" | import("effect/Schema").Struct.ReadonlySide<{ readonly nodeType: import("effect/Schema").Literals<readonly [0, 1, 2, 3]>; readonly value: import("effect/Schema").decodeTo<import("effect/Schema").BigInt, import("effect/Schema").Unknown, never, never>; }, "Encoded">)[] | undefined; readonly senderCountryInclusion?: readonly unknown[] | undefined; readonly senderCountryExclusion?: readonly unknown[] | undefined; readonly receiverInclusion?: readonly ("(" | ")" | import("effect/Schema").Struct.ReadonlySide<{ readonly nodeType: import("effect/Schema").Literals<readonly [0, 1, 2, 3]>; readonly value: import("effect/Schema").decodeTo<import("effect/Schema").BigInt, import("effect/Schema").Unknown, never, never>; }, "Encoded">)[] | undefined; readonly receiverExemption?: readonly ("(" | ")" | import("effect/Schema").Struct.ReadonlySide<{ readonly nodeType: import("effect/Schema").Literals<readonly [0, 1, 2, 3]>; readonly value: import("effect/Schema").decodeTo<import("effect/Schema").BigInt, import("effect/Schema").Unknown, never, never>; }, "Encoded">)[] | undefined; readonly receiverCountryInclusion?: readonly unknown[] | undefined; readonly receiverCountryExclusion?: readonly unknown[] | undefined; readonly executionMode?: number | undefined; } | undefined; }[] | undefined; readonly factoryAddress?: string | undefined; readonly initialPermissions?: readonly import("effect/Schema").Struct.ReadonlySide<{ readonly account: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; readonly roles: import("effect/Schema").$Array<import("effect/Schema").Literals<readonly ["admin", "custodian", "emergency", "fundsManager", "governance", "saleAdmin", "supplyManagement"]>>; }, "Encoded">[] | undefined; readonly unpauseOnCreation?: boolean | undefined; readonly gasPauseEnabled?: boolean | undefined; readonly templateId?: string | undefined; readonly type: "deposit"; readonly priceCurrency: string; readonly basePrice: string | number | import("dnum").Dnum; readonly termLengthDays?: number | undefined; readonly interestRateBps?: number | undefined; readonly earlyWithdrawalPenaltyBps?: number | undefined; } | { readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly name: string; readonly symbol: string; readonly decimals: string | number; readonly countryCode: unknown; readonly initialModulePairs?: readonly { readonly typeId: "address-block-list" | "address-block-list-v2" | "capital-raise-limit" | "capped" | "capped-v2" | "collateral" | "collateral-v2" | "country-allow-list" | "country-allow-list-v2" | "country-block-list" | "country-block-list-v2" | "identity-allow-list" | "identity-allow-list-v2" | "identity-block-list" | "identity-block-list-v2" | "identity-verification" | "identity-verification-v2" | "investor-count" | "investor-count-v2" | "issuance-volume-limit" | "time-lock" | "time-lock-v2" | "token-supply-limit" | "transfer-approval" | "transfer-approval-v2"; readonly values: unknown; readonly module: string; readonly scope?: { readonly senderInclusion?: readonly ("(" | ")" | import("effect/Schema").Struct.ReadonlySide<{ readonly nodeType: import("effect/Schema").Literals<readonly [0, 1, 2, 3]>; readonly value: import("effect/Schema").decodeTo<import("effect/Schema").BigInt, import("effect/Schema").Unknown, never, never>; }, "Encoded">)[] | undefined; readonly senderExemption?: readonly ("(" | ")" | import("effect/Schema").Struct.ReadonlySide<{ readonly nodeType: import("effect/Schema").Literals<readonly [0, 1, 2, 3]>; readonly value: import("effect/Schema").decodeTo<import("effect/Schema").BigInt, import("effect/Schema").Unknown, never, never>; }, "Encoded">)[] | undefined; readonly senderCountryInclusion?: readonly unknown[] | undefined; readonly senderCountryExclusion?: readonly unknown[] | undefined; readonly receiverInclusion?: readonly ("(" | ")" | import("effect/Schema").Struct.ReadonlySide<{ readonly nodeType: import("effect/Schema").Literals<readonly [0, 1, 2, 3]>; readonly value: import("effect/Schema").decodeTo<import("effect/Schema").BigInt, import("effect/Schema").Unknown, never, never>; }, "Encoded">)[] | undefined; readonly receiverExemption?: readonly ("(" | ")" | import("effect/Schema").Struct.ReadonlySide<{ readonly nodeType: import("effect/Schema").Literals<readonly [0, 1, 2, 3]>; readonly value: import("effect/Schema").decodeTo<import("effect/Schema").BigInt, import("effect/Schema").Unknown, never, never>; }, "Encoded">)[] | undefined; readonly receiverCountryInclusion?: readonly unknown[] | undefined; readonly receiverCountryExclusion?: readonly unknown[] | undefined; readonly executionMode?: number | undefined; } | undefined; }[] | undefined; readonly factoryAddress?: string | undefined; readonly initialPermissions?: readonly import("effect/Schema").Struct.ReadonlySide<{ readonly account: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; readonly roles: import("effect/Schema").$Array<import("effect/Schema").Literals<readonly ["admin", "custodian", "emergency", "fundsManager", "governance", "saleAdmin", "supplyManagement"]>>; }, "Encoded">[] | undefined; readonly unpauseOnCreation?: boolean | undefined; readonly gasPauseEnabled?: boolean | undefined; readonly templateId?: string | undefined; readonly type: "bond"; readonly cap: unknown; readonly faceValue: unknown; readonly maturityDate?: unknown; readonly denominationAsset: string; readonly uniqueIdentifier?: string | undefined; } | { readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly name: string; readonly symbol: string; readonly decimals: string | number; readonly countryCode: unknown; readonly initialModulePairs?: readonly { readonly typeId: "address-block-list" | "address-block-list-v2" | "capital-raise-limit" | "capped" | "capped-v2" | "collateral" | "collateral-v2" | "country-allow-list" | "country-allow-list-v2" | "country-block-list" | "country-block-list-v2" | "identity-allow-list" | "identity-allow-list-v2" | "identity-block-list" | "identity-block-list-v2" | "identity-verification" | "identity-verification-v2" | "investor-count" | "investor-count-v2" | "issuance-volume-limit" | "time-lock" | "time-lock-v2" | "token-supply-limit" | "transfer-approval" | "transfer-approval-v2"; readonly values: unknown; readonly module: string; readonly scope?: { readonly senderInclusion?: readonly ("(" | ")" | import("effect/Schema").Struct.ReadonlySide<{ readonly nodeType: import("effect/Schema").Literals<readonly [0, 1, 2, 3]>; readonly value: import("effect/Schema").decodeTo<import("effect/Schema").BigInt, import("effect/Schema").Unknown, never, never>; }, "Encoded">)[] | undefined; readonly senderExemption?: readonly ("(" | ")" | import("effect/Schema").Struct.ReadonlySide<{ readonly nodeType: import("effect/Schema").Literals<readonly [0, 1, 2, 3]>; readonly value: import("effect/Schema").decodeTo<import("effect/Schema").BigInt, import("effect/Schema").Unknown, never, never>; }, "Encoded">)[] | undefined; readonly senderCountryInclusion?: readonly unknown[] | undefined; readonly senderCountryExclusion?: readonly unknown[] | undefined; readonly receiverInclusion?: readonly ("(" | ")" | import("effect/Schema").Struct.ReadonlySide<{ readonly nodeType: import("effect/Schema").Literals<readonly [0, 1, 2, 3]>; readonly value: import("effect/Schema").decodeTo<import("effect/Schema").BigInt, import("effect/Schema").Unknown, never, never>; }, "Encoded">)[] | undefined; readonly receiverExemption?: readonly ("(" | ")" | import("effect/Schema").Struct.ReadonlySide<{ readonly nodeType: import("effect/Schema").Literals<readonly [0, 1, 2, 3]>; readonly value: import("effect/Schema").decodeTo<import("effect/Schema").BigInt, import("effect/Schema").Unknown, never, never>; }, "Encoded">)[] | undefined; readonly receiverCountryInclusion?: readonly unknown[] | undefined; readonly receiverCountryExclusion?: readonly unknown[] | undefined; readonly executionMode?: number | undefined; } | undefined; }[] | undefined; readonly factoryAddress?: string | undefined; readonly initialPermissions?: readonly import("effect/Schema").Struct.ReadonlySide<{ readonly account: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; readonly roles: import("effect/Schema").$Array<import("effect/Schema").Literals<readonly ["admin", "custodian", "emergency", "fundsManager", "governance", "saleAdmin", "supplyManagement"]>>; }, "Encoded">[] | undefined; readonly unpauseOnCreation?: boolean | undefined; readonly gasPauseEnabled?: boolean | undefined; readonly templateId?: string | undefined; readonly type: "equity"; readonly priceCurrency: string; readonly basePrice: string | number | import("dnum").Dnum; readonly class?: "COMMON_EQUITY" | "GEOGRAPHIC_EQUITY" | "INVESTMENT_STAGE_PRIVATE_EQUITY" | "INVESTMENT_STYLE_EQUITY" | "MARKET_CAPITALIZATION_EQUITY" | "PREFERRED_EQUITY" | "SECTOR_INDUSTRY_EQUITY" | "SPECIAL_CLASSES_EQUITY" | undefined; readonly category?: "BLEND_EQUITY" | "COMMON_EQUITY" | "COMMUNICATION_SERVICES" | "CONSUMER_DISCRETIONARY" | "CONSUMER_STAPLES" | "CONVERTIBLE_PREFERRED_STOCK" | "CUMULATIVE_PREFERRED_STOCK" | "DISTRESSED_EQUITY" | "DOMESTIC_EQUITY" | "DUAL_CLASS_SHARES" | "EMERGING_MARKET_EQUITY" | "ENERGY" | "ESOP_SHARES" | "FINANCIALS" | "FRONTIER_MARKET_EQUITY" | "GLOBAL_EQUITY" | "GROWTH_CAPITAL" | "GROWTH_EQUITY" | "HEALTHCARE" | "INCOME_EQUITY" | "INDUSTRIALS" | "INTERNATIONAL_EQUITY" | "LARGE_CAP_EQUITY" | "LEVERAGED_BUYOUTS" | "MATERIALS" | "MEZZANINE_FINANCING" | "MICRO_CAP_EQUITY" | "MID_CAP_EQUITY" | "NON_CUMULATIVE_PREFERRED_STOCK" | "NON_VOTING_COMMON_STOCK" | "REAL_ESTATE" | "REDEEMABLE_PREFERRED_STOCK" | "RESTRICTED_STOCK" | "SMALL_CAP_EQUITY" | "TECHNOLOGY" | "TRACKING_STOCKS" | "UTILITIES" | "VALUE_EQUITY" | "VENTURE_CAPITAL" | "VOTING_COMMON_STOCK" | undefined; readonly uniqueIdentifier?: string | undefined; } | { readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly name: string; readonly symbol: string; readonly decimals: string | number; readonly countryCode: unknown; readonly initialModulePairs?: readonly { readonly typeId: "address-block-list" | "address-block-list-v2" | "capital-raise-limit" | "capped" | "capped-v2" | "collateral" | "collateral-v2" | "country-allow-list" | "country-allow-list-v2" | "country-block-list" | "country-block-list-v2" | "identity-allow-list" | "identity-allow-list-v2" | "identity-block-list" | "identity-block-list-v2" | "identity-verification" | "identity-verification-v2" | "investor-count" | "investor-count-v2" | "issuance-volume-limit" | "time-lock" | "time-lock-v2" | "token-supply-limit" | "transfer-approval" | "transfer-approval-v2"; readonly values: unknown; readonly module: string; readonly scope?: { readonly senderInclusion?: readonly ("(" | ")" | import("effect/Schema").Struct.ReadonlySide<{ readonly nodeType: import("effect/Schema").Literals<readonly [0, 1, 2, 3]>; readonly value: import("effect/Schema").decodeTo<import("effect/Schema").BigInt, import("effect/Schema").Unknown, never, never>; }, "Encoded">)[] | undefined; readonly senderExemption?: readonly ("(" | ")" | import("effect/Schema").Struct.ReadonlySide<{ readonly nodeType: import("effect/Schema").Literals<readonly [0, 1, 2, 3]>; readonly value: import("effect/Schema").decodeTo<import("effect/Schema").BigInt, import("effect/Schema").Unknown, never, never>; }, "Encoded">)[] | undefined; readonly senderCountryInclusion?: readonly unknown[] | undefined; readonly senderCountryExclusion?: readonly unknown[] | undefined; readonly receiverInclusion?: readonly ("(" | ")" | import("effect/Schema").Struct.ReadonlySide<{ readonly nodeType: import("effect/Schema").Literals<readonly [0, 1, 2, 3]>; readonly value: import("effect/Schema").decodeTo<import("effect/Schema").BigInt, import("effect/Schema").Unknown, never, never>; }, "Encoded">)[] | undefined; readonly receiverExemption?: readonly ("(" | ")" | import("effect/Schema").Struct.ReadonlySide<{ readonly nodeType: import("effect/Schema").Literals<readonly [0, 1, 2, 3]>; readonly value: import("effect/Schema").decodeTo<import("effect/Schema").BigInt, import("effect/Schema").Unknown, never, never>; }, "Encoded">)[] | undefined; readonly receiverCountryInclusion?: readonly unknown[] | undefined; readonly receiverCountryExclusion?: readonly unknown[] | undefined; readonly executionMode?: number | undefined; } | undefined; }[] | undefined; readonly factoryAddress?: string | undefined; readonly initialPermissions?: readonly import("effect/Schema").Struct.ReadonlySide<{ readonly account: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; readonly roles: import("effect/Schema").$Array<import("effect/Schema").Literals<readonly ["admin", "custodian", "emergency", "fundsManager", "governance", "saleAdmin", "supplyManagement"]>>; }, "Encoded">[] | undefined; readonly unpauseOnCreation?: boolean | undefined; readonly gasPauseEnabled?: boolean | undefined; readonly templateId?: string | undefined; readonly type: "fund"; readonly priceCurrency: string; readonly basePrice: string | number | import("dnum").Dnum; readonly class?: "ABSOLUTE_RETURN" | "CORE_BLEND" | "DIVERSIFIED" | "EARLY_STAGE" | "FACTOR_BASED" | "GROWTH_FOCUSED" | "INCOME_FOCUSED" | "LARGE_CAP" | "LONG_EQUITY" | "LONG_SHORT_EQUITY" | "MARKET_NEUTRAL" | "MID_CAP" | "MOMENTUM_ORIENTED" | "OPPORTUNISTIC" | "PRE_SERIES_B" | "QUANTITATIVE_ALGORITHMIC" | "REGIONAL" | "SECTOR_SPECIFIC" | "SEED_PRE_SEED" | "SERIES_B_LATE_STAGE" | "SHORT_EQUITY" | "SMALL_CAP" | "TACTICAL_ASSET_ALLOCATION" | "VALUE_FOCUSED" | undefined; readonly category?: "ACTIVIST" | "COMMODITY_TRADING" | "CONVERTIBLE_ARBITRAGE" | "CREDIT" | "CURRENCY_FX" | "DISTRESSED_DEBT" | "EMERGING_MARKETS" | "EQUITY_HEDGE" | "EVENT_DRIVEN" | "FIXED_INCOME_ARBITRAGE" | "FUND_OF_FUNDS" | "GLOBAL_MACRO" | "HIGH_FREQUENCY_TRADING" | "MANAGED_FUTURES_CTA" | "MARKET_NEUTRAL" | "MERGER_ARBITRAGE" | "MULTI_STRATEGY" | "PRIVATE_EQUITY" | "VENTURE_CAPITAL" | undefined; readonly managementFeeBps: number; readonly uniqueIdentifier?: string | undefined; } | { readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly name: string; readonly symbol: string; readonly decimals: string | number; readonly countryCode: unknown; readonly initialModulePairs?: readonly { readonly typeId: "address-block-list" | "address-block-list-v2" | "capital-raise-limit" | "capped" | "capped-v2" | "collateral" | "collateral-v2" | "country-allow-list" | "country-allow-list-v2" | "country-block-list" | "country-block-list-v2" | "identity-allow-list" | "identity-allow-list-v2" | "identity-block-list" | "identity-block-list-v2" | "identity-verification" | "identity-verification-v2" | "investor-count" | "investor-count-v2" | "issuance-volume-limit" | "time-lock" | "time-lock-v2" | "token-supply-limit" | "transfer-approval" | "transfer-approval-v2"; readonly values: unknown; readonly module: string; readonly scope?: { readonly senderInclusion?: readonly ("(" | ")" | import("effect/Schema").Struct.ReadonlySide<{ readonly nodeType: import("effect/Schema").Literals<readonly [0, 1, 2, 3]>; readonly value: import("effect/Schema").decodeTo<import("effect/Schema").BigInt, import("effect/Schema").Unknown, never, never>; }, "Encoded">)[] | undefined; readonly senderExemption?: readonly ("(" | ")" | import("effect/Schema").Struct.ReadonlySide<{ readonly nodeType: import("effect/Schema").Literals<readonly [0, 1, 2, 3]>; readonly value: import("effect/Schema").decodeTo<import("effect/Schema").BigInt, import("effect/Schema").Unknown, never, never>; }, "Encoded">)[] | undefined; readonly senderCountryInclusion?: readonly unknown[] | undefined; readonly senderCountryExclusion?: readonly unknown[] | undefined; readonly receiverInclusion?: readonly ("(" | ")" | import("effect/Schema").Struct.ReadonlySide<{ readonly nodeType: import("effect/Schema").Literals<readonly [0, 1, 2, 3]>; readonly value: import("effect/Schema").decodeTo<import("effect/Schema").BigInt, import("effect/Schema").Unknown, never, never>; }, "Encoded">)[] | undefined; readonly receiverExemption?: readonly ("(" | ")" | import("effect/Schema").Struct.ReadonlySide<{ readonly nodeType: import("effect/Schema").Literals<readonly [0, 1, 2, 3]>; readonly value: import("effect/Schema").decodeTo<import("effect/Schema").BigInt, import("effect/Schema").Unknown, never, never>; }, "Encoded">)[] | undefined; readonly receiverCountryInclusion?: readonly unknown[] | undefined; readonly receiverCountryExclusion?: readonly unknown[] | undefined; readonly executionMode?: number | undefined; } | undefined; }[] | undefined; readonly factoryAddress?: string | undefined; readonly initialPermissions?: readonly import("effect/Schema").Struct.ReadonlySide<{ readonly account: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; readonly roles: import("effect/Schema").$Array<import("effect/Schema").Literals<readonly ["admin", "custodian", "emergency", "fundsManager", "governance", "saleAdmin", "supplyManagement"]>>; }, "Encoded">[] | undefined; readonly unpauseOnCreation?: boolean | undefined; readonly gasPauseEnabled?: boolean | undefined; readonly templateId?: string | undefined; readonly type: "stablecoin"; readonly priceCurrency: string; readonly basePrice: string | number | import("dnum").Dnum; readonly collateralRatioBps?: number | undefined; readonly pegMechanism?: "algorithmic" | "commodity-backed" | "crypto-backed" | "fiat-backed" | undefined; readonly reserveDescription?: string | null | undefined; } | { readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly name: string; readonly symbol: string; readonly decimals: string | number; readonly countryCode: unknown; readonly initialModulePairs?: readonly { readonly typeId: "address-block-list" | "address-block-list-v2" | "capital-raise-limit" | "capped" | "capped-v2" | "collateral" | "collateral-v2" | "country-allow-list" | "country-allow-list-v2" | "country-block-list" | "country-block-list-v2" | "identity-allow-list" | "identity-allow-list-v2" | "identity-block-list" | "identity-block-list-v2" | "identity-verification" | "identity-verification-v2" | "investor-count" | "investor-count-v2" | "issuance-volume-limit" | "time-lock" | "time-lock-v2" | "token-supply-limit" | "transfer-approval" | "transfer-approval-v2"; readonly values: unknown; readonly module: string; readonly scope?: { readonly senderInclusion?: readonly ("(" | ")" | import("effect/Schema").Struct.ReadonlySide<{ readonly nodeType: import("effect/Schema").Literals<readonly [0, 1, 2, 3]>; readonly value: import("effect/Schema").decodeTo<import("effect/Schema").BigInt, import("effect/Schema").Unknown, never, never>; }, "Encoded">)[] | undefined; readonly senderExemption?: readonly ("(" | ")" | import("effect/Schema").Struct.ReadonlySide<{ readonly nodeType: import("effect/Schema").Literals<readonly [0, 1, 2, 3]>; readonly value: import("effect/Schema").decodeTo<import("effect/Schema").BigInt, import("effect/Schema").Unknown, never, never>; }, "Encoded">)[] | undefined; readonly senderCountryInclusion?: readonly unknown[] | undefined; readonly senderCountryExclusion?: readonly unknown[] | undefined; readonly receiverInclusion?: readonly ("(" | ")" | import("effect/Schema").Struct.ReadonlySide<{ readonly nodeType: import("effect/Schema").Literals<readonly [0, 1, 2, 3]>; readonly value: import("effect/Schema").decodeTo<import("effect/Schema").BigInt, import("effect/Schema").Unknown, never, never>; }, "Encoded">)[] | undefined; readonly receiverExemption?: readonly ("(" | ")" | import("effect/Schema").Struct.ReadonlySide<{ readonly nodeType: import("effect/Schema").Literals<readonly [0, 1, 2, 3]>; readonly value: import("effect/Schema").decodeTo<import("effect/Schema").BigInt, import("effect/Schema").Unknown, never, never>; }, "Encoded">)[] | undefined; readonly receiverCountryInclusion?: readonly unknown[] | undefined; readonly receiverCountryExclusion?: readonly unknown[] | undefined; readonly executionMode?: number | undefined; } | undefined; }[] | undefined; readonly factoryAddress?: string | undefined; readonly initialPermissions?: readonly import("effect/Schema").Struct.ReadonlySide<{ readonly account: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; readonly roles: import("effect/Schema").$Array<import("effect/Schema").Literals<readonly ["admin", "custodian", "emergency", "fundsManager", "governance", "saleAdmin", "supplyManagement"]>>; }, "Encoded">[] | undefined; readonly unpauseOnCreation?: boolean | undefined; readonly gasPauseEnabled?: boolean | undefined; readonly templateId?: string | undefined; readonly type: "real-estate"; readonly uniqueIdentifier?: string | null | undefined; readonly propertyType?: "AGRICULTURAL_LAND" | "APARTMENT" | "CLINIC" | "COMMERCIAL_LAND" | "CONDOMINIUM" | "EMPTY_LAND" | "GOVERNMENT_BUILDING" | "HOSPITAL" | "HOTEL" | "INDUSTRIAL_BUILDING" | "INDUSTRIAL_LAND" | "MIXED_USE_BUILDING" | "OFFICE_BUILDING" | "OTHER" | "PARKING_FACILITY" | "PLACE_OF_WORSHIP" | "RESIDENTIAL_LAND" | "RESORT" | "RETAIL_SPACE" | "SCHOOL" | "SHOPPING_MALL" | "SINGLE_FAMILY_HOUSE" | "SPORTS_FACILITY" | "TOWNHOUSE" | "UNDER_CONSTRUCTION" | "UNIVERSITY" | "VILLA" | "WAREHOUSE" | undefined; readonly propertyUse?: "AGRICULTURAL" | "ANCIENT_URBAN_REGION" | "COMMERCIAL" | "CULTURAL" | "DEVELOPMENT" | "EDUCATIONAL" | "GOVERNMENTAL" | "HEALTHCARE" | "HOSPITALITY" | "INDUSTRIAL" | "INSTITUTIONAL" | "MANSION_USE" | "MIXED_USE" | "OFFICE" | "OTHER" | "PARKING" | "PLANS_AND_SYMBOLS" | "PUBLIC_FACILITIES_TRANSPORTATION" | "PUBLIC_SERVICES" | "PUBLIC_SPACE" | "RECREATIONAL" | "RELIGIOUS" | "RESIDENTIAL" | "RETAIL" | "STORAGE" | "TRANSPORTATION" | "UNAVAILABLE" | "UTILITIES" | "VACANT" | "VACANT_LAND" | undefined; readonly city?: string | null | undefined; readonly districtCode?: string | null | undefined; readonly realEstateAreaId?: string | null | undefined; readonly priceCurrency: string; readonly basePrice: string | number | import("dnum").Dnum; readonly maximumFractions: unknown; readonly premintRecipient: string; readonly latitude?: number | undefined; readonly longitude?: number | undefined; readonly propertyArea?: number | undefined; readonly buildingYear?: number | undefined; readonly numberOfUnits?: number | undefined; } | { readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly name: string; readonly symbol: string; readonly decimals: string | number; readonly countryCode: unknown; readonly initialModulePairs?: readonly { readonly typeId: "address-block-list" | "address-block-list-v2" | "capital-raise-limit" | "capped" | "capped-v2" | "collateral" | "collateral-v2" | "country-allow-list" | "country-allow-list-v2" | "country-block-list" | "country-block-list-v2" | "identity-allow-list" | "identity-allow-list-v2" | "identity-block-list" | "identity-block-list-v2" | "identity-verification" | "identity-verification-v2" | "investor-count" | "investor-count-v2" | "issuance-volume-limit" | "time-lock" | "time-lock-v2" | "token-supply-limit" | "transfer-approval" | "transfer-approval-v2"; readonly values: unknown; readonly module: string; readonly scope?: { readonly senderInclusion?: readonly ("(" | ")" | import("effect/Schema").Struct.ReadonlySide<{ readonly nodeType: import("effect/Schema").Literals<readonly [0, 1, 2, 3]>; readonly value: import("effect/Schema").decodeTo<import("effect/Schema").BigInt, import("effect/Schema").Unknown, never, never>; }, "Encoded">)[] | undefined; readonly senderExemption?: readonly ("(" | ")" | import("effect/Schema").Struct.ReadonlySide<{ readonly nodeType: import("effect/Schema").Literals<readonly [0, 1, 2, 3]>; readonly value: import("effect/Schema").decodeTo<import("effect/Schema").BigInt, import("effect/Schema").Unknown, never, never>; }, "Encoded">)[] | undefined; readonly senderCountryInclusion?: readonly unknown[] | undefined; readonly senderCountryExclusion?: readonly unknown[] | undefined; readonly receiverInclusion?: readonly ("(" | ")" | import("effect/Schema").Struct.ReadonlySide<{ readonly nodeType: import("effect/Schema").Literals<readonly [0, 1, 2, 3]>; readonly value: import("effect/Schema").decodeTo<import("effect/Schema").BigInt, import("effect/Schema").Unknown, never, never>; }, "Encoded">)[] | undefined; readonly receiverExemption?: readonly ("(" | ")" | import("effect/Schema").Struct.ReadonlySide<{ readonly nodeType: import("effect/Schema").Literals<readonly [0, 1, 2, 3]>; readonly value: import("effect/Schema").decodeTo<import("effect/Schema").BigInt, import("effect/Schema").Unknown, never, never>; }, "Encoded">)[] | undefined; readonly receiverCountryInclusion?: readonly unknown[] | undefined; readonly receiverCountryExclusion?: readonly unknown[] | undefined; readonly executionMode?: number | undefined; } | undefined; }[] | undefined; readonly factoryAddress?: string | undefined; readonly initialPermissions?: readonly import("effect/Schema").Struct.ReadonlySide<{ readonly account: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; readonly roles: import("effect/Schema").$Array<import("effect/Schema").Literals<readonly ["admin", "custodian", "emergency", "fundsManager", "governance", "saleAdmin", "supplyManagement"]>>; }, "Encoded">[] | undefined; readonly unpauseOnCreation?: boolean | undefined; readonly gasPauseEnabled?: boolean | undefined; readonly templateId?: string | undefined; readonly type: "precious-metal"; readonly metalType: "gold" | "palladium" | "platinum" | "silver"; readonly purityGrade?: "750" | "900" | "916" | "958" | "990" | "995" | "999" | "999.5" | "999.9" | undefined; readonly vaultLocation?: string | null | undefined; readonly custodian?: string | null | undefined; readonly weightUnit: "gram" | "kilogram" | "troyOunce"; readonly weightPerToken: string | number | import("dnum").Dnum; readonly priceCurrency: string; readonly spotPricePerUnit: string | number | import("dnum").Dnum; } | { readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly name: string; readonly symbol: string; readonly decimals: string | number; readonly countryCode: unknown; readonly initialModulePairs?: readonly { readonly typeId: "address-block-list" | "address-block-list-v2" | "capital-raise-limit" | "capped" | "capped-v2" | "collateral" | "collateral-v2" | "country-allow-list" | "country-allow-list-v2" | "country-block-list" | "country-block-list-v2" | "identity-allow-list" | "identity-allow-list-v2" | "identity-block-list" | "identity-block-list-v2" | "identity-verification" | "identity-verification-v2" | "investor-count" | "investor-count-v2" | "issuance-volume-limit" | "time-lock" | "time-lock-v2" | "token-supply-limit" | "transfer-approval" | "transfer-approval-v2"; readonly values: unknown; readonly module: string; readonly scope?: { readonly senderInclusion?: readonly ("(" | ")" | import("effect/Schema").Struct.ReadonlySide<{ readonly nodeType: import("effect/Schema").Literals<readonly [0, 1, 2, 3]>; readonly value: import("effect/Schema").decodeTo<import("effect/Schema").BigInt, import("effect/Schema").Unknown, never, never>; }, "Encoded">)[] | undefined; readonly senderExemption?: readonly ("(" | ")" | import("effect/Schema").Struct.ReadonlySide<{ readonly nodeType: import("effect/Schema").Literals<readonly [0, 1, 2, 3]>; readonly value: import("effect/Schema").decodeTo<import("effect/Schema").BigInt, import("effect/Schema").Unknown, never, never>; }, "Encoded">)[] | undefined; readonly senderCountryInclusion?: readonly unknown[] | undefined; readonly senderCountryExclusion?: readonly unknown[] | undefined; readonly receiverInclusion?: readonly ("(" | ")" | import("effect/Schema").Struct.ReadonlySide<{ readonly nodeType: import("effect/Schema").Literals<readonly [0, 1, 2, 3]>; readonly value: import("effect/Schema").decodeTo<import("effect/Schema").BigInt, import("effect/Schema").Unknown, never, never>; }, "Encoded">)[] | undefined; readonly receiverExemption?: readonly ("(" | ")" | import("effect/Schema").Struct.ReadonlySide<{ readonly nodeType: import("effect/Schema").Literals<readonly [0, 1, 2, 3]>; readonly value: import("effect/Schema").decodeTo<import("effect/Schema").BigInt, import("effect/Schema").Unknown, never, never>; }, "Encoded">)[] | undefined; readonly receiverCountryInclusion?: readonly unknown[] | undefined; readonly receiverCountryExclusion?: readonly unknown[] | undefined; readonly executionMode?: number | undefined; } | undefined; }[] | undefined; readonly factoryAddress?: string | undefined; readonly initialPermissions?: readonly import("effect/Schema").Struct.ReadonlySide<{ readonly account: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; readonly roles: import("effect/Schema").$Array<import("effect/Schema").Literals<readonly ["admin", "custodian", "emergency", "fundsManager", "governance", "saleAdmin", "supplyManagement"]>>; }, "Encoded">[] | undefined; readonly unpauseOnCreation?: boolean | undefined; readonly gasPauseEnabled?: boolean | undefined; readonly type: "dalp-asset"; readonly templateId: string; readonly complianceTemplateSelection?: string | undefined; readonly complianceTemplateExpectedTypeIds?: readonly ("address-block-list" | "address-block-list-v2" | "capital-raise-limit" | "capped" | "capped-v2" | "collateral" | "collateral-v2" | "country-allow-list" | "country-allow-list-v2" | "country-block-list" | "country-block-list-v2" | "identity-allow-list" | "identity-allow-list-v2" | "identity-block-list" | "identity-block-list-v2" | "identity-verification" | "identity-verification-v2" | "investor-count" | "investor-count-v2" | "issuance-volume-limit" | "time-lock" | "time-lock-v2" | "token-supply-limit" | "transfer-approval" | "transfer-approval-v2")[] | undefined; readonly priceCurrency?: string | undefined; readonly basePrice?: string | number | import("dnum").Dnum | undefined; readonly metadataValues?: { readonly [x: string]: string | number; } | undefined; readonly featureConfigs?: { readonly "historical-balances"?: import("effect/Schema").Struct.ReadonlySide<{}, "Encoded"> | undefined; readonly "voting-power"?: import("effect/Schema").Struct.ReadonlySide<{}, "Encoded"> | undefined; readonly permit?: import("effect/Schema").Struct.ReadonlySide<{}, "Encoded"> | undefined; readonly "aum-fee"?: { readonly feeBps?: number | undefined; readonly managementFeeBps?: number | undefined; readonly recipient?: string | undefined; } | undefined; readonly "maturity-redemption"?: { readonly maturityDate?: unknown; readonly denominationAsset: string; readonly faceValue: unknown; readonly treasury?: string | undefined; } | undefined; readonly "fixed-treasury-yield"?: { readonly denominationAsset: string; readonly basisPerUnit: unknown; readonly treasury?: string | undefined; readonly startDate?: unknown; readonly endDate?: unknown; readonly rate: number; readonly interval: number | "DAILY" | "HOURLY" | "MONTHLY" | "QUARTERLY" | "SEMI_ANNUAL" | "WEEKLY" | "YEARLY"; } | undefined; readonly "transaction-fee"?: { readonly mintFeeBps?: number | undefined; readonly burnFeeBps?: number | undefined; readonly transferFeeBps?: number | undefined; readonly recipient?: string | undefined; } | undefined; readonly "transaction-fee-accounting"?: { readonly mintFeeBps?: number | undefined; readonly burnFeeBps?: number | undefined; readonly transferFeeBps?: number | undefined; readonly recipient?: string | undefined; } | undefined; readonly "external-transaction-fee"?: { readonly feeToken: string; readonly mintFee?: unknown; readonly burnFee?: unknown; readonly transferFee?: unknown; readonly recipient?: string | undefined; } | undefined; readonly conversion?: { readonly targetToken: string; readonly conversionMinter?: string | undefined; readonly denominationAsset: string; readonly discountBps?: number | undefined; readonly capPricePerShareWad?: unknown; readonly conversionWindowStart?: unknown; readonly conversionWindowEnd?: unknown; readonly minConversionAmount?: unknown; readonly partialAllowed?: boolean | undefined; readonly includeInterestInConversion?: boolean | undefined; readonly interestProvider?: string | undefined; readonly closeInterestOnConversion?: boolean | undefined; readonly debtMethod?: number | undefined; readonly escrowAddress?: string | undefined; } | undefined; readonly "conversion-minter"?: { readonly converters?: readonly string[] | undefined; } | undefined; } | undefined; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
222
|
+
type DalpClientInput219 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly transactionId: import("effect/Schema").String; }, "Encoded">; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
223
|
+
type DalpClientInput220 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly tokenAddress: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; }, "Encoded">; readonly body: { readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly delegatee: string; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
224
|
+
type DalpClientInput221 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly tokenAddress: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; }, "Encoded">; readonly body: { readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly delegatee: string; readonly nonce: unknown; readonly expiry: unknown; readonly v: number; readonly r: string; readonly s: string; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
225
|
+
type DalpClientInput222 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly tokenAddress: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; }, "Encoded">; readonly body: { readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly triggerId: string; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
226
|
+
type DalpClientInput223 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly payer: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; readonly tokenAddress: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; }, "Encoded">; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
227
|
+
type DalpClientInput224 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly tokenAddress: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; readonly holderAddress: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; }, "Encoded">; readonly query: unknown; };
|
|
228
|
+
type DalpClientInput225 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly tokenAddress: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; }, "Encoded">; readonly body: { readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly holder: string; readonly principalAmount: unknown; readonly triggerId: string; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
229
|
+
type DalpClientInput226 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly tokenAddress: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; }, "Encoded">; readonly body: { readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly lostWallet: string; readonly newWallet: string; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
230
|
+
type DalpClientInput227 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly tokenAddress: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; }, "Encoded">; readonly body: { readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly transfers: readonly import("effect/Schema").Struct.ReadonlySide<{ readonly from: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; readonly recipient: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; readonly amount: import("effect/Schema").decodeTo<import("effect/Schema").BigInt, import("effect/Schema").Unknown, never, never>; }, "Encoded">[]; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
231
|
+
type DalpClientInput228 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly tokenAddress: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; }, "Encoded">; readonly body: { readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly userAddress: string; readonly freeze: boolean; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
232
|
+
type DalpClientInput229 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly tokenAddress: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; }, "Encoded">; readonly body: { readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly userAddress: string; readonly amount: unknown; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
233
|
+
type DalpClientInput230 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly tokenAddress: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; }, "Encoded">; readonly body: { readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly accounts: readonly string[]; readonly role: "admin" | "custodian" | "emergency" | "fundsManager" | "governance" | "saleAdmin" | "supplyManagement"; } | { readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly account: string; readonly roles: readonly ("admin" | "custodian" | "emergency" | "fundsManager" | "governance" | "saleAdmin" | "supplyManagement")[]; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
234
|
+
type DalpClientInput231 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly tokenAddress: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; }, "Encoded">; readonly body: { readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly role: "admin" | "custodian" | "emergency" | "fundsManager" | "governance" | "saleAdmin" | "supplyManagement"; readonly participantId: string; } | { readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly role: "admin" | "custodian" | "emergency" | "fundsManager" | "governance" | "saleAdmin" | "supplyManagement"; readonly identityAddress: string; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
235
|
+
type DalpClientInput232 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly tokenAddress: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; }, "Encoded">; readonly query: { readonly account: string; readonly timepoint: unknown; readonly strict?: unknown; }; };
|
|
236
|
+
type DalpClientInput233 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly tokenAddress: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; readonly holderAddress: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; }, "Encoded">; readonly query: import("effect/Schema").Struct.ReadonlySide<{ readonly atBlock: import("effect/Schema").decodeTo<import("effect/Schema").BigInt, import("effect/Schema").Unknown, never, never>; }, "Encoded">; };
|
|
237
|
+
type DalpClientInput234 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly tokenAddress: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; }, "Encoded">; readonly body: { readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly typeId: import("effect/Schema").Literals<readonly ["address-block-list", "address-block-list-v2", "capital-raise-limit", "capped", "capped-v2", "collateral", "collateral-v2", "country-allow-list", "country-allow-list-v2", "country-block-list", "country-block-list-v2", "identity-allow-list", "identity-allow-list-v2", "identity-block-list", "identity-block-list-v2", "identity-verification", "identity-verification-v2", "investor-count", "investor-count-v2", "issuance-volume-limit", "time-lock", "time-lock-v2", "token-supply-limit", "transfer-approval", "transfer-approval-v2"]>; readonly values: import("effect/Schema").Unknown; readonly module: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; }, "Encoded">; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
238
|
+
type DalpClientInput235 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly tokenAddress: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; }, "Encoded">; readonly body: { readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly typeId: import("effect/Schema").Literals<readonly ["address-block-list", "address-block-list-v2", "capital-raise-limit", "capped", "capped-v2", "collateral", "collateral-v2", "country-allow-list", "country-allow-list-v2", "country-block-list", "country-block-list-v2", "identity-allow-list", "identity-allow-list-v2", "identity-block-list", "identity-block-list-v2", "identity-verification", "identity-verification-v2", "investor-count", "investor-count-v2", "issuance-volume-limit", "time-lock", "time-lock-v2", "token-supply-limit", "transfer-approval", "transfer-approval-v2"]>; readonly values: import("effect/Schema").Unknown; readonly module: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; }, "Encoded">; readonly scope: { readonly senderInclusion?: readonly ("(" | ")" | import("effect/Schema").Struct.ReadonlySide<{ readonly nodeType: import("effect/Schema").Literals<readonly [0, 1, 2, 3]>; readonly value: import("effect/Schema").decodeTo<import("effect/Schema").BigInt, import("effect/Schema").Unknown, never, never>; }, "Encoded">)[] | undefined; readonly senderExemption?: readonly ("(" | ")" | import("effect/Schema").Struct.ReadonlySide<{ readonly nodeType: import("effect/Schema").Literals<readonly [0, 1, 2, 3]>; readonly value: import("effect/Schema").decodeTo<import("effect/Schema").BigInt, import("effect/Schema").Unknown, never, never>; }, "Encoded">)[] | undefined; readonly senderCountryInclusion?: readonly unknown[] | undefined; readonly senderCountryExclusion?: readonly unknown[] | undefined; readonly receiverInclusion?: readonly ("(" | ")" | import("effect/Schema").Struct.ReadonlySide<{ readonly nodeType: import("effect/Schema").Literals<readonly [0, 1, 2, 3]>; readonly value: import("effect/Schema").decodeTo<import("effect/Schema").BigInt, import("effect/Schema").Unknown, never, never>; }, "Encoded">)[] | undefined; readonly receiverExemption?: readonly ("(" | ")" | import("effect/Schema").Struct.ReadonlySide<{ readonly nodeType: import("effect/Schema").Literals<readonly [0, 1, 2, 3]>; readonly value: import("effect/Schema").decodeTo<import("effect/Schema").BigInt, import("effect/Schema").Unknown, never, never>; }, "Encoded">)[] | undefined; readonly receiverCountryInclusion?: readonly unknown[] | undefined; readonly receiverCountryExclusion?: readonly unknown[] | undefined; readonly executionMode?: number | undefined; }; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
239
|
+
type DalpClientInput236 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly tokenAddress: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; }, "Encoded">; readonly body: { readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly recipients: string | readonly string[]; readonly amounts: unknown; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
240
|
+
type DalpClientInput237 = { readonly params: import("effect/Schema").Struct.ReadonlySide<Readonly<Record<"tokenAddress", import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>>>, "Encoded">; readonly query: unknown; };
|
|
241
|
+
type DalpClientInput238 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly tokenAddress: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; }, "Encoded">; readonly body: { readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly owner: string; readonly spender: string; readonly value: unknown; readonly deadline: unknown; readonly v: number; readonly r: string; readonly s: string; } | { readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly owner: string; readonly spender: string; readonly value: unknown; readonly deadline: unknown; readonly signature: string; } | { readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly signedPermitId: string; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
242
|
+
type DalpClientInput239 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly tokenAddress: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; }, "Encoded">; readonly query: { readonly owner?: string | undefined; }; };
|
|
243
|
+
type DalpClientInput240 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly tokenAddress: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; }, "Encoded">; readonly query: { readonly currency?: string | undefined; }; };
|
|
244
|
+
type DalpClientInput241 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly tokenAddress: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; }, "Encoded">; readonly body: { readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly triggerId: string; readonly denominationAsset: string; readonly roundPricePerShareWad: unknown; readonly expiresAt?: unknown; readonly metadataHash: string; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
245
|
+
type DalpClientInput242 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly tokenAddress: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; }, "Encoded">; readonly query: import("effect/Schema").Struct.ReadonlySide<{ readonly address: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; readonly action: import("effect/Schema").Literals<readonly ["mint", "transfer", "burn"]>; }, "Encoded">; };
|
|
246
|
+
type DalpClientInput243 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly tokenAddress: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; }, "Encoded">; readonly body: { readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly erc20Address: string; readonly recipient: string; readonly amount: unknown; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
247
|
+
type DalpClientInput244 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly tokenAddress: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; }, "Encoded">; readonly body: { readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly lostWallet: string; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
248
|
+
type DalpClientInput245 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly tokenAddress: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; }, "Encoded">; readonly body: { readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly owner?: string | undefined; readonly amount?: unknown; readonly redeemAll?: boolean | undefined; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
249
|
+
type DalpClientInput246 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly tokenAddress: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; }, "Encoded">; readonly body: { readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly metadataKey: string; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
250
|
+
type DalpClientInput247 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly tokenAddress: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; }, "Encoded">; readonly body: { readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly feeBps: number; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
251
|
+
type DalpClientInput248 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly tokenAddress: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; }, "Encoded">; readonly body: { readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly feeRecipient: string; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
252
|
+
type DalpClientInput249 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly tokenAddress: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; }, "Encoded">; readonly body: { readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly newCap: unknown; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
253
|
+
type DalpClientInput250 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly tokenAddress: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; }, "Encoded">; readonly body: { readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly start?: unknown; readonly end?: unknown; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
254
|
+
type DalpClientInput251 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly tokenAddress: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; }, "Encoded">; readonly body: { readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly feeToken: string; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
255
|
+
type DalpClientInput252 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly tokenAddress: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; }, "Encoded">; readonly body: { readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly mintFee: unknown; readonly burnFee: unknown; readonly transferFee: unknown; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
256
|
+
type DalpClientInput253 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly tokenAddress: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; }, "Encoded">; readonly body: { readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly account: string; readonly exempt: boolean; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
257
|
+
type DalpClientInput254 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly tokenAddress: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; }, "Encoded">; readonly body: { readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly treasury: string; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
258
|
+
type DalpClientInput255 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly tokenAddress: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; }, "Encoded">; readonly body: { readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly metadataValues: { readonly [x: string]: string | number; }; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
259
|
+
type DalpClientInput256 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly tokenAddress: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; readonly instanceAddress: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; }, "Encoded">; readonly body: { readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly scope: { readonly senderInclusion?: readonly ("(" | ")" | import("effect/Schema").Struct.ReadonlySide<{ readonly nodeType: import("effect/Schema").Literals<readonly [0, 1, 2, 3]>; readonly value: import("effect/Schema").decodeTo<import("effect/Schema").BigInt, import("effect/Schema").Unknown, never, never>; }, "Encoded">)[] | undefined; readonly senderExemption?: readonly ("(" | ")" | import("effect/Schema").Struct.ReadonlySide<{ readonly nodeType: import("effect/Schema").Literals<readonly [0, 1, 2, 3]>; readonly value: import("effect/Schema").decodeTo<import("effect/Schema").BigInt, import("effect/Schema").Unknown, never, never>; }, "Encoded">)[] | undefined; readonly senderCountryInclusion?: readonly unknown[] | undefined; readonly senderCountryExclusion?: readonly unknown[] | undefined; readonly receiverInclusion?: readonly ("(" | ")" | import("effect/Schema").Struct.ReadonlySide<{ readonly nodeType: import("effect/Schema").Literals<readonly [0, 1, 2, 3]>; readonly value: import("effect/Schema").decodeTo<import("effect/Schema").BigInt, import("effect/Schema").Unknown, never, never>; }, "Encoded">)[] | undefined; readonly receiverExemption?: readonly ("(" | ")" | import("effect/Schema").Struct.ReadonlySide<{ readonly nodeType: import("effect/Schema").Literals<readonly [0, 1, 2, 3]>; readonly value: import("effect/Schema").decodeTo<import("effect/Schema").BigInt, import("effect/Schema").Unknown, never, never>; }, "Encoded">)[] | undefined; readonly receiverCountryInclusion?: readonly unknown[] | undefined; readonly receiverCountryExclusion?: readonly unknown[] | undefined; readonly executionMode?: number | undefined; }; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
260
|
+
type DalpClientInput257 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly tokenAddress: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; }, "Encoded">; readonly body: { readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly price: string; readonly currencyCode: string; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
261
|
+
type DalpClientInput258 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly tokenAddress: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; }, "Encoded">; readonly body: { readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly mintFeeBps: number; readonly burnFeeBps: number; readonly transferFeeBps: number; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
262
|
+
type DalpClientInput259 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly tokenAddress: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; }, "Encoded">; readonly body: { readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly schedule: string; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
263
|
+
type DalpClientInput260 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly tokenAddress: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; }, "Encoded">; readonly body: { readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly spender: string; readonly value: unknown; readonly deadline: unknown; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
264
|
+
type DalpClientInput261 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly tokenAddress: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; }, "Encoded">; readonly query: { readonly days?: unknown; }; };
|
|
265
|
+
type DalpClientInput262 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly tokenAddress: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; }, "Encoded">; readonly body: { readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly transfers: readonly { readonly recipient: string; readonly amount: unknown; readonly from?: string | undefined; }[]; readonly transferType?: "standard" | "transferFrom" | undefined; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
266
|
+
type DalpClientInput263 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly tokenAddress: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; }, "Encoded">; readonly query: import("effect/Schema").Struct.ReadonlySide<{ readonly from: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; readonly to: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; readonly amount: import("effect/Schema").decodeTo<import("effect/Schema").BigInt, import("effect/Schema").Unknown, never, never>; }, "Encoded">; };
|
|
267
|
+
type DalpClientInput264 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly tokenAddress: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; }, "Encoded">; readonly body: { readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly moduleAddress: string; readonly instanceAddress?: string | undefined; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
268
|
+
type DalpClientInput265 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly tokenAddress: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; }, "Encoded">; readonly body: { readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly amount: unknown; readonly expiryTimestamp?: unknown; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
269
|
+
type DalpClientInput266 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly tokenAddress: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; }, "Encoded">; readonly query: { readonly topN?: unknown; }; };
|
|
270
|
+
type DalpClientInput267 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly tokenAddress: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; }, "Encoded">; readonly body: { readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly expression: readonly import("effect/Schema").Struct.ReadonlySide<{ readonly nodeType: import("effect/Schema").Literals<readonly [0, 1, 2, 3]>; readonly value: import("effect/Schema").decodeTo<import("effect/Schema").BigInt, import("effect/Schema").Unknown, never, never>; }, "Encoded">[]; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
271
|
+
type DalpClientInput268 = { readonly params: import("effect/Schema").Struct.ReadonlySide<Readonly<Record<"tokenAddress", import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>>>, "Encoded">; readonly body: { readonly objectKey: string; readonly documentType: "annual_report" | "appraisal" | "assay_certificate" | "attestation_report" | "brand_logo" | "certificate" | "chain_of_custody" | "compliance_report" | "covenant_agreement" | "credit_rating" | "environmental_assessment" | "financial_statement" | "fund_fact_sheet" | "insurance_certificate" | "interest_schedule" | "legal_opinion" | "nav_report" | "other" | "property_deed" | "prospectus" | "regulatory_filing" | "reserve_audit" | "reserve_composition" | "shareholder_agreement" | "storage_receipt" | "subscription_agreement" | "survey_report" | "term_sheet" | "title_insurance"; readonly fileName: string; readonly fileSize: number; readonly mimeType: "application/pdf" | "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" | "application/vnd.openxmlformats-officedocument.wordprocessingml.document" | "image/jpeg" | "image/png" | "image/webp" | "text/csv"; readonly visibility: "holders" | "public" | "restricted"; readonly title?: string | undefined; readonly description?: string | undefined; readonly replaceGroupId?: string | undefined; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
272
|
+
type DalpClientInput269 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly tokenAddress: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; readonly documentId: import("effect/Schema").String; }, "Encoded">; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
273
|
+
type DalpClientInput270 = { readonly params: import("effect/Schema").Struct.ReadonlySide<Readonly<Record<"tokenAddress", import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>>>, "Encoded">; readonly body: { readonly documentType: "annual_report" | "appraisal" | "assay_certificate" | "attestation_report" | "brand_logo" | "certificate" | "chain_of_custody" | "compliance_report" | "covenant_agreement" | "credit_rating" | "environmental_assessment" | "financial_statement" | "fund_fact_sheet" | "insurance_certificate" | "interest_schedule" | "legal_opinion" | "nav_report" | "other" | "property_deed" | "prospectus" | "regulatory_filing" | "reserve_audit" | "reserve_composition" | "shareholder_agreement" | "storage_receipt" | "subscription_agreement" | "survey_report" | "term_sheet" | "title_insurance"; readonly fileName: string; readonly fileSize: number; readonly mimeType: "application/pdf" | "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" | "application/vnd.openxmlformats-officedocument.wordprocessingml.document" | "image/jpeg" | "image/png" | "image/webp" | "text/csv"; readonly visibility: "holders" | "public" | "restricted"; readonly title?: string | undefined; readonly description?: string | undefined; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
274
|
+
type DalpClientInput271 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly tokenAddress: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; }, "Encoded">; readonly body: { readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly denominationAsset: string; readonly basisPerUnit: unknown; readonly treasury: string; readonly startDate: unknown; readonly endDate: unknown; readonly rate: number; readonly interval: "DAILY" | "HOURLY" | "MONTHLY" | "QUARTERLY" | "SEMI_ANNUAL" | "WEEKLY" | "YEARLY"; readonly name: "fixed-treasury-yield"; } | { readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly maturityDate: unknown; readonly denominationAsset: string; readonly treasury: string; readonly faceValue: unknown; readonly name: "maturity-redemption"; } | { readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly name: "permit"; } | { readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly mintFeeBps: number; readonly burnFeeBps: number; readonly transferFeeBps: number; readonly feeRecipient: string; readonly name: "transaction-fee"; } | { readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly feeToken: string; readonly feeRecipient: string; readonly mintFee: unknown; readonly burnFee: unknown; readonly transferFee: unknown; readonly name: "external-transaction-fee"; } | { readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly converters?: readonly string[] | undefined; readonly name: "conversion-minter"; } | { readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly feeBps: number; readonly feeRecipient: string; readonly name: "aum-fee"; } | { readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly name: "voting-power"; } | { readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly mintFeeBps: number; readonly burnFeeBps: number; readonly transferFeeBps: number; readonly feeRecipient: string; readonly name: "transaction-fee-accounting"; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
275
|
+
type DalpClientInput272 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly tokenAddress: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; readonly name: import("effect/Schema").Literals<readonly ["historical-balances", "maturity-redemption", "fixed-treasury-yield", "voting-power", "aum-fee", "transaction-fee", "transaction-fee-accounting", "external-transaction-fee", "conversion", "conversion-minter", "permit"]>; }, "Encoded">; readonly body: { readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly name: "fixed-treasury-yield"; } | { readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly name: "maturity-redemption"; } | { readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly name: "permit"; } | { readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly name: "transaction-fee"; } | { readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly name: "external-transaction-fee"; } | { readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly name: "conversion-minter"; } | { readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly name: "aum-fee"; } | { readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly name: "voting-power"; } | { readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly name: "transaction-fee-accounting"; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
276
|
+
type DalpClientInput273 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly tokenAddress: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; readonly name: import("effect/Schema").Literals<readonly ["historical-balances", "maturity-redemption", "fixed-treasury-yield", "voting-power", "aum-fee", "transaction-fee", "transaction-fee-accounting", "external-transaction-fee", "conversion", "conversion-minter", "permit"]>; }, "Encoded">; readonly body: { readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly denominationAsset: string; readonly basisPerUnit: unknown; readonly treasury: string; readonly startDate: unknown; readonly endDate: unknown; readonly rate: number; readonly interval: "DAILY" | "HOURLY" | "MONTHLY" | "QUARTERLY" | "SEMI_ANNUAL" | "WEEKLY" | "YEARLY"; readonly name: "fixed-treasury-yield"; } | { readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly maturityDate: unknown; readonly denominationAsset: string; readonly treasury: string; readonly faceValue: unknown; readonly name: "maturity-redemption"; } | { readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly name: "permit"; } | { readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly mintFeeBps: number; readonly burnFeeBps: number; readonly transferFeeBps: number; readonly feeRecipient: string; readonly name: "transaction-fee"; } | { readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly feeToken: string; readonly feeRecipient: string; readonly mintFee: unknown; readonly burnFee: unknown; readonly transferFee: unknown; readonly name: "external-transaction-fee"; } | { readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly converters?: readonly string[] | undefined; readonly name: "conversion-minter"; } | { readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly feeBps: number; readonly feeRecipient: string; readonly name: "aum-fee"; } | { readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly name: "voting-power"; } | { readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly mintFeeBps: number; readonly burnFeeBps: number; readonly transferFeeBps: number; readonly feeRecipient: string; readonly name: "transaction-fee-accounting"; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
277
|
+
type DalpClientInput274 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly tokenAddress: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; }, "Encoded">; readonly body: { readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly name: string; readonly signature: string; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
278
|
+
type DalpClientInput275 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly topicId: import("effect/Schema").String; readonly tokenAddress: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; }, "Encoded">; readonly body: { readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
279
|
+
type DalpClientInput276 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly tokenAddress: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; }, "Encoded">; readonly body: { readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; readonly issuerAddress: string; readonly claimTopicIds: readonly string[]; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
280
|
+
type DalpClientInput277 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly issuerAddress: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; readonly tokenAddress: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; }, "Encoded">; readonly body: { readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
281
|
+
type DalpClientInput278 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly transactionId: import("effect/Schema").String; }, "Encoded">; readonly body: import("effect/Schema").Struct.ReadonlySide<{ readonly reason: import("effect/Schema").String; }, "Encoded">; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
282
|
+
type DalpClientInput279 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly transactionId: import("effect/Schema").String; }, "Encoded">; readonly body: import("effect/Schema").Struct.ReadonlySide<{ readonly nonce: import("effect/Schema").Int; }, "Encoded">; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
283
|
+
type DalpClientInput280 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly transactionId: import("effect/Schema").String; }, "Encoded">; readonly body?: { readonly gasPrice?: string | undefined; readonly nonce?: number | undefined; } | undefined; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
284
|
+
type DalpClientInput281 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly transactionHash: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; }, "Encoded">; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
285
|
+
type DalpClientInput282 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly sessionId: import("effect/Schema").String; }, "Encoded">; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
286
|
+
type DalpClientInput283 = { readonly body: { readonly name?: string | undefined; readonly email: string; readonly walletVerification?: { readonly secretVerificationCode: string; readonly verificationType?: "OIDC_MFA" | "OTP" | "PINCODE" | "SECRET_CODES" | undefined; } | undefined; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
287
|
+
type DalpClientInput284 = { readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; } | undefined;
|
|
288
|
+
type DalpClientInput285 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly nationalId: import("effect/Schema").decodeTo<import("effect/Schema").toType<import("effect/Schema").String>, import("effect/Schema").String, never, never>; }, "Encoded">; readonly query?: { readonly country?: string | undefined; } | undefined; };
|
|
289
|
+
type DalpClientInput286 = { readonly params: import("effect/Schema").Struct.ReadonlySide<Readonly<Record<"userId", import("effect/Schema").String>>, "Encoded">; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
290
|
+
type DalpClientInput287 = { readonly params: import("effect/Schema").Struct.ReadonlySide<Readonly<Record<"wallet", import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>>>, "Encoded">; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
291
|
+
type DalpClientInput288 = { readonly query: import("effect/Schema").Struct.ReadonlySide<{ readonly preset: import("effect/Schema").Literals<readonly ["allTime", "ytd", "trailing12Months", "trailing6Months", "trailing3Months", "trailing1Month", "trailing7Days", "trailing24Hours"]>; }, "Encoded">; };
|
|
292
|
+
type DalpClientInput289 = { readonly query: import("effect/Schema").Struct.ReadonlySide<{ readonly tokenAddress: import("effect/Schema").decodeTo<import("effect/Schema").declare<`0x${string}`, `0x${string}`>, import("effect/Schema").String, never, never>; readonly preset: import("effect/Schema").Literals<readonly ["allTime", "ytd", "trailing12Months", "trailing6Months", "trailing3Months", "trailing1Month", "trailing7Days", "trailing24Hours"]>; }, "Encoded">; };
|
|
293
|
+
type DalpClientInput290 = { readonly body: { readonly onboardingKycVisited?: boolean | undefined; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
294
|
+
type DalpClientInput291 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly requestId: import("effect/Schema").String; }, "Encoded">; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
295
|
+
type DalpClientInput292 = { readonly params: import("effect/Schema").Struct.ReadonlySide<Readonly<Record<"versionId", import("effect/Schema").String>>, "Encoded">; readonly body: import("effect/Schema").Struct.ReadonlySide<{ readonly documentType: import("effect/Schema").Literals<readonly ["passport", "drivers_license", "national_id", "proof_of_address", "other"]>; readonly fileName: import("effect/Schema").String; readonly fileSize: import("effect/Schema").Int; readonly mimeType: import("effect/Schema").Literals<readonly ["application/pdf", "image/jpeg", "image/png", "image/webp"]>; readonly fileData: import("effect/Schema").String; }, "Encoded">; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
296
|
+
type DalpClientInput293 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly versionId: import("effect/Schema").String; readonly documentId: import("effect/Schema").String; }, "Encoded">; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
297
|
+
type DalpClientInput294 = { readonly params: import("effect/Schema").Struct.ReadonlySide<Readonly<Record<"versionId", import("effect/Schema").String>>, "Encoded">; readonly query: unknown; };
|
|
298
|
+
type DalpClientInput295 = { readonly params: import("effect/Schema").Struct.ReadonlySide<Readonly<Record<"versionId", import("effect/Schema").String>>, "Encoded">; readonly body: { readonly reviewNotes?: string | undefined; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
299
|
+
type DalpClientInput296 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly versionId: import("effect/Schema").String; }, "Encoded">; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
300
|
+
type DalpClientInput297 = { readonly params: import("effect/Schema").Struct.ReadonlySide<Readonly<Record<"versionId", import("effect/Schema").String>>, "Encoded">; readonly body: { readonly rejectionReason: string; readonly reviewNotes?: string | undefined; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
301
|
+
type DalpClientInput298 = { readonly params: import("effect/Schema").Struct.ReadonlySide<Readonly<Record<"versionId", import("effect/Schema").String>>, "Encoded">; readonly body: { readonly reason: string; readonly requiredFields?: readonly string[] | undefined; readonly dueAt?: unknown; readonly reviewNotes?: string | undefined; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
302
|
+
type DalpClientInput299 = { readonly params: import("effect/Schema").Struct.ReadonlySide<Readonly<Record<"versionId", import("effect/Schema").String>>, "Encoded">; readonly body: { readonly firstName?: string | null | undefined; readonly lastName?: string | null | undefined; readonly dob?: unknown; readonly country?: string | null | undefined; readonly residencyStatus?: "dual_resident" | "non_resident" | "resident" | "unknown" | null | undefined; readonly nationalId?: string | null | undefined; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
303
|
+
type DalpClientInput300 = { readonly params: import("effect/Schema").Struct.ReadonlySide<Readonly<Record<"userId", import("effect/Schema").String>>, "Encoded">; readonly body: { readonly cloneFrom?: "approved" | "latest" | undefined; readonly cloneFromVersionId?: string | undefined; readonly overwriteDraft?: boolean | undefined; readonly initialData?: { readonly firstName?: string | null | undefined; readonly lastName?: string | null | undefined; readonly dob?: unknown; readonly country?: string | null | undefined; readonly residencyStatus?: "dual_resident" | "non_resident" | "resident" | "unknown" | null | undefined; readonly nationalId?: string | null | undefined; } | undefined; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
304
|
+
type DalpClientInput301 = { readonly params: import("effect/Schema").Struct.ReadonlySide<Readonly<Record<"userId", import("effect/Schema").String>>, "Encoded">; readonly query: unknown; };
|
|
305
|
+
type DalpClientInput302 = { readonly body: import("effect/Schema").Struct.ReadonlySide<{ readonly deliveryId: import("effect/Schema").String; readonly evtId: import("effect/Schema").decodeTo<import("effect/Schema").toType<import("effect/Schema").String>, import("effect/Schema").String, never, never>; readonly endpointId: import("effect/Schema").String; readonly consumerSignature: import("effect/Schema").decodeTo<import("effect/Schema").toType<import("effect/Schema").String>, import("effect/Schema").String, never, never>; readonly innerEventHash: import("effect/Schema").decodeTo<import("effect/Schema").toType<import("effect/Schema").String>, import("effect/Schema").String, never, never>; }, "Encoded">; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
306
|
+
type DalpClientInput303 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly evtId: import("effect/Schema").Trim; }, "Encoded">; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
307
|
+
type DalpClientInput304 = { readonly body: { readonly url: string; readonly displayName?: string | undefined; readonly subscriptions?: readonly string[] | undefined; readonly defaultPayloadShape?: "fat" | "thin" | undefined; readonly counterSignedReceipts?: boolean | undefined; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
308
|
+
type DalpClientInput305 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly evtId: import("effect/Schema").Trim; }, "Encoded">; readonly body: import("effect/Schema").Struct.ReadonlySide<{ readonly reason: import("effect/Schema").Trim; }, "Encoded">; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
309
|
+
type DalpClientInput306 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly id: import("effect/Schema").String; }, "Encoded">; readonly body: { readonly fromBlock: unknown; readonly toBlock?: unknown; readonly chainId: unknown; readonly confirmLargeRange?: boolean | undefined; } | { readonly evtId: string; readonly chainId?: unknown; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
310
|
+
type DalpClientInput307 = { readonly query: { readonly endpointId?: string | undefined; }; };
|
|
311
|
+
type DalpClientInput308 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly id: import("effect/Schema").String; }, "Encoded">; readonly body: { readonly eventType?: string | undefined; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
312
|
+
type DalpClientInput309 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly id: import("effect/Schema").String; }, "Encoded">; readonly body: { readonly url?: string | undefined; readonly displayName?: string | null | undefined; readonly subscriptions?: readonly string[] | undefined; readonly defaultPayloadShape?: "fat" | "thin" | undefined; readonly counterSignedReceipts?: boolean | undefined; readonly disabled?: boolean | undefined; readonly disabledReason?: string | null | undefined; readonly fatEventsAcknowledgment?: import("effect/Schema").Struct.ReadonlySide<{ readonly fieldsAcknowledged: import("effect/Schema").$Array<import("effect/Schema").String>; }, "Encoded"> | undefined; }; readonly query: { readonly acknowledgePending?: "true" | true | undefined; }; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
313
|
+
type DalpClientInput310 = { readonly params: import("effect/Schema").Struct.ReadonlySide<Readonly<Record<"id", import("effect/Schema").String>>, "Encoded">; readonly query: unknown; };
|
|
314
|
+
type DalpClientInput311 = { readonly params: import("effect/Schema").Struct.ReadonlySide<{ readonly id: import("effect/Schema").String; readonly deliveryId: import("effect/Schema").String; }, "Encoded">; readonly headers?: { readonly "Idempotency-Key"?: string | undefined; } | undefined; };
|
|
315
|
+
type DalpClientOutput1 = { readonly data: { readonly chainId: number; readonly address: `0x${string}`; readonly entityType: "asset" | "bond" | "contract" | "deposit" | "eoa" | "equity" | "fund" | "operator-wallet" | "precious-metal" | "real-estate" | "smart-account" | "stablecoin" | "system"; readonly contractName: string | null; readonly nativeBalance: string | null; readonly nativeBalanceObservedAtBlock: string | null; readonly nativeBalanceObservedAt: string | null; }; readonly links: { readonly self: string; readonly history: string; }; };
|
|
316
|
+
type DalpClientOutput2 = { data: { chainId: number; address: `0x${string}`; entityType: "asset" | "bond" | "contract" | "deposit" | "eoa" | "equity" | "fund" | "operator-wallet" | "precious-metal" | "real-estate" | "smart-account" | "stablecoin" | "system"; contractName: string | null; nativeBalance: string | null; nativeBalanceObservedAtBlock: string | null; nativeBalanceObservedAt: string | null; }[]; meta: { total: number; facets?: { [x: string]: { value: string; count: number; }[]; } | undefined; }; links: { self: string; first: string; prev: string | null; next: string | null; last: string; }; };
|
|
317
|
+
type DalpClientOutput3 = { data: { id: string; chainId: number; address: `0x${string}`; nativeBalance: string; nativeBalanceObservedAtBlock: string; nativeBalanceObservedAt: string; }[]; meta: { total: number; facets?: { [x: string]: { value: string; count: number; }[]; } | undefined; }; links: { self: string; first: string; prev: string | null; next: string | null; last: string; }; };
|
|
318
|
+
type DalpClientOutput4 = { data: { id: string; actionType: "ActivateVotingPower" | "ApproveMaturityAllowance" | "ApproveXvPSettlement" | "ApproveYieldAllowance" | "CastPollBallot" | "CastVote" | "ClaimYield" | "ExecuteXvPSettlement" | "MatureBond" | "MultisigApproval" | "RedeemBond" | "UpdateKYCData" | "custody-pending"; name: string; target: `0x${string}` | null; tokenAddress: `0x${string}` | null; activeAt: string; status: "EXECUTED" | "EXPIRED" | "PENDING" | "UPCOMING"; executedAt: string | null; executedBy: `0x${string}` | null; expiresAt: string | null; source: "off-chain" | "on-chain"; kycMetadata?: { reason: string; requiredFields: string[]; sourceVersionId: string; requestId: string; } | null | undefined; multisigMetadata?: { userOpHash: string; walletAddress: `0x${string}`; threshold: string; currentWeight: string; description: string | null; operationKind: string | null; } | null | undefined; custodyMetadata?: { provider: string; executable: boolean; approvalId: string | null; transactionId: string | null; operationKind: string | null; } | null | undefined; governanceMetadata?: { governorAddress: `0x${string}` | null; proposalId: string | null; pollId: string | null; } | null | undefined; }[]; meta: { total: number; facets?: { [x: string]: { value: string; count: number; }[]; } | undefined; }; links: { self: string; first: string; prev: string | null; next: string | null; last: string; }; };
|
|
319
|
+
type DalpClientOutput5 = AsyncIteratorObject<{ data: { id: string; actionType: "ActivateVotingPower" | "ApproveMaturityAllowance" | "ApproveXvPSettlement" | "ApproveYieldAllowance" | "CastPollBallot" | "CastVote" | "ClaimYield" | "ExecuteXvPSettlement" | "MatureBond" | "MultisigApproval" | "RedeemBond" | "UpdateKYCData" | "custody-pending"; name: string; target: `0x${string}` | null; tokenAddress: `0x${string}` | null; activeAt: string; status: "EXECUTED" | "EXPIRED" | "PENDING" | "UPCOMING"; executedAt: string | null; executedBy: `0x${string}` | null; expiresAt: string | null; source: "off-chain" | "on-chain"; kycMetadata?: { reason: string; requiredFields: string[]; sourceVersionId: string; requestId: string; } | null | undefined; multisigMetadata?: { userOpHash: string; walletAddress: `0x${string}`; threshold: string; currentWeight: string; description: string | null; operationKind: string | null; } | null | undefined; custodyMetadata?: { provider: string; executable: boolean; approvalId: string | null; transactionId: string | null; operationKind: string | null; } | null | undefined; governanceMetadata?: { governorAddress: `0x${string}` | null; proposalId: string | null; pollId: string | null; } | null | undefined; }[]; meta: { total: number; facets?: { [x: string]: { value: string; count: number; }[]; } | undefined; }; links: { self: string; first: string; prev: string | null; next: string | null; last: string; }; }, any, unknown>;
|
|
320
|
+
type DalpClientOutput6 = { data: { id: `0x${string}`; typeId: "push-airdrop" | "time-bound-airdrop" | "vesting-airdrop"; name: string; token: { id: `0x${string}`; symbol: string; decimals: number; } | null; merkleRoot: string; distributionCap: [string, number] | null; distributionCapExact: string | null; amountTransferred: [string, number] | null; amountTransferredExact: string; withdrawalScheduled: boolean; withdrawalEligibleAt: string | null; vestingStrategy: `0x${string}` | null; vestingInitializationDeadlineAt: string | null; createdAt: string; }[]; meta: { total: number; facets?: { [x: string]: { value: string; count: number; }[]; } | undefined; }; links: { self: string; first: string; prev: string | null; next: string | null; last: string; }; };
|
|
321
|
+
type DalpClientOutput7 = { data: { id: `0x${string}`; typeId: "push-airdrop" | "time-bound-airdrop" | "vesting-airdrop"; name: string; token: { id: `0x${string}`; symbol: string; decimals: number; } | null; merkleRoot: string; distributionCap: [string, number] | null; distributionCapExact: string | null; amountTransferred: [string, number] | null; amountTransferredExact: string; withdrawalScheduled: boolean; withdrawalEligibleAt: string | null; vestingStrategy: `0x${string}` | null; vestingInitializationDeadlineAt: string | null; createdAt: string; recipientCount: number; }; links: { self: string; }; };
|
|
322
|
+
type DalpClientOutput8 = { transactionId: string; status: string; statusUrl: string; } | { data: { txHash: string; complete?: boolean | undefined; }; meta: { txHashes: string[]; }; links: { self: string; }; };
|
|
323
|
+
type DalpClientOutput9 = { transactionId: string; status: string; statusUrl: string; } | { data: { id: `0x${string}`; startDate: string; endDate: string; rate: string; interval: string; totalClaimed: [string, number]; totalUnclaimedYield: [string, number]; totalYield: [string, number]; denominationAsset: { id: `0x${string}`; decimals: number; symbol: string; }; currentPeriod: { id: string; startDate: string; endDate: string; totalClaimed: [string, number]; totalUnclaimedYield: [string, number]; totalYield: [string, number]; completed: boolean; } | null; nextPeriod: { id: string; startDate: string; endDate: string; totalClaimed: [string, number]; totalUnclaimedYield: [string, number]; totalYield: [string, number]; completed: boolean; } | null; periods: { id: string; startDate: string; endDate: string; totalClaimed: [string, number]; totalUnclaimedYield: [string, number]; totalYield: [string, number]; completed: boolean; }[]; }; meta: { txHashes: string[]; }; links: { self: string; }; };
|
|
324
|
+
type DalpClientOutput10 = { data: { id: `0x${string}`; startDate: string; endDate: string; rate: string; interval: string; totalClaimed: [string, number]; totalUnclaimedYield: [string, number]; totalYield: [string, number]; denominationAsset: { id: `0x${string}`; decimals: number; symbol: string; }; currentPeriod: { id: string; startDate: string; endDate: string; totalClaimed: [string, number]; totalUnclaimedYield: [string, number]; totalYield: [string, number]; completed: boolean; } | null; nextPeriod: { id: string; startDate: string; endDate: string; totalClaimed: [string, number]; totalUnclaimedYield: [string, number]; totalYield: [string, number]; completed: boolean; } | null; periods: { id: string; startDate: string; endDate: string; totalClaimed: [string, number]; totalUnclaimedYield: [string, number]; totalYield: [string, number]; completed: boolean; }[]; }; links: { self: string; }; };
|
|
325
|
+
type DalpClientOutput11 = { transactionId: string; status: string; statusUrl: string; } | { data: { txHash: string; }; meta: { txHashes: string[]; }; links: { self: string; }; };
|
|
326
|
+
type DalpClientOutput12 = { data: { voter: `0x${string}`; support: "abstain" | "against" | "for"; optionIndex: number | null; weight: string; reason: string | null; castAt: string; transactionHash: string; }[]; meta: { total: number; facets?: { [x: string]: { value: string; count: number; }[]; } | undefined; }; links: { self: string; first: string; prev: string | null; next: string | null; last: string; }; };
|
|
327
|
+
type DalpClientOutput13 = { transactionId: string; status: string; statusUrl: string; } | { data: { transactionHash: string; proposalId: string; }; meta: { txHashes: string[]; }; links: { self: string; }; };
|
|
328
|
+
type DalpClientOutput14 = { transactionId: string; status: string; statusUrl: string; } | { data: { transactionHash: string; governorAddress: `0x${string}`; timelockAddress: `0x${string}`; proposalId: string; }; meta: { txHashes: string[]; }; links: { self: string; }; };
|
|
329
|
+
type DalpClientOutput15 = { data: { filename: string; contentType: "text/csv"; csv: string; }; links: { self: string; }; };
|
|
330
|
+
type DalpClientOutput16 = { data: { downloadUrl: string; fileName: string; mimeType: string; expiresAt: string; }; links: { self: string; }; };
|
|
331
|
+
type DalpClientOutput17 = { data: { uploadUrl: string; objectKey: string; expiresAt: string; method: "PUT"; headers: { [x: string]: string; }; }; links: { self: string; }; };
|
|
332
|
+
type DalpClientOutput18 = { data: { exists: boolean; tokenAddress: `0x${string}`; governorAddress: `0x${string}` | null; timelockAddress: `0x${string}` | null; votesSourceAddress: `0x${string}` | null; }; links: { self: string; }; };
|
|
333
|
+
type DalpClientOutput19 = { data: { id: string; governorAddress: `0x${string}`; timelockAddress: `0x${string}`; tokenAddress: `0x${string}`; votesSourceAddress: `0x${string}`; proposer: `0x${string}` | null; status: "active" | "canceled" | "defeated" | "executed" | "pending" | "queued" | "succeeded"; mode: "binary" | "multiOption"; optionCount: number | null; title: string | null; description: string | null; createdExternally: boolean; snapshotAt: string | null; deadlineAt: string | null; etaAt: string | null; quorumBps: number | null; votingPeriodSeconds: number | null; executionDelaySeconds: number | null; forVotes: string; againstVotes: string; abstainVotes: string; totalBallots: string; optionTallies: { [x: string]: string; } | null; createdAt: string | null; executedAt: string | null; canceledAt: string | null; }[]; meta: { total: number; facets?: { [x: string]: { value: string; count: number; }[]; } | undefined; }; links: { self: string; first: string; prev: string | null; next: string | null; last: string; }; };
|
|
334
|
+
type DalpClientOutput20 = { data: { governorExists: boolean; governorAddress: `0x${string}` | null; timelockAddress: `0x${string}` | null; votingPowerAttached: boolean; actionAuthority: { action: string; target: `0x${string}` | null; hasTimelockAuthority: boolean; operationAllowlisted: boolean; }[]; grantRoleCta: { tokenAddress: `0x${string}`; role: "governance"; grantee: `0x${string}`; } | null; }; links: { self: string; }; };
|
|
335
|
+
type DalpClientOutput21 = { data: { id: string; governorAddress: `0x${string}`; timelockAddress: `0x${string}`; tokenAddress: `0x${string}`; votesSourceAddress: `0x${string}`; proposer: `0x${string}` | null; status: "active" | "canceled" | "defeated" | "executed" | "pending" | "queued" | "succeeded"; mode: "binary" | "multiOption"; optionCount: number | null; title: string | null; description: string | null; createdExternally: boolean; snapshotAt: string | null; deadlineAt: string | null; etaAt: string | null; quorumBps: number | null; votingPeriodSeconds: number | null; executionDelaySeconds: number | null; forVotes: string; againstVotes: string; abstainVotes: string; totalBallots: string; optionTallies: { [x: string]: string; } | null; createdAt: string | null; executedAt: string | null; canceledAt: string | null; targets: `0x${string}`[] | null; values: string[] | null; calldatas: string[] | null; descriptionHash: string | null; descriptionRichText: string | null; documents: { title: string; url?: string | undefined; objectKey?: string | undefined; fileName?: string | undefined; mimeType?: string | undefined; fileSize?: number | undefined; }[] | null; options: string[] | null; supersedesProposalId: string | null; snapshotTotalVotingUnits: string | null; quorumVotes: string | null; }; links: { self: string; }; };
|
|
336
|
+
type DalpClientOutput22 = { data: { pollId: string; voterAddress: `0x${string}`; optionIndex: number; weightExact: string; submittedAt: string; }; links: { self: string; }; };
|
|
337
|
+
type DalpClientOutput23 = { data: { id: string; chainId: number; tokenAddress: `0x${string}`; title: string; description: string | null; options: string[]; recordDateAt: string; opensAt: string; closesAt: string; status: "closed" | "open"; definitionHash: string; createdBy: string; createdAt: string; updatedAt: string; tally: { optionIndex: number; label: string; ballotCount: number; weightExact: string; }[]; totalBallots: number; }; links: { self: string; }; };
|
|
338
|
+
type DalpClientOutput24 = { data: { id: string; chainId: number; tokenAddress: `0x${string}`; title: string; description: string | null; options: string[]; recordDateAt: string; opensAt: string; closesAt: string; status: "closed" | "open"; definitionHash: string; createdBy: string; createdAt: string; updatedAt: string; }; links: { self: string; }; };
|
|
339
|
+
type DalpClientOutput25 = { data: { id: string; chainId: number; tokenAddress: `0x${string}`; title: string; description: string | null; options: string[]; recordDateAt: string; opensAt: string; closesAt: string; status: "closed" | "open"; definitionHash: string; createdBy: string; createdAt: string; updatedAt: string; }[]; meta: { total: number; facets?: { [x: string]: { value: string; count: number; }[]; } | undefined; }; links: { self: string; first: string; prev: string | null; next: string | null; last: string; }; };
|
|
340
|
+
type DalpClientOutput26 = { transactionId: string; status: string; statusUrl: string; } | { data: { transactionHash: string; }; meta: { txHashes: string[]; }; links: { self: string; }; };
|
|
341
|
+
type DalpClientOutput27 = { data: { saleAddress: `0x${string}`; tokenAddress: `0x${string}` | null; investorCount: number; totalTokenAllocated: [string, number]; totalTokenAllocatedExact: string; rows: { buyer: { id: `0x${string}`; }; identityAddress: `0x${string}` | null; name: string | null; kycStatus: "pending" | "registered" | "unknown"; country: string | null; paymentCurrency: { id: `0x${string}`; symbol: string | null; } | null; purchaseCount: number; totalPaymentAmount: [string, number]; totalPaymentAmountExact: string; totalTokenAmount: [string, number]; totalTokenAmountExact: string; }[]; }; links: { self: string; }; };
|
|
342
|
+
type DalpClientOutput28 = { transactionId: string; status: string; statusUrl: string; } | { data: { transactionHash: string; tokenSaleId: `0x${string}`; }; meta: { txHashes: string[]; }; links: { self: string; }; };
|
|
343
|
+
type DalpClientOutput29 = { data: { currentTimestamp: string; }; links: { self: string; }; };
|
|
344
|
+
type DalpClientOutput30 = { data: { id: string; saleAddress: string; documentType: "brochure" | "cover_photo" | "faq" | "other" | "sale_logo"; visibility: "holders" | "public" | "restricted"; groupId: string; versionNumber: number; isLatest: boolean; fileName: string; fileSize: number; mimeType: string; title: string | null; description: string | null; fileHash: string | null; uploadedAt: string; uploadedBy: string | null; }; links: { self: string; }; };
|
|
345
|
+
type DalpClientOutput31 = { readonly data: null; };
|
|
346
|
+
type DalpClientOutput32 = { data: { id: string; saleAddress: string; documentType: "brochure" | "cover_photo" | "faq" | "other" | "sale_logo"; visibility: "holders" | "public" | "restricted"; groupId: string; versionNumber: number; isLatest: boolean; fileName: string; fileSize: number; mimeType: string; title: string | null; description: string | null; fileHash: string | null; uploadedAt: string; uploadedBy: string | null; thumbnailUrl: string | null; }[]; meta: { total: number; facets?: { [x: string]: { value: string; count: number; }[]; } | undefined; }; links: { self: string; first: string; prev: string | null; next: string | null; last: string; }; };
|
|
347
|
+
type DalpClientOutput33 = { transactionId: string; status: string; statusUrl: string; } | { data: { accounts: `0x${string}`[]; roles: ("fundsManager" | "saleAdmin")[]; }; meta: { txHashes: string[]; }; links: { self: string; }; };
|
|
348
|
+
type DalpClientOutput34 = { data: { id: `0x${string}`; token: { id: `0x${string}`; symbol: string; decimals: number; } | null; status: "ACTIVE" | "ENDED" | "FAILED" | "PAUSED" | "PRESALE" | "PUBLIC_SALE" | "SETUP" | "SUCCESS"; saleStartTime: string; saleEndTime: string; presaleEndTime: string | null; createdAt: string; totalSold: [string, number]; totalSoldExact: string; hardCap: [string, number]; hardCapExact: string; position: { buyerAddresses: `0x${string}`[]; purchased: [string, number]; purchasedExact: string; withdrawn: [string, number]; withdrawnExact: string; claimableNow: [string, number]; claimableNowExact: string; nextUnlockAt: string | null; pendingReason: "before_cliff" | "fully_withdrawn" | "not_started" | "pending_finalization" | null; contributedByCurrency: { currency: `0x${string}`; amount: [string, number]; amountExact: string; }[]; refundableByCurrency: { currency: `0x${string}`; amount: [string, number]; amountExact: string; }[]; }; participated: boolean; discoverable: boolean; coverPhotoUrl: string | null; logoUrl: string | null; }[]; meta: { total: number; facets?: { [x: string]: { value: string; count: number; }[]; } | undefined; }; links: { self: string; first: string; prev: string | null; next: string | null; last: string; }; };
|
|
349
|
+
type DalpClientOutput35 = { data: { id: `0x${string}`; token: { id: `0x${string}`; symbol: string; decimals: number; } | null; status: "ACTIVE" | "ENDED" | "FAILED" | "PAUSED" | "PRESALE" | "PUBLIC_SALE" | "SETUP" | "SUCCESS"; saleStartTime: string; saleEndTime: string; presaleEndTime: string | null; createdAt: string; totalSold: [string, number]; totalSoldExact: string; hardCap: [string, number]; hardCapExact: string; }[]; meta: { total: number; facets?: { [x: string]: { value: string; count: number; }[]; } | undefined; }; links: { self: string; first: string; prev: string | null; next: string | null; last: string; }; };
|
|
350
|
+
type DalpClientOutput36 = { data: { id: `0x${string}`; token: { id: `0x${string}`; symbol: string; decimals: number; } | null; status: "ACTIVE" | "ENDED" | "FAILED" | "PAUSED" | "PRESALE" | "PUBLIC_SALE" | "SETUP" | "SUCCESS"; saleStartTime: string; saleEndTime: string; presaleEndTime: string | null; createdAt: string; totalSold: [string, number]; totalSoldExact: string; hardCap: [string, number]; hardCapExact: string; alert: "awaiting-finalization" | "grace-closing" | "near-cap" | "presale-ended" | null; investorCount: number; }[]; meta: { total: number; facets?: { [x: string]: { value: string; count: number; }[]; } | undefined; }; links: { self: string; first: string; prev: string | null; next: string | null; last: string; }; };
|
|
351
|
+
type DalpClientOutput37 = { data: { id: `0x${string}`; status: "ACTIVE" | "ENDED" | "FAILED" | "PAUSED" | "PRESALE" | "PUBLIC_SALE" | "SETUP" | "SUCCESS"; saleStartTime: string; saleEndTime: string; presaleEndTime: string | null; createdAt: string; totalSold: [string, number]; totalSoldExact: string; hardCap: [string, number]; hardCapExact: string; token: { id: `0x${string}`; symbol: string; decimals: number; isExternal: boolean; } | null; minPurchase: [string, number]; minPurchaseExact: string; maxPurchase: [string, number]; maxPurchaseExact: string; softCap: [string, number] | null; softCapExact: string | null; softCapReached: boolean; presalePriceRatio: string | null; presaleMaxPerAddress: string | null; vestingEnabled: boolean; vestingStartTime: string | null; vestingDuration: string | null; vestingCliff: string | null; termsHash: string | null; failedAt: string | null; paymentCurrencies: { id: string; currency: { id: `0x${string}`; contractName: string | null; }; priceRatio: string; accepted: boolean; }[]; purchases: { id: string; buyer: { id: `0x${string}`; }; paymentCurrency: { id: string; currency: { id: `0x${string}`; contractName: string | null; }; priceRatio: string; accepted: boolean; }; paymentAmount: [string, number]; paymentAmountExact: string; tokenAmount: [string, number]; tokenAmountExact: string; purchasedAt: string; }[]; whitelistEntries: { id: string; investor: { id: `0x${string}`; }; isWhitelisted: boolean; updatedAt: string; }[]; systemAddon: { id: `0x${string}`; } | null; hasAcknowledgedTerms: boolean; position: { buyerAddresses: `0x${string}`[]; purchased: [string, number]; purchasedExact: string; withdrawn: [string, number]; withdrawnExact: string; claimableNow: [string, number]; claimableNowExact: string; nextUnlockAt: string | null; pendingReason: "before_cliff" | "fully_withdrawn" | "not_started" | "pending_finalization" | null; contributedByCurrency: { currency: `0x${string}`; amount: [string, number]; amountExact: string; }[]; refundableByCurrency: { currency: `0x${string}`; amount: [string, number]; amountExact: string; }[]; } | null; eligibility: { verdict: "allowed" | "blocked" | "needs-action"; source: "indexer" | "live"; checkedAt: string; wallet: `0x${string}` | null; reasons: { code: "address-blocked" | "claim-expired" | "claim-missing" | "claim-revoked" | "country-blocked" | "country-not-allowed" | "identity-blocked" | "identity-not-verified" | "live-timeout"; moduleTypeId?: "address-block-list" | "address-block-list-v2" | "capital-raise-limit" | "capped" | "capped-v2" | "collateral" | "collateral-v2" | "country-allow-list" | "country-allow-list-v2" | "country-block-list" | "country-block-list-v2" | "identity-allow-list" | "identity-allow-list-v2" | "identity-block-list" | "identity-block-list-v2" | "identity-verification" | "identity-verification-v2" | "investor-count" | "investor-count-v2" | "issuance-volume-limit" | "time-lock" | "time-lock-v2" | "token-supply-limit" | "transfer-approval" | "transfer-approval-v2" | undefined; instanceAddress?: `0x${string}` | undefined; details?: { topic?: string | undefined; expiresAt?: string | undefined; countryCode?: number | undefined; } | undefined; }[]; wallets?: { verdict: "allowed" | "blocked" | "needs-action"; source: "indexer" | "live"; checkedAt: string; wallet: `0x${string}` | null; reasons: { code: "address-blocked" | "claim-expired" | "claim-missing" | "claim-revoked" | "country-blocked" | "country-not-allowed" | "identity-blocked" | "identity-not-verified" | "live-timeout"; moduleTypeId?: "address-block-list" | "address-block-list-v2" | "capital-raise-limit" | "capped" | "capped-v2" | "collateral" | "collateral-v2" | "country-allow-list" | "country-allow-list-v2" | "country-block-list" | "country-block-list-v2" | "identity-allow-list" | "identity-allow-list-v2" | "identity-block-list" | "identity-block-list-v2" | "identity-verification" | "identity-verification-v2" | "investor-count" | "investor-count-v2" | "issuance-volume-limit" | "time-lock" | "time-lock-v2" | "token-supply-limit" | "transfer-approval" | "transfer-approval-v2" | undefined; instanceAddress?: `0x${string}` | undefined; details?: { topic?: string | undefined; expiresAt?: string | undefined; countryCode?: number | undefined; } | undefined; }[]; }[] | undefined; } | null; accessControl: { id: `0x${string}`; addonManager?: { id: `0x${string}`; isContract: boolean; }[] | undefined; roleAdmins?: { id: `0x${string}`; role: `0x${string}`; roleFieldName: "addonManager" | "addonModule" | "addonRegistryModule" | "admin" | "auditor" | "claimIssuer" | "claimPolicyManager" | "complianceManager" | "custodian" | "emergency" | "feedsManager" | "fundsManager" | "gasManager" | "governance" | "identityManager" | "identityRegistryModule" | "organisationIdentityManager" | "saleAdmin" | "supplyManagement" | "systemManager" | "systemModule" | "tokenFactoryModule" | "tokenFactoryRegistryModule" | "tokenManager" | "trustedIssuersMetaRegistryModule"; adminRole: `0x${string}`; adminFieldName: "addonManager" | "addonModule" | "addonRegistryModule" | "admin" | "auditor" | "claimIssuer" | "claimPolicyManager" | "complianceManager" | "custodian" | "emergency" | "feedsManager" | "fundsManager" | "gasManager" | "governance" | "identityManager" | "identityRegistryModule" | "organisationIdentityManager" | "saleAdmin" | "supplyManagement" | "systemManager" | "systemModule" | "tokenFactoryModule" | "tokenFactoryRegistryModule" | "tokenManager" | "trustedIssuersMetaRegistryModule"; }[] | undefined; addonModule: { id: `0x${string}`; isContract: boolean; }[]; addonRegistryModule: { id: `0x${string}`; isContract: boolean; }[]; admin: { id: `0x${string}`; isContract: boolean; }[]; auditor: { id: `0x${string}`; isContract: boolean; }[]; claimIssuer: { id: `0x${string}`; isContract: boolean; }[]; claimPolicyManager: { id: `0x${string}`; isContract: boolean; }[]; complianceManager: { id: `0x${string}`; isContract: boolean; }[]; custodian: { id: `0x${string}`; isContract: boolean; }[]; emergency: { id: `0x${string}`; isContract: boolean; }[]; feedsManager: { id: `0x${string}`; isContract: boolean; }[]; fundsManager: { id: `0x${string}`; isContract: boolean; }[]; gasManager: { id: `0x${string}`; isContract: boolean; }[]; governance: { id: `0x${string}`; isContract: boolean; }[]; identityManager: { id: `0x${string}`; isContract: boolean; }[]; identityRegistryModule: { id: `0x${string}`; isContract: boolean; }[]; organisationIdentityManager: { id: `0x${string}`; isContract: boolean; }[]; saleAdmin: { id: `0x${string}`; isContract: boolean; }[]; supplyManagement: { id: `0x${string}`; isContract: boolean; }[]; systemManager: { id: `0x${string}`; isContract: boolean; }[]; systemModule: { id: `0x${string}`; isContract: boolean; }[]; tokenFactoryModule: { id: `0x${string}`; isContract: boolean; }[]; tokenFactoryRegistryModule: { id: `0x${string}`; isContract: boolean; }[]; tokenManager: { id: `0x${string}`; isContract: boolean; }[]; trustedIssuersMetaRegistryModule: { id: `0x${string}`; isContract: boolean; }[]; } | null; coverPhotoUrl: string | null; logoUrl: string | null; }; links: { self: string; }; };
|
|
352
|
+
type DalpClientOutput38 = { transactionId: string; status: string; statusUrl: string; } | { data: { transactionHash: string; settlementId: `0x${string}`; }; meta: { txHashes: string[]; }; links: { self: string; }; };
|
|
353
|
+
type DalpClientOutput39 = { data: { secret: string; hashlock: string; }; links: { self: string; }; };
|
|
354
|
+
type DalpClientOutput40 = { data: { id: `0x${string}`; name: string; hasExternalFlows: boolean; cutoffDate: string; createdAt: string; createdBy: { id: `0x${string}`; isContract: boolean; }; secretRevealTx?: string | null | undefined; executed: boolean; cancelled: boolean; withdrawn: boolean; allApprovedAt: string | null; approvalsCount: number; approvals?: { id: string; }[] | undefined; cancelVotesCount: number; localSendersCount: number; localParticipantsCount: number; userApproved: boolean; }[]; meta: { total: number; facets?: { [x: string]: { value: string; count: number; }[]; } | undefined; }; links: { self: string; first: string; prev: string | null; next: string | null; last: string; }; };
|
|
355
|
+
type DalpClientOutput41 = { data: { id: `0x${string}`; name: string; hasExternalFlows: boolean; cutoffDate: string; createdAt: string; createdBy: { id: `0x${string}`; isContract: boolean; }; executed: boolean; cancelled: boolean; withdrawn: boolean; allApprovedAt: string | null; approvalsCount: number; cancelVotesCount: number; localSendersCount: number; localParticipantsCount: number; secret?: string | null | undefined; secretRevealed: boolean; secretRevealedAt: string | null; secretRevealTx: string | null; secretRevealedBy: { id: `0x${string}`; } | null; hashlock?: string | null | undefined; autoExecute: boolean; approvals: { id: string; approved: boolean; timestamp: string | null; account: { id: `0x${string}`; }; }[]; cancelVotes: { id: string; votedAt: string | null; active: boolean; account: { id: `0x${string}`; }; }[]; flows: { id: string; isExternal: boolean; externalChainId: number; amount: [string, number]; amountExact: string; from: { id: `0x${string}`; }; to: { id: `0x${string}`; }; asset: { id: `0x${string}`; decimals: number; symbol: string; } | null; assetReference: { id: string; address: `0x${string}`; decimals: number; } | null; }[]; systemAddon: { id: `0x${string}`; }; hasStoredSecret: boolean; userApproved: boolean; }; links: { self: string; }; };
|
|
356
|
+
type DalpClientOutput42 = { transactionId: string; status: string; statusUrl: string; } | { data: { transactionHash: string; emailResults?: { recipient: string; success: boolean; error?: string | undefined; }[] | undefined; }; meta: { txHashes: string[]; }; links: { self: string; }; };
|
|
357
|
+
type DalpClientOutput43 = { data: { settlementId: `0x${string}`; stored: boolean; }; links: { self: string; }; };
|
|
358
|
+
type DalpClientOutput44 = { data: { chainId: number; networkName: string; chainName: string | null; isDefault: boolean; }[]; meta: { total: number; facets?: { [x: string]: { value: string; count: number; }[]; } | undefined; }; links: { self: string; first: string; prev: string | null; next: string | null; last: string; }; };
|
|
359
|
+
type DalpClientOutput45 = { data: { id: string; name: string; slug: string; logo: string | null; createdAt: string; ownerCount: number; ownerEmails: string[]; memberCount: number; assetCount: number; }[]; meta: { total: number; facets?: { [x: string]: { value: string; count: number; }[]; } | undefined; }; links: { self: string; first: string; prev: string | null; next: string | null; last: string; }; };
|
|
360
|
+
type DalpClientOutput46 = { data: { id: string; name: string; keyPrefix: string; rateLimitRequests: number; rateLimitWindowMs: number; expiresAt: string | null; revokedAt: string | null; lastUsedAt: string | null; createdAt: string; updatedAt: string; secret: string; }; links: { self: string; }; };
|
|
361
|
+
type DalpClientOutput47 = { data: { id: string; name: string; keyPrefix: string; rateLimitRequests: number; rateLimitWindowMs: number; expiresAt: string | null; revokedAt: string | null; lastUsedAt: string | null; createdAt: string; updatedAt: string; }[]; meta: { total: number; facets?: { [x: string]: { value: string; count: number; }[]; } | undefined; }; links: { self: string; first: string; prev: string | null; next: string | null; last: string; }; };
|
|
362
|
+
type DalpClientOutput48 = { data: { id: string; name: string; keyPrefix: string; rateLimitRequests: number; rateLimitWindowMs: number; expiresAt: string | null; revokedAt: string | null; lastUsedAt: string | null; createdAt: string; updatedAt: string; }; links: { self: string; }; };
|
|
363
|
+
type DalpClientOutput49 = { data: { storeStatus: "available" | "degraded"; generatedAt: string; networks: { networkName: string; source: "config" | "database"; currentServingUpstreamId: string | null; upstreams: { upstreamId: string; endpointUrl: string; providerType: string; weight: number; liveness: "excluded" | "healthy" | "unhealthy" | "unknown"; blockHeadLag: number | null; finalizationLag: number | null; latencyMs: number | null; errorRate: number | null; score: number | null; updatedAt: string | null; currentServing: boolean; lastEvent: { type: "failover" | "throttle"; at: string; detail: string; } | null; }[]; }[]; }; links: { self: string; }; };
|
|
364
|
+
type DalpClientOutput50 = { data: { networkName: string; source: "config" | "database"; upstreams: { endpointUrl: string; providerType: string; weight: number; authType: "apiKey" | "basic" | null; apiHeaderName: string | null; hasCredential: boolean; credentialKeyId: string | null; }[]; }[]; meta: { total: number; facets?: { [x: string]: { value: string; count: number; }[]; } | undefined; }; links: { self: string; first: string; prev: string | null; next: string | null; last: string; }; };
|
|
365
|
+
type DalpClientOutput51 = { data: { networkName: string; source: "config" | "database"; upstreams: { endpointUrl: string; providerType: string; weight: number; authType: "apiKey" | "basic" | null; apiHeaderName: string | null; hasCredential: boolean; credentialKeyId: string | null; }[]; }; links: { self: string; }; };
|
|
366
|
+
type DalpClientOutput52 = { data: { id: string; providerKind: "complyadvantage" | "elliptic" | "jumio" | "middesk" | "onfido" | "persona" | "sumsub" | "sumsub-aml" | "sumsub-kyt" | "trulioo" | "veriff"; status: "active" | "failed" | "paused" | "pending" | "revoked"; statusExplanation: string; issuerEoaAddress: `0x${string}`; onchainIdentityAddress: `0x${string}`; providerApiKeyRef: string; webhookUrlToken: string; webhookAuthMode: "basic_auth_ip_allowlist" | "hmac"; webhookIpAllowlist: string[] | null; pendingSecretExpiresAt: string | null; lastActivity: { kind: "verdict"; state: "action_required" | "approved" | "rejected" | "under_review" | null; outcome: string | null; at: string; } | { kind: "alert"; severity: number | null; outcome: string | null; at: string; } | null; lastHealthCheck: { status: "degraded" | "healthy" | "unknown"; checkedAt: string | null; message: string | null; } | null; createdAt: string; updatedAt: string; topics: { providerId: string; topicName: "accreditedInvestor" | "accreditedInvestorVerified" | "antiMoneyLaundering" | "assetClassification" | "assetCoordinates" | "assetIssuer" | "assetLocation" | "assetPhysicalDetails" | "basePrice" | "collateral" | "contractIdentity" | "custom" | "documentHash" | "issuerJurisdiction" | "issuerLicensed" | "issuerProspectusExempt" | "issuerProspectusFiled" | "issuerReportingCompliant" | "knowYourBusiness" | "knowYourCustomer" | "knowYourTransaction" | "professionalInvestor" | "qualifiedInstitutionalInvestor" | "regulationS" | "uniqueIdentifier"; topicId: string; webhookUrlToken: string; status: "active" | "failed" | "paused" | "pending" | "revoked"; revocationSeverityThreshold: number; notificationChannels: { [x: string]: unknown; }[]; lastActivity: { kind: "verdict"; state: "action_required" | "approved" | "rejected" | "under_review" | null; outcome: string | null; at: string; } | { kind: "alert"; severity: number | null; outcome: string | null; at: string; } | null; createdAt: string; updatedAt: string; }[]; }; links: { self: string; }; };
|
|
367
|
+
type DalpClientOutput53 = { data: { id: string; providerKind: "complyadvantage" | "elliptic" | "jumio" | "middesk" | "onfido" | "persona" | "sumsub" | "sumsub-aml" | "sumsub-kyt" | "trulioo" | "veriff"; status: "active" | "failed" | "paused" | "pending" | "revoked"; statusExplanation: string; issuerEoaAddress: `0x${string}`; onchainIdentityAddress: `0x${string}`; providerApiKeyRef: string; webhookUrlToken: string; webhookAuthMode: "basic_auth_ip_allowlist" | "hmac"; webhookIpAllowlist: string[] | null; pendingSecretExpiresAt: string | null; lastActivity: { kind: "verdict"; state: "action_required" | "approved" | "rejected" | "under_review" | null; outcome: string | null; at: string; } | { kind: "alert"; severity: number | null; outcome: string | null; at: string; } | null; lastHealthCheck: { status: "degraded" | "healthy" | "unknown"; checkedAt: string | null; message: string | null; } | null; createdAt: string; updatedAt: string; topicsCount: number; activeTopicsCount: number; revokedTopicsCount: number; topics: { providerId: string; topicName: "accreditedInvestor" | "accreditedInvestorVerified" | "antiMoneyLaundering" | "assetClassification" | "assetCoordinates" | "assetIssuer" | "assetLocation" | "assetPhysicalDetails" | "basePrice" | "collateral" | "contractIdentity" | "custom" | "documentHash" | "issuerJurisdiction" | "issuerLicensed" | "issuerProspectusExempt" | "issuerProspectusFiled" | "issuerReportingCompliant" | "knowYourBusiness" | "knowYourCustomer" | "knowYourTransaction" | "professionalInvestor" | "qualifiedInstitutionalInvestor" | "regulationS" | "uniqueIdentifier"; topicId: string; webhookUrlToken: string; status: "active" | "failed" | "paused" | "pending" | "revoked"; revocationSeverityThreshold: number; notificationChannels: { [x: string]: unknown; }[]; lastActivity: { kind: "verdict"; state: "action_required" | "approved" | "rejected" | "under_review" | null; outcome: string | null; at: string; } | { kind: "alert"; severity: number | null; outcome: string | null; at: string; } | null; createdAt: string; updatedAt: string; }[]; }[]; meta: { total: number; facets?: { [x: string]: { value: string; count: number; }[]; } | undefined; }; links: { self: string; first: string; prev: string | null; next: string | null; last: string; }; };
|
|
368
|
+
type DalpClientOutput54 = { data: { id: string; providerEventId: string; subjectAddress: string | null; topicName: string | null; severity: number | null; outcome: string; rawPayload: { [x: string]: unknown; }; processedAt: string | null; createdAt: string; }[]; meta: { total: number; facets?: { [x: string]: { value: string; count: number; }[]; } | undefined; }; links: { self: string; first: string; prev: string | null; next: string | null; last: string; }; };
|
|
369
|
+
type DalpClientOutput55 = { data: { provider: { id: string; providerKind: "complyadvantage" | "elliptic" | "jumio" | "middesk" | "onfido" | "persona" | "sumsub" | "sumsub-aml" | "sumsub-kyt" | "trulioo" | "veriff"; status: "active" | "failed" | "paused" | "pending" | "revoked"; statusExplanation: string; issuerEoaAddress: `0x${string}`; onchainIdentityAddress: `0x${string}`; providerApiKeyRef: string; webhookUrlToken: string; webhookAuthMode: "basic_auth_ip_allowlist" | "hmac"; webhookIpAllowlist: string[] | null; pendingSecretExpiresAt: string | null; lastActivity: { kind: "verdict"; state: "action_required" | "approved" | "rejected" | "under_review" | null; outcome: string | null; at: string; } | { kind: "alert"; severity: number | null; outcome: string | null; at: string; } | null; lastHealthCheck: { status: "degraded" | "healthy" | "unknown"; checkedAt: string | null; message: string | null; } | null; createdAt: string; updatedAt: string; topics: { providerId: string; topicName: "accreditedInvestor" | "accreditedInvestorVerified" | "antiMoneyLaundering" | "assetClassification" | "assetCoordinates" | "assetIssuer" | "assetLocation" | "assetPhysicalDetails" | "basePrice" | "collateral" | "contractIdentity" | "custom" | "documentHash" | "issuerJurisdiction" | "issuerLicensed" | "issuerProspectusExempt" | "issuerProspectusFiled" | "issuerReportingCompliant" | "knowYourBusiness" | "knowYourCustomer" | "knowYourTransaction" | "professionalInvestor" | "qualifiedInstitutionalInvestor" | "regulationS" | "uniqueIdentifier"; topicId: string; webhookUrlToken: string; status: "active" | "failed" | "paused" | "pending" | "revoked"; revocationSeverityThreshold: number; notificationChannels: { [x: string]: unknown; }[]; lastActivity: { kind: "verdict"; state: "action_required" | "approved" | "rejected" | "under_review" | null; outcome: string | null; at: string; } | { kind: "alert"; severity: number | null; outcome: string | null; at: string; } | null; createdAt: string; updatedAt: string; }[]; }; }; links: { self: string; }; };
|
|
370
|
+
type DalpClientOutput56 = { data: { valid: boolean; providerMessage: string | null; }; links: { self: string; }; };
|
|
371
|
+
type DalpClientOutput57 = { data: { topic: { providerId: string; topicName: "accreditedInvestor" | "accreditedInvestorVerified" | "antiMoneyLaundering" | "assetClassification" | "assetCoordinates" | "assetIssuer" | "assetLocation" | "assetPhysicalDetails" | "basePrice" | "collateral" | "contractIdentity" | "custom" | "documentHash" | "issuerJurisdiction" | "issuerLicensed" | "issuerProspectusExempt" | "issuerProspectusFiled" | "issuerReportingCompliant" | "knowYourBusiness" | "knowYourCustomer" | "knowYourTransaction" | "professionalInvestor" | "qualifiedInstitutionalInvestor" | "regulationS" | "uniqueIdentifier"; topicId: string; webhookUrlToken: string; status: "active" | "failed" | "paused" | "pending" | "revoked"; revocationSeverityThreshold: number; notificationChannels: { [x: string]: unknown; }[]; lastActivity: { kind: "verdict"; state: "action_required" | "approved" | "rejected" | "under_review" | null; outcome: string | null; at: string; } | { kind: "alert"; severity: number | null; outcome: string | null; at: string; } | null; createdAt: string; updatedAt: string; }; }; links: { self: string; }; };
|
|
372
|
+
type DalpClientOutput58 = { data: { externalId: string; redirectUrl?: string | undefined; }; links: { self: string; }; };
|
|
373
|
+
type DalpClientOutput59 = { data: { externalId: string; identityAddress: `0x${string}`; }; links: { self: string; }; };
|
|
374
|
+
type DalpClientOutput60 = { data: { kytDataTxnId: string; kytTxnId: string; identityAddress?: `0x${string}` | undefined; }; links: { self: string; }; };
|
|
375
|
+
type DalpClientOutput61 = { data: { id: string; name: string; wallet: `0x${string}`; createdAt: string; updatedAt: string; }[]; meta: { total: number; facets?: { [x: string]: { value: string; count: number; }[]; } | undefined; eligibilityHiddenCount?: number | undefined; }; links: { self: string; first: string; prev: string | null; next: string | null; last: string; }; };
|
|
376
|
+
type DalpClientOutput62 = { data: { id: string; name: string; wallet: `0x${string}`; createdAt: string; updatedAt: string; }; links: { self: string; }; };
|
|
377
|
+
type DalpClientOutput63 = { data: { address: `0x${string}`; hasCode: boolean; token: { name: string | null; symbol: string | null; decimals: number | null; totalSupply: [string, number] | null; } | null; isSmart: boolean; knownTo: "external-token" | "factory-token" | "system" | null; registration: { eligible: boolean; blockingReason: "already-registered" | "no-code" | "system-managed" | null; }; }; links: { self: string; }; };
|
|
378
|
+
type DalpClientOutput64 = { data: { deletedSlots: number; status: "destroyed"; }; links: { self: string; }; };
|
|
379
|
+
type DalpClientOutput65 = { data: { provider: "anvil" | "dfns" | "fireblocks" | "local" | "luna" | "ripple"; credentialSource: "org" | "platform"; custodyLockedAt: string | null; lastValidationStatus: "destroyed" | "invalid" | "valid" | null; lastValidatedAt: string | null; metadata?: { workspaceId?: string | undefined; vaultId?: string | undefined; accountIdentifiers?: { [x: string]: string; } | undefined; } | undefined; credentialVersion?: number | undefined; rotatedAt?: string | null | undefined; credentialFingerprint?: string | undefined; }; links: { self: string; }; };
|
|
380
|
+
type DalpClientOutput66 = { data: { ok: true; checkedAt: string; capability: "create" | "read"; workspaceVerified?: boolean | undefined; }; links: { self: string; }; };
|
|
381
|
+
type DalpClientOutput67 = { data: { id: string; topicId: string; name: string; signature: string; registry: { id: `0x${string}`; }; isShadowed: boolean; inheritedBySystemsCount: number; }[]; meta: { total: number; facets?: { [x: string]: { value: string; count: number; }[]; } | undefined; }; links: { self: string; first: string; prev: string | null; next: string | null; last: string; }; };
|
|
382
|
+
type DalpClientOutput68 = { data: { id: string; topicId: string; name: string; signature: string; registry: { id: `0x${string}`; }; isShadowed: boolean; inheritedBySystemsCount: number; }; links: { self: string; }; };
|
|
383
|
+
type DalpClientOutput69 = { data: { id: `0x${string}`; account?: { id: `0x${string}`; } | null | undefined; claimTopics: { id: string; topicId: string; name: string; signature: string; }[]; deployedInTransaction: string; inheritedBySystemsCount: number; }[]; meta: { total: number; facets?: { [x: string]: { value: string; count: number; }[]; } | undefined; }; links: { self: string; first: string; prev: string | null; next: string | null; last: string; }; };
|
|
384
|
+
type DalpClientOutput70 = { data: { id: `0x${string}`; account?: { id: `0x${string}`; } | null | undefined; claimTopics: { id: string; topicId: string; name: string; signature: string; }[]; deployedInTransaction: string; inheritedBySystemsCount: number; }; links: { self: string; }; };
|
|
385
|
+
type DalpClientOutput71 = { data: { id: string; topicId: string; name: string; signature: string; }[]; meta: { total: number; facets?: { [x: string]: { value: string; count: number; }[]; } | undefined; }; links: { self: string; first: string; prev: string | null; next: string | null; last: string; }; };
|
|
386
|
+
type DalpClientOutput72 = { data: { baseCurrency: string; quoteCurrency: string; rate: string; effectiveAt: string; }[]; meta: { total: number; facets?: { [x: string]: { value: string; count: number; }[]; } | undefined; }; links: { self: string; first: string; prev: string | null; next: string | null; last: string; }; };
|
|
387
|
+
type DalpClientOutput73 = { data: { baseCurrency: string; quoteCurrency: string; rate: number | null; effectiveAt: string | null; updatedAt: string | null; feedAddress: `0x${string}` | null; }[]; meta: { total: number; facets?: { [x: string]: { value: string; count: number; }[]; } | undefined; }; links: { self: string; first: string; prev: string | null; next: string | null; last: string; }; };
|
|
388
|
+
type DalpClientOutput74 = { data: { baseCurrency: string; quoteCurrency: string; rate: number; effectiveAt: string; }; links: { self: string; }; };
|
|
389
|
+
type DalpClientOutput75 = { data: { providerKey: string; currencies: string[]; }; links: { self: string; }; };
|
|
390
|
+
type DalpClientOutput76 = { data: { id: `0x${string}`; name: string; symbol: string; decimals: number; totalSupply: [string, number] | null; totalSupplyExact?: string | undefined; type: string; pausable?: { paused: boolean; } | null | undefined; externalRegisteredAt: string | null; externalRegisteredBy: { id: `0x${string}`; } | null; externalDetectedInterfaces: string[] | null; implementsERC3643: boolean; implementsSMART: boolean; }[]; meta: { total: number; facets?: { [x: string]: { value: string; count: number; }[]; } | undefined; }; links: { self: string; first: string; prev: string | null; next: string | null; last: string; }; };
|
|
391
|
+
type DalpClientOutput77 = { transactionId: string; status: string; statusUrl: string; } | { data: { tokenAddress: `0x${string}`; }; meta: { txHashes: string[]; }; links: { self: string; }; };
|
|
392
|
+
type DalpClientOutput78 = { data: { tokenAddress: `0x${string}`; account: `0x${string}`; kind: "account" | "no-checkpoint" | "totalSupply"; balance: [string, number]; balanceExact: string; asOfBlockNumber: string | null; asOfBlockTimestamp: string | null; asOfTxHash: `0x${string}` | null; asOfLogIndex: number | null; }[]; meta: { total: number; facets?: { [x: string]: { value: string; count: number; }[]; } | undefined; }; links: { self: string; first: string; prev: string | null; next: string | null; last: string; }; };
|
|
393
|
+
type DalpClientOutput79 = { transactionId: string; status: string; statusUrl: string; } | { data: { success: boolean; }; meta: { txHashes: string[]; }; links: { self: string; }; };
|
|
394
|
+
type DalpClientOutput80 = { data: { user: { id: string; email: string | null; name: string | null; }; lostWallet: `0x${string}`; identity: { id: `0x${string}` | null; status: "pending" | "registered" | null; isMarkedAsLost: boolean; }; tokenBalances: { tokenAddress: `0x${string}`; tokenName: string; tokenSymbol: string; balance: [string, number]; balanceExact?: string | undefined; decimals: number; }[]; canRecover: boolean; blockingReasons: string[]; }; links: { self: string; }; };
|
|
395
|
+
type DalpClientOutput81 = { data: { phase: "adding-management-key" | "completed" | "completed-with-token-failures" | "creating-identity" | "creating-smart-wallet" | "creating-wallet" | "disabling-old-wallets" | "failed" | "recovering-identity" | "recovering-smart-wallet" | "recovering-tokens" | "registering-new-wallets" | "revoking-sessions"; tokensRecovered: number; totalTokens: number; error: string | null; newWallet: `0x${string}` | null; newIdentity: `0x${string}` | null; tokenRecoveryFailures: { tokenAddress: `0x${string}`; holderAddress: `0x${string}`; reason: "MISSING_CUSTODIAN_ROLE" | "NO_TOKENS" | "RPC_ERROR" | "TOKEN_PAUSED" | "UNKNOWN"; message: string; rawError: string; }[]; }; links: { self: string; }; };
|
|
396
|
+
type DalpClientOutput82 = { readonly deploymentId: string; readonly tree: { readonly id: string; readonly label: string; readonly type: "addon" | "compliance" | "factory" | "feed" | "identity" | "other" | "paymaster" | "registry" | "role" | "system" | "wallet"; readonly status: "awaiting-approval" | "completed" | "failed" | "in-progress" | "pending"; readonly error?: string | undefined; readonly children?: { readonly id: string; readonly label: string; readonly type: "addon" | "compliance" | "factory" | "feed" | "identity" | "other" | "paymaster" | "registry" | "role" | "system" | "wallet"; readonly status: "awaiting-approval" | "completed" | "failed" | "in-progress" | "pending"; readonly error?: string | undefined; }[] | undefined; }[]; readonly success?: boolean | undefined; readonly failedSteps?: { readonly id: string; readonly label: string; readonly error?: string | undefined; readonly wireError?: { readonly dalpCode: string; readonly message: string; readonly retryable: boolean; readonly selector: string; readonly solidityError: string; readonly id?: string | undefined; readonly category?: string | undefined; readonly why?: string | undefined; readonly fix?: string | undefined; readonly suggestedAction?: string | undefined; readonly args?: { readonly [x: string]: string; } | undefined; readonly correlationId?: string | undefined; readonly requestId?: string | undefined; } | undefined; }[] | undefined; };
|
|
397
|
+
type DalpClientOutput83 = { readonly data: { readonly deploymentId: string; readonly status: "absent" | "completed" | "failed" | "in-progress"; readonly tree?: { readonly id: string; readonly label: string; readonly type: "addon" | "compliance" | "factory" | "feed" | "identity" | "other" | "paymaster" | "registry" | "role" | "system" | "wallet"; readonly status: "awaiting-approval" | "completed" | "failed" | "in-progress" | "pending"; readonly error?: string | undefined; readonly children?: { readonly id: string; readonly label: string; readonly type: "addon" | "compliance" | "factory" | "feed" | "identity" | "other" | "paymaster" | "registry" | "role" | "system" | "wallet"; readonly status: "awaiting-approval" | "completed" | "failed" | "in-progress" | "pending"; readonly error?: string | undefined; }[] | undefined; }[] | undefined; readonly success?: boolean | undefined; readonly failedSteps?: { readonly id: string; readonly label: string; readonly error?: string | undefined; readonly wireError?: { readonly dalpCode: string; readonly message: string; readonly retryable: boolean; readonly selector: string; readonly solidityError: string; readonly id?: string | undefined; readonly category?: string | undefined; readonly why?: string | undefined; readonly fix?: string | undefined; readonly suggestedAction?: string | undefined; readonly args?: { readonly [x: string]: string; } | undefined; readonly correlationId?: string | undefined; readonly requestId?: string | undefined; } | undefined; }[] | undefined; }; readonly links: { readonly self: string; }; };
|
|
398
|
+
type DalpClientOutput84 = AsyncIteratorObject<{ readonly type: "tree"; readonly nodes: { readonly id: string; readonly label: string; readonly type: "addon" | "compliance" | "factory" | "feed" | "identity" | "other" | "paymaster" | "registry" | "role" | "system" | "wallet"; readonly status: "awaiting-approval" | "completed" | "failed" | "in-progress" | "pending"; readonly error?: string | undefined; readonly children?: { readonly id: string; readonly label: string; readonly type: "addon" | "compliance" | "factory" | "feed" | "identity" | "other" | "paymaster" | "registry" | "role" | "system" | "wallet"; readonly status: "awaiting-approval" | "completed" | "failed" | "in-progress" | "pending"; readonly error?: string | undefined; }[] | undefined; }[]; } | { readonly type: "requirement-required"; readonly requirementId: string; readonly kind: "gas"; readonly payload: { readonly role: "org-creator-eoa" | "org-vault-eoa" | "token-creator-eoa"; readonly chainId: number; readonly chainName: string; readonly address: string; readonly tokenSymbol: string; readonly shortfallWei: string; readonly recommendedTotalWei: string; readonly deployCostWei: string; readonly opsAllowanceWei: string; readonly bufferPct: number; readonly devCommand?: string | undefined; readonly opName: string; readonly seq: number; readonly alreadySentWei: string; }; } | { readonly type: "requirement-expired"; readonly requirementId: string; readonly kind: "gas"; readonly finalShortfallWei: string; readonly recoveryGuidance: string; } | { readonly type: "error"; readonly message: string; readonly error: { readonly id: string; readonly category: "auth" | "client" | "contract" | "dependency" | "domain" | "operational" | "permission" | "unknown" | "vendor-boundary"; readonly status: number; readonly retryable: boolean; readonly message: string; readonly why: string; readonly fix: string; readonly details?: { readonly [x: string]: unknown; } | undefined; }; } | { readonly type: "update"; readonly nodeId: string; readonly status: "awaiting-approval" | "completed" | "failed" | "in-progress" | "pending"; readonly error?: string | undefined; } | { readonly type: "requirement-resolved"; readonly requirementId: string; readonly kind: "gas"; readonly resolution?: { readonly newBalanceWei?: string | undefined; readonly txHash?: string | undefined; readonly alreadySentWei: string; } | undefined; } | { readonly type: "complete"; readonly success: boolean; readonly failedSteps?: { readonly id: string; readonly label: string; readonly error?: string | undefined; readonly wireError?: { readonly dalpCode: string; readonly message: string; readonly retryable: boolean; readonly selector: string; readonly solidityError: string; readonly id?: string | undefined; readonly category?: string | undefined; readonly why?: string | undefined; readonly fix?: string | undefined; readonly suggestedAction?: string | undefined; readonly args?: { readonly [x: string]: string; } | undefined; readonly correlationId?: string | undefined; readonly requestId?: string | undefined; } | undefined; }[] | undefined; }, any, unknown>;
|
|
399
|
+
type DalpClientOutput85 = { readonly hasOnChainRoles: boolean; };
|
|
400
|
+
type DalpClientOutput86 = { readonly id: string; readonly email: string; readonly role: string; readonly status: "accepted" | "canceled" | "pending" | "rejected"; readonly onChainRoles: ("admin" | "auditor" | "claimIssuer" | "claimPolicyManager" | "complianceManager" | "feedsManager" | "gasManager" | "identityManager" | "systemManager" | "tokenManager")[]; readonly expiresAt: string; };
|
|
401
|
+
type DalpClientOutput87 = { readonly id: string; readonly email: string; readonly role: string; readonly status: "accepted" | "canceled" | "pending" | "rejected"; readonly expiresAt: string; };
|
|
402
|
+
type DalpClientOutput88 = { readonly ready: true; };
|
|
403
|
+
type DalpClientOutput89 = { data: { hash: `0x${string}`; contentType: string; payload: string; }; links: { self: string; }; };
|
|
404
|
+
type DalpClientOutput90 = { readonly id: string; readonly method: string; readonly routeTemplate: string; readonly requestType: "rest" | "rpc"; readonly statusCode: number | null; readonly durationMs: number | null; readonly requestedAt: string; readonly userId: string | null; readonly organizationId: string | null; readonly ipAddress: string | null; readonly userAgent: string | null; readonly callerType: "anonymous" | "invalid" | "user"; readonly callerDisplay: string | null; readonly requestSize: number | null; readonly responseSize: number | null; readonly errorMessage: string | null; readonly requestHeaders: unknown; readonly responseHeaders: unknown; readonly requestBody: unknown; readonly responseBody: unknown; readonly requestUrl: string | null; readonly errorDetails: unknown; readonly traceId: string | null; readonly idempotencyKey: string | null; };
|
|
405
|
+
type DalpClientOutput91 = { readonly items: { readonly endpointId: string; readonly method: string; readonly routeTemplate: string; readonly requestType: "rest" | "rpc"; readonly tag: string | null; readonly requestCount: number; readonly avgDurationMs: number; readonly errorRate: number; }[]; readonly totalCount: number; readonly facets: { readonly [x: string]: { readonly value: string; readonly count: number; }[]; }; };
|
|
406
|
+
type DalpClientOutput92 = { readonly items: { readonly id: string; readonly method: string; readonly routeTemplate: string; readonly requestType: "rest" | "rpc"; readonly statusCode: number | null; readonly durationMs: number | null; readonly requestedAt: string; readonly userId: string | null; readonly organizationId: string | null; readonly ipAddress: string | null; readonly userAgent: string | null; readonly callerType: "anonymous" | "invalid" | "user"; readonly callerDisplay: string | null; readonly traceId: string | null; readonly idempotencyKey: string | null; }[]; readonly nextCursor: string | null; readonly totalCount: number; readonly facets: { readonly [x: string]: { readonly value: string; readonly count: number; }[]; }; };
|
|
407
|
+
type DalpClientOutput93 = AsyncIteratorObject<{ readonly id: string; readonly method: string; readonly routeTemplate: string; readonly requestType: "rest" | "rpc"; readonly statusCode: number | null; readonly durationMs: number | null; readonly requestedAt: string; readonly userId: string | null; readonly organizationId: string | null; readonly ipAddress: string | null; readonly userAgent: string | null; readonly callerType: "anonymous" | "invalid" | "user"; readonly callerDisplay: string | null; readonly traceId: string | null; readonly idempotencyKey: string | null; }, any, unknown>;
|
|
408
|
+
type DalpClientOutput94 = { readonly totalRequests: number; readonly errorRate: number; readonly serverErrorRate?: number | undefined; readonly clientErrorRate?: number | undefined; readonly avgDurationMs: number; readonly p95DurationMs: number | null; readonly error4xxCount: number; readonly error5xxCount: number; };
|
|
409
|
+
type DalpClientOutput95 = { readonly buckets: { readonly timestamp: string; readonly restSuccessCount: number; readonly rpcSuccessCount: number; readonly restError4xxCount: number; readonly rpcError4xxCount: number; readonly restError5xxCount: number; readonly rpcError5xxCount: number; readonly avgDurationMs: number; }[]; };
|
|
410
|
+
type DalpClientOutput96 = { readonly items: { readonly endpointId: string; readonly method: string; readonly routeTemplate: string; readonly requestType: "rest" | "rpc"; readonly errorCount: number; readonly totalCount: number; readonly errorRate: number; readonly dominantStatusCode: number | null; }[]; };
|
|
411
|
+
type DalpClientOutput97 = { readonly acknowledged: boolean; };
|
|
412
|
+
type DalpClientOutput98 = { readonly items: { readonly serviceId: string; readonly serviceType: "chain-rpc" | "indexer"; readonly chainId: number; readonly networkName: string; readonly latestStatus: "critical" | "degraded" | "healthy" | "reindexing" | "unknown"; readonly latestSampledAt: string | null; readonly snapshotCount: number; readonly avgSyncLag: number | null; readonly avgBlockAgeSeconds: number | null; readonly avgFinalityLagBlocks: number | null; readonly avgStallSeconds: number | null; readonly healthyPct: number; readonly degradedPct: number; readonly criticalPct: number; }[]; readonly totalCount: number; readonly facets: { readonly [x: string]: { readonly value: string; readonly count: number; }[]; }; };
|
|
413
|
+
type DalpClientOutput99 = { readonly items: { readonly id: string; readonly serviceType: "chain-rpc" | "indexer"; readonly chainId: number; readonly networkName: string; readonly status: "critical" | "degraded" | "healthy" | "reindexing" | "unknown"; readonly rawStatus: "critical" | "degraded" | "healthy" | "reindexing" | "unknown"; readonly sampledAt: string; readonly blockHeight: number | null; readonly chainHeadBlock: number | null; readonly syncLag: number | null; readonly entityCount: number | null; readonly blockAgeSeconds: number | null; readonly finalityLagBlocks: number | null; readonly stallSeconds: number | null; readonly collectorLatencyMs: number | null; }[]; readonly nextCursor: string | null; readonly totalCount: number; readonly facets: { readonly [x: string]: { readonly value: string; readonly count: number; }[]; }; };
|
|
414
|
+
type DalpClientOutput100 = AsyncIteratorObject<{ readonly eventType: "snapshot"; readonly id: string; readonly serviceId: string; readonly serviceType: "chain-rpc" | "indexer"; readonly chainId: number; readonly networkName: string; readonly status: "critical" | "degraded" | "healthy" | "reindexing" | "unknown"; readonly rawStatus: "critical" | "degraded" | "healthy" | "reindexing" | "unknown"; readonly sampledAt: string; readonly blockHeight: number | null; readonly chainHeadBlock: number | null; readonly syncLag: number | null; readonly entityCount: number | null; readonly blockAgeSeconds: number | null; readonly finalityLagBlocks: number | null; readonly stallSeconds: number | null; readonly collectorLatencyMs: number | null; readonly deploymentState: { readonly servingVersion: number | null; readonly buildingVersion: number | null; readonly reindexProgressPct: number | null; readonly reindexCurrentBlock: number | null; readonly reindexTargetBlock: number | null; readonly reindexStartedAt: string | null; readonly pendingBackfillCount: number | null; readonly backfillingCount: number | null; readonly syncedCount: number | null; readonly failedCount: number | null; } | null; } | { readonly eventType: "block-progress"; readonly chainId: number; readonly blockNumber: number; }, any, unknown>;
|
|
415
|
+
type DalpClientOutput101 = { readonly services: { readonly serviceId: string; readonly serviceType: "chain-rpc" | "indexer"; readonly chainId: number; readonly networkName: string; readonly latestStatus: "critical" | "degraded" | "healthy" | "reindexing" | "unknown"; readonly latestSampledAt: string | null; readonly snapshotCount: number; readonly syncLag: number | null; readonly blockHeight: number | null; readonly blockAgeSeconds: number | null; readonly finalityLagBlocks: number | null; readonly stallSeconds: number | null; readonly recentLatencies: number[]; readonly deploymentState: { readonly servingVersion: number | null; readonly buildingVersion: number | null; readonly codeVersion: number | null; readonly reindexProgressPct: number | null; readonly reindexCurrentBlock: number | null; readonly reindexTargetBlock: number | null; readonly reindexStartedAt: string | null; readonly pendingBackfillCount: number | null; readonly backfillingCount: number | null; readonly syncedCount: number | null; readonly failedCount: number | null; } | null; }[]; };
|
|
416
|
+
type DalpClientOutput102 = { readonly buckets: { readonly timestamp: string; readonly services: { readonly serviceKey: string; readonly serviceType: "chain-rpc" | "indexer"; readonly chainId: number; readonly networkName: string; readonly healthyPct: number; readonly degradedPct: number; readonly criticalPct: number; }[]; }[]; };
|
|
417
|
+
type DalpClientOutput103 = { data: { memberId: string; userId: string; organizationId: string; role: string; }; links: { self: string; }; };
|
|
418
|
+
type DalpClientOutput104 = { readonly data: { readonly organizationId: string; readonly chainId: number; readonly status: "active" | "deploying" | "disabled" | "failed" | "pending"; }; readonly links: { readonly self: string; }; };
|
|
419
|
+
type DalpClientOutput105 = { readonly data: { readonly deploymentId: string; readonly status: "absent" | "completed" | "failed" | "in-progress"; readonly tree?: { readonly id: string; readonly label: string; readonly type: "addon" | "compliance" | "factory" | "feed" | "identity" | "other" | "paymaster" | "registry" | "role" | "system" | "wallet"; readonly status: "awaiting-approval" | "completed" | "failed" | "in-progress" | "pending"; readonly error?: string | undefined; readonly children?: { readonly id: string; readonly label: string; readonly type: "addon" | "compliance" | "factory" | "feed" | "identity" | "other" | "paymaster" | "registry" | "role" | "system" | "wallet"; readonly status: "awaiting-approval" | "completed" | "failed" | "in-progress" | "pending"; readonly error?: string | undefined; }[] | undefined; }[] | undefined; readonly success?: boolean | undefined; readonly aaIntent?: boolean | undefined; readonly failedSteps?: { readonly id: string; readonly label: string; readonly error?: string | undefined; readonly wireError?: { readonly dalpCode: string; readonly message: string; readonly retryable: boolean; readonly selector: string; readonly solidityError: string; readonly id?: string | undefined; readonly category?: string | undefined; readonly why?: string | undefined; readonly fix?: string | undefined; readonly suggestedAction?: string | undefined; readonly args?: { readonly [x: string]: string; } | undefined; readonly correlationId?: string | undefined; readonly requestId?: string | undefined; } | undefined; }[] | undefined; }; readonly links: { readonly self: string; }; };
|
|
420
|
+
type DalpClientOutput106 = { data: { chainId: number; networkName: string; chainName: string | null; }[]; meta: { total: number; facets?: { [x: string]: { value: string; count: number; }[]; } | undefined; }; links: { self: string; first: string; prev: string | null; next: string | null; last: string; }; };
|
|
421
|
+
type DalpClientOutput107 = { data: { chainId: number; networkName: string | null; chainName: string | null; explorerUrl: string | null; status: "active" | "deploying" | "disabled" | "failed" | "pending"; systemAddress: string | null; isDefault: boolean; aaReady: boolean; }[]; meta: { total: number; facets?: { [x: string]: { value: string; count: number; }[]; } | undefined; }; links: { self: string; first: string; prev: string | null; next: string | null; last: string; }; };
|
|
422
|
+
type DalpClientOutput108 = { data: { metaTxSigner: { id: `0x${string}`; } | null; displaySender: { id: `0x${string}`; }; relayerKind: string | null; relayer: { id: `0x${string}`; } | null; userOpHash: `0x${string}` | null; paymaster?: { id: `0x${string}`; } | null | undefined; actualGasCost?: string | null | undefined; id: string; eventName: string; txIndex: string; blockNumber: string; blockTimestamp: string; transactionHash: `0x${string}`; emitter: { id: `0x${string}`; }; sender: { id: `0x${string}`; }; involved: { id: `0x${string}`; }[]; values: { id: string; name: string; value: string; }[]; }[]; meta: { total: number; facets?: { [x: string]: { value: string; count: number; }[]; } | undefined; }; links: { self: string; first: string; prev: string | null; next: string | null; last: string; }; };
|
|
423
|
+
type DalpClientOutput109 = { data: { timeSeries: { timestamp: string; count: number; }[]; count: number; }; links: { self: string; }; };
|
|
424
|
+
type DalpClientOutput110 = { data: { [x: string]: "eoa" | "smart-wallet"; }; links: { self: string; }; };
|
|
425
|
+
type DalpClientOutput111 = { data: { id: string; kind: "eoa" | "organisation" | "person" | "single_sig"; displayName: string | null; gatingRole: "admin" | "organisationIdentityManager" | null; actAvailability: { actable: boolean; reason: "noEoa" | "noIdentity" | "noSmartWallet" | "ok"; }; identityStatus: "none" | "pending" | "verified"; identityAddress: `0x${string}` | null; accountCount: number; }[]; meta: { total: number; facets?: { [x: string]: { value: string; count: number; }[]; } | undefined; }; links: { self: string; first: string; prev: string | null; next: string | null; last: string; }; };
|
|
426
|
+
type DalpClientOutput112 = { data: { id: string; kind: "eoa" | "single_sig"; wallet: `0x${string}`; identity: `0x${string}`; }; links: { self: string; }; };
|
|
427
|
+
type DalpClientOutput113 = { data: { id: string; token: { id: `0x${string}`; name: string; symbol: string; type: string; isExternal: boolean; decimals: number; }; assetClass: { id: string; slug: string; name: string; } | null; organization: { id: string; name: string; } | null; walletAddress: `0x${string}`; walletType: "eoa" | "smart"; balance: [string, number]; frozen: [string, number]; available: [string, number]; valueInBaseCurrency: [string, number] | null; priceInBaseCurrencyReliable: boolean; transferVerdict: "restricted" | "transferable"; restrictionReason: string | null; }[]; meta: { total: number; facets?: { [x: string]: { value: string; count: number; }[]; } | undefined; balancesAsOf: string | null; }; links: { self: string; first: string; prev: string | null; next: string | null; last: string; }; };
|
|
428
|
+
type DalpClientOutput114 = { data: { id: string; kind: "addon" | "asset" | "claim_issuer" | "company" | "department" | "fund" | "joint_account" | "organisation" | "person" | "spv"; address: `0x${string}` | null; displayName: string; }[]; meta: { total: number; facets?: { [x: string]: { value: string; count: number; }[]; } | undefined; eligibilityHiddenCount?: number | undefined; }; links: { self: string; first: string; prev: string | null; next: string | null; last: string; }; };
|
|
429
|
+
type DalpClientOutput115 = { readonly data: { readonly address: `0x${string}`; readonly deployed: boolean; readonly signingAddress: `0x${string}`; } | null; readonly links: { readonly self: string; }; readonly accounts: { readonly smartAccount: { readonly address: `0x${string}`; readonly deployed: boolean; } | null; readonly account: { readonly address: `0x${string}`; } | null; } | null; };
|
|
430
|
+
type DalpClientOutput116 = { data: { verdict: "allowed" | "blocked" | "needs-action"; source: "indexer" | "live"; checkedAt: string; wallet: `0x${string}` | null; reasons: { code: "address-blocked" | "claim-expired" | "claim-missing" | "claim-revoked" | "country-blocked" | "country-not-allowed" | "identity-blocked" | "identity-not-verified" | "live-timeout"; moduleTypeId?: "address-block-list" | "address-block-list-v2" | "capital-raise-limit" | "capped" | "capped-v2" | "collateral" | "collateral-v2" | "country-allow-list" | "country-allow-list-v2" | "country-block-list" | "country-block-list-v2" | "identity-allow-list" | "identity-allow-list-v2" | "identity-block-list" | "identity-block-list-v2" | "identity-verification" | "identity-verification-v2" | "investor-count" | "investor-count-v2" | "issuance-volume-limit" | "time-lock" | "time-lock-v2" | "token-supply-limit" | "transfer-approval" | "transfer-approval-v2" | undefined; instanceAddress?: `0x${string}` | undefined; details?: { topic?: string | undefined; expiresAt?: string | undefined; countryCode?: number | undefined; } | undefined; }[]; wallets?: { verdict: "allowed" | "blocked" | "needs-action"; source: "indexer" | "live"; checkedAt: string; wallet: `0x${string}` | null; reasons: { code: "address-blocked" | "claim-expired" | "claim-missing" | "claim-revoked" | "country-blocked" | "country-not-allowed" | "identity-blocked" | "identity-not-verified" | "live-timeout"; moduleTypeId?: "address-block-list" | "address-block-list-v2" | "capital-raise-limit" | "capped" | "capped-v2" | "collateral" | "collateral-v2" | "country-allow-list" | "country-allow-list-v2" | "country-block-list" | "country-block-list-v2" | "identity-allow-list" | "identity-allow-list-v2" | "identity-block-list" | "identity-block-list-v2" | "identity-verification" | "identity-verification-v2" | "investor-count" | "investor-count-v2" | "issuance-volume-limit" | "time-lock" | "time-lock-v2" | "token-supply-limit" | "transfer-approval" | "transfer-approval-v2" | undefined; instanceAddress?: `0x${string}` | undefined; details?: { topic?: string | undefined; expiresAt?: string | undefined; countryCode?: number | undefined; } | undefined; }[]; }[] | undefined; }; links: { self: string; }; };
|
|
431
|
+
type DalpClientOutput117 = { readonly completed: true; };
|
|
432
|
+
type DalpClientOutput118 = { readonly completed: boolean; };
|
|
433
|
+
type DalpClientOutput119 = { readonly verdict: "degraded" | "no_data" | "operational" | "outage"; readonly sparkline: { readonly bucketHour: string; readonly value: number | null; }[]; readonly generatedAt: string; readonly stats: { readonly chainsInSync: number; readonly totalChains: number; readonly syncErrors24h: number; }; };
|
|
434
|
+
type DalpClientOutput120 = { readonly manifest: { readonly schemaVersion: 1; readonly generatedAt: string; readonly generatedByRole: string; readonly platform: { readonly version: string; readonly commit: string; readonly deploy: string; }; readonly observability?: { readonly available: boolean; readonly baseUrl?: string | undefined; readonly links?: { readonly logs: string; readonly metrics: string; readonly traces: string; } | undefined; } | undefined; readonly categories: { readonly id: "api-requests" | "blockchain-rpc" | "build-deploy" | "database" | "indexer-didx" | "observability-logs" | "observability-traces" | "org-config" | "recent-errors" | "restate-state" | "service-health"; readonly title: string; readonly source: string; readonly capturedAt: string; readonly status: "ok" | "partial" | "redacted" | "unavailable"; readonly file?: string | undefined; readonly note?: string | undefined; }[]; }; readonly categories: { readonly [x: string]: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | any | { readonly [x: string]: string | number | boolean | any | any | null; } | null)[] | { readonly [x: string]: string | number | boolean | any | any | null; } | null)[] | { readonly [x: string]: string | number | boolean | any | any | null; } | null)[] | { readonly [x: string]: string | number | boolean | any | any | null; } | null)[] | { readonly [x: string]: string | number | boolean | any | any | null; } | null)[] | { readonly [x: string]: string | number | boolean | any | any | null; } | null)[] | { readonly [x: string]: string | number | boolean | any | any | null; } | null)[] | { readonly [x: string]: string | number | boolean | any | any | null; } | null)[] | { readonly [x: string]: string | number | boolean | any | any | null; } | null)[] | { readonly [x: string]: string | number | boolean | any | any | null; } | null)[] | { readonly [x: string]: string | number | boolean | any | any | null; } | null)[] | { readonly [x: string]: string | number | boolean | any | any | null; } | null; }; };
|
|
435
|
+
type DalpClientOutput121 = { readonly generatedAt: string; readonly rows: { readonly kind: "dataFreshness" | "platformApi" | "transactions" | "workflows"; readonly serviceLabel: string; readonly days: { readonly date: string; readonly severity: "degraded" | "no_data" | "operational" | "outage"; }[]; }[]; readonly networks?: { readonly chainId: number; readonly networkName: string; readonly rows: { readonly kind: "dataFreshness" | "platformApi" | "transactions" | "workflows"; readonly days: { readonly date: string; readonly severity: "degraded" | "no_data" | "operational" | "outage"; }[]; }[]; }[] | undefined; };
|
|
436
|
+
type DalpClientOutput122 = { readonly verdict: "degraded" | "no_data" | "operational" | "outage"; readonly sparkline: { readonly bucketHour: string; readonly value: number | null; }[]; readonly generatedAt: string; readonly stats: { readonly totalRequests24h: number; readonly error4xxRate: number; readonly error5xxRate: number; }; };
|
|
437
|
+
type DalpClientOutput123 = { readonly generatedAt: string; readonly headerVerdict: "degraded" | "no_data" | "operational" | "outage"; readonly panels: { readonly dataFreshness: { readonly verdict: "degraded" | "no_data" | "operational" | "outage"; readonly sparkline: { readonly bucketHour: string; readonly value: number | null; }[]; readonly stats: { readonly chainsInSync: number; readonly totalChains: number; readonly syncErrors24h: number; }; }; readonly transactions: { readonly verdict: "degraded" | "no_data" | "operational" | "outage"; readonly sparkline: { readonly bucketHour: string; readonly value: number | null; }[]; readonly stats: { readonly chainCount: number; }; }; readonly platformApi: { readonly verdict: "degraded" | "no_data" | "operational" | "outage"; readonly sparkline: { readonly bucketHour: string; readonly value: number | null; }[]; readonly stats: { readonly totalRequests24h: number; readonly error4xxRate: number; readonly error5xxRate: number; }; }; readonly workflows: { readonly verdict: "degraded" | "no_data" | "operational" | "outage"; readonly sparkline: { readonly bucketHour: string; readonly value: number | null; }[]; readonly stats: { readonly completed24h: number | null; readonly stalled: number | null; }; }; }; readonly statCards: { readonly operationsCompleted24h: number | null; readonly operationsCompleted24hPrevious24h: number | null; readonly successRate24h: number | null; readonly successRate24hPrevious24h: number | null; readonly completionTimeP95Ms: number | null; readonly completionTimeP95MsPrevious24h: number | null; readonly dataDelayBlocks: number | null; readonly dataDelayBlocksPrevious24h: number | null; readonly dataDelayBlocksAsOf: string | null; readonly blocksIndexedTotal: number | null; }; };
|
|
438
|
+
type DalpClientOutput124 = { readonly operationsCompleted24h: number | null; readonly operationsCompleted24hPrevious24h: number | null; readonly successRate24h: number | null; readonly successRate24hPrevious24h: number | null; readonly completionTimeP95Ms: number | null; readonly completionTimeP95MsPrevious24h: number | null; readonly dataDelayBlocks: number | null; readonly dataDelayBlocksPrevious24h: number | null; readonly dataDelayBlocksAsOf: string | null; readonly blocksIndexedTotal: number | null; readonly generatedAt: string; readonly totalChains: number | null; };
|
|
439
|
+
type DalpClientOutput125 = { readonly verdict: "degraded" | "no_data" | "operational" | "outage"; readonly sparkline: { readonly bucketHour: string; readonly value: number | null; }[]; readonly generatedAt: string; readonly stats: { readonly chainCount: number; }; };
|
|
440
|
+
type DalpClientOutput126 = { data: { transactionId: string; kind: string; description: string | null; status: "BROADCASTING" | "CANCELLED" | "COMPLETED" | "CONFIRMING" | "DEAD_LETTER" | "FAILED" | "PENDING_APPROVAL" | "PREPARING" | "QUEUED" | "RECEIVED" | "SIGNING"; subStatus: string | null; fromAddress: string; chainId: number; nonce: number | null; gasPrice: string | null; transactionHash: string | null; confirmationChecks: number; errorMessage: string | null; revertReason: string | null; contractErrorCode: string | null; traceId: string | null; createdAt: string; updatedAt: string; }[]; meta: { total: number; facets?: { [x: string]: { value: string; count: number; }[]; } | undefined; }; links: { self: string; first: string; prev: string | null; next: string | null; last: string; }; };
|
|
441
|
+
type DalpClientOutput127 = { readonly verdict: "degraded" | "no_data" | "operational" | "outage"; readonly sparkline: { readonly bucketHour: string; readonly value: number | null; }[]; readonly generatedAt: string; readonly stats: { readonly completed24h: number | null; readonly stalled: number | null; }; };
|
|
442
|
+
type DalpClientOutput128 = { readonly generatedAt: string; readonly items: { readonly id: string; readonly workflowType: string; readonly status: string; readonly outcome: "failure" | "success" | null; readonly createdAt: string; readonly modifiedAt: string; }[]; readonly total: number; readonly truncated: boolean; };
|
|
443
|
+
type DalpClientOutput129 = { readonly acknowledged: true; };
|
|
444
|
+
type DalpClientOutput130 = { readonly ingress: { readonly status: "degraded" | "ok" | "unreachable"; readonly latencyMs: number | null; }; readonly admin: { readonly status: "degraded" | "ok" | "unreachable"; readonly latencyMs: number | null; readonly version: string | null; }; readonly deployments: { readonly status: "degraded" | "ok" | "unreachable"; readonly items: { readonly id: string; readonly serviceUrl: string; readonly createdAt: string; }[]; readonly error: string | null; }; readonly services: { readonly status: "degraded" | "ok" | "unreachable"; readonly items: { readonly name: string; readonly revision?: number | undefined; }[]; readonly error: string | null; }; readonly invocations: { readonly status: "degraded" | "ok" | "unreachable"; readonly byStatus: { readonly [x: string]: number; }; readonly recentFailures: { readonly id: string; readonly serviceName: string; readonly serviceKey: string | null; readonly failedAt: string; readonly errorMessage: string | null; }[]; readonly error: string | null; }; };
|
|
445
|
+
type DalpClientOutput131 = { readonly acknowledged: true; readonly deploymentId: string; };
|
|
446
|
+
type DalpClientOutput132 = { readonly acknowledged: true; readonly invocationId: string; };
|
|
447
|
+
type DalpClientOutput133 = { readonly acknowledged: true; readonly dryRun: boolean; readonly pausedCount: number; readonly resumedCount: number; readonly invocations: { readonly id: string; readonly serviceName: string; readonly serviceKey: string; readonly modifiedAt: string; }[]; };
|
|
448
|
+
type DalpClientOutput134 = ({ readonly jsonrpc: "2.0"; readonly id?: string | number | null | undefined; readonly result: unknown; } | { readonly jsonrpc: "2.0"; readonly id?: string | number | null | undefined; readonly error: { readonly code: number; readonly message: string; readonly data?: unknown; }; })[] | { readonly jsonrpc: "2.0"; readonly id?: string | number | null | undefined; readonly result: unknown; } | { readonly jsonrpc: "2.0"; readonly id?: string | number | null | undefined; readonly error: { readonly code: number; readonly message: string; readonly data?: unknown; }; };
|
|
449
|
+
type DalpClientOutput135 = { data: { sections: ({ type: "contacts"; items: { id: string; name: string; wallet: `0x${string}`; }[]; } | { type: "tokens"; items: { id: `0x${string}`; tokenFactory: { id: `0x${string}`; } | null; type: string; createdAt: string; name: string; symbol: string; logoUrl?: string | null | undefined; decimals: number; basePrice: [string, number]; basePriceCurrencyCode: string | null; totalSupply: [string, number]; totalSupplyExact?: string | undefined; smartInterface: number | null; pausable: { paused: boolean; }; templateLink: { templateId: string; templateSlug: string; } | null; }[]; } | { type: "users"; items: { id: string; name: string | null; wallet: `0x${string}` | null; signingAddress: `0x${string}` | null; executorAddress: `0x${string}` | null; role: "admin" | "member" | "owner"; }[]; } | { type: "systemContracts"; items: { id: `0x${string}`; name: string; contractType: string; }[]; })[]; }; links: { self: string; }; };
|
|
450
|
+
type DalpClientOutput136 = { data: { key: string; value: string; lastUpdated: string; }[]; meta: { total: number; facets?: { [x: string]: { value: string; count: number; }[]; } | undefined; }; links: { self: string; first: string; prev: string | null; next: string | null; last: string; }; };
|
|
451
|
+
type DalpClientOutput137 = { data: { value: string | null; }; links: { self: string; }; };
|
|
452
|
+
type DalpClientOutput138 = { data: { value: string; }; links: { self: string; }; };
|
|
453
|
+
type DalpClientOutput139 = { data: { id: string; name: string; description: string | null; slug: string; isSystem: boolean; isHidden: boolean; organizationId: string | null; createdBy: string | null; createdAt: string; updatedAt: string; }; links: { self: string; }; };
|
|
454
|
+
type DalpClientOutput140 = { data: { id: string; name: string; description: string | null; slug: string; isSystem: boolean; isHidden: boolean; organizationId: string | null; createdBy: string | null; createdAt: string; updatedAt: string; }[]; meta: { total: number; facets?: { [x: string]: { value: string; count: number; }[]; } | undefined; }; links: { self: string; first: string; prev: string | null; next: string | null; last: string; }; };
|
|
455
|
+
type DalpClientOutput141 = { data: { id: string; name: string; slug: string; description: string | null; assetClass: string; typeId: string; baseAssetType: "bond" | "deposit" | "equity" | "fund" | "precious-metal" | "real-estate" | "stablecoin"; isSystem: boolean; isDraft: boolean; isHidden: boolean; organizationId: string | null; version: number; requiredFeatures: ("aum-fee" | "conversion" | "conversion-minter" | "external-transaction-fee" | "fixed-treasury-yield" | "historical-balances" | "maturity-redemption" | "permit" | "transaction-fee" | "transaction-fee-accounting" | "voting-power")[]; metadataSchema: { [x: string]: { mutability: "immutable" | "restricted-mutable"; label: string; description?: string | undefined; required?: boolean | undefined; defaultValue?: string | undefined; configurableInDesigner?: boolean | undefined; type: "string"; minLength?: number | undefined; maxLength?: number | undefined; } | { mutability: "immutable" | "restricted-mutable"; label: string; description?: string | undefined; required?: boolean | undefined; defaultValue?: string | undefined; configurableInDesigner?: boolean | undefined; lowerBound?: string | undefined; upperBound?: string | undefined; type: "number"; } | { mutability: "immutable" | "restricted-mutable"; label: string; description?: string | undefined; required?: boolean | undefined; defaultValue?: string | undefined; configurableInDesigner?: boolean | undefined; lowerBound?: string | undefined; upperBound?: string | undefined; type: "date"; } | { mutability: "immutable" | "restricted-mutable"; label: string; description?: string | undefined; required?: boolean | undefined; defaultValue?: string | undefined; configurableInDesigner?: boolean | undefined; type: "enum"; options?: string[] | undefined; } | { mutability: "immutable" | "restricted-mutable"; label: string; description?: string | undefined; required?: boolean | undefined; defaultValue?: string | undefined; configurableInDesigner?: boolean | undefined; type: "isin"; } | { mutability: "immutable" | "restricted-mutable"; label: string; description?: string | undefined; required?: boolean | undefined; defaultValue?: string | undefined; configurableInDesigner?: boolean | undefined; type: "address"; } | { mutability: "immutable" | "restricted-mutable"; label: string; description?: string | undefined; required?: boolean | undefined; defaultValue?: string | undefined; configurableInDesigner?: boolean | undefined; lowerBound?: string | undefined; upperBound?: string | undefined; type: "bps"; } | { mutability: "immutable" | "restricted-mutable"; label: string; description?: string | undefined; required?: boolean | undefined; defaultValue?: string | undefined; configurableInDesigner?: boolean | undefined; lowerBound?: string | undefined; upperBound?: string | undefined; type: "percentage"; } | { mutability: "immutable" | "restricted-mutable"; label: string; description?: string | undefined; required?: boolean | undefined; defaultValue?: string | undefined; configurableInDesigner?: boolean | undefined; type: "currency-code"; options?: string[] | undefined; } | { mutability: "immutable" | "restricted-mutable"; label: string; description?: string | undefined; required?: boolean | undefined; defaultValue?: string | undefined; configurableInDesigner?: boolean | undefined; type: "country-code"; options?: string[] | undefined; } | { mutability: "immutable" | "restricted-mutable"; label: string; description?: string | undefined; required?: boolean | undefined; defaultValue?: string | undefined; configurableInDesigner?: boolean | undefined; type: "lei"; } | { mutability: "immutable" | "restricted-mutable"; label: string; description?: string | undefined; required?: boolean | undefined; defaultValue?: string | undefined; configurableInDesigner?: boolean | undefined; type: "cusip"; } | { mutability: "immutable" | "restricted-mutable"; label: string; description?: string | undefined; required?: boolean | undefined; defaultValue?: string | undefined; configurableInDesigner?: boolean | undefined; type: "figi"; } | { mutability: "immutable" | "restricted-mutable"; label: string; description?: string | undefined; required?: boolean | undefined; defaultValue?: string | undefined; configurableInDesigner?: boolean | undefined; lowerBound?: string | undefined; upperBound?: string | undefined; type: "decimal-money"; } | { mutability: "immutable" | "restricted-mutable"; label: string; description?: string | undefined; required?: boolean | undefined; defaultValue?: string | undefined; configurableInDesigner?: boolean | undefined; type: "url"; }; } | null; featureConfig: { [x: string]: { [x: string]: boolean | { type?: "boolean" | "date" | "number" | "string" | undefined; required?: boolean | undefined; value?: string | number | boolean | undefined; upperBound?: number | undefined; configurableInDesigner?: boolean | undefined; requiredInDesigner?: boolean | undefined; } | null; }; } | null; hiddenFromSidebar?: boolean | undefined; assetClassId?: string | null | undefined; createdBy: string | null; createdAt: string; updatedAt: string; }; links: { self: string; }; };
|
|
456
|
+
type DalpClientOutput142 = { data: { id: string; name: string; slug: string; description: string | null; assetClass: string; typeId: string; baseAssetType: "bond" | "deposit" | "equity" | "fund" | "precious-metal" | "real-estate" | "stablecoin"; isSystem: boolean; isDraft: boolean; isHidden: boolean; organizationId: string | null; version: number; requiredFeatures: ("aum-fee" | "conversion" | "conversion-minter" | "external-transaction-fee" | "fixed-treasury-yield" | "historical-balances" | "maturity-redemption" | "permit" | "transaction-fee" | "transaction-fee-accounting" | "voting-power")[]; metadataSchema: { [x: string]: { mutability: "immutable" | "restricted-mutable"; label: string; description?: string | undefined; required?: boolean | undefined; defaultValue?: string | undefined; configurableInDesigner?: boolean | undefined; type: "string"; minLength?: number | undefined; maxLength?: number | undefined; } | { mutability: "immutable" | "restricted-mutable"; label: string; description?: string | undefined; required?: boolean | undefined; defaultValue?: string | undefined; configurableInDesigner?: boolean | undefined; lowerBound?: string | undefined; upperBound?: string | undefined; type: "number"; } | { mutability: "immutable" | "restricted-mutable"; label: string; description?: string | undefined; required?: boolean | undefined; defaultValue?: string | undefined; configurableInDesigner?: boolean | undefined; lowerBound?: string | undefined; upperBound?: string | undefined; type: "date"; } | { mutability: "immutable" | "restricted-mutable"; label: string; description?: string | undefined; required?: boolean | undefined; defaultValue?: string | undefined; configurableInDesigner?: boolean | undefined; type: "enum"; options?: string[] | undefined; } | { mutability: "immutable" | "restricted-mutable"; label: string; description?: string | undefined; required?: boolean | undefined; defaultValue?: string | undefined; configurableInDesigner?: boolean | undefined; type: "isin"; } | { mutability: "immutable" | "restricted-mutable"; label: string; description?: string | undefined; required?: boolean | undefined; defaultValue?: string | undefined; configurableInDesigner?: boolean | undefined; type: "address"; } | { mutability: "immutable" | "restricted-mutable"; label: string; description?: string | undefined; required?: boolean | undefined; defaultValue?: string | undefined; configurableInDesigner?: boolean | undefined; lowerBound?: string | undefined; upperBound?: string | undefined; type: "bps"; } | { mutability: "immutable" | "restricted-mutable"; label: string; description?: string | undefined; required?: boolean | undefined; defaultValue?: string | undefined; configurableInDesigner?: boolean | undefined; lowerBound?: string | undefined; upperBound?: string | undefined; type: "percentage"; } | { mutability: "immutable" | "restricted-mutable"; label: string; description?: string | undefined; required?: boolean | undefined; defaultValue?: string | undefined; configurableInDesigner?: boolean | undefined; type: "currency-code"; options?: string[] | undefined; } | { mutability: "immutable" | "restricted-mutable"; label: string; description?: string | undefined; required?: boolean | undefined; defaultValue?: string | undefined; configurableInDesigner?: boolean | undefined; type: "country-code"; options?: string[] | undefined; } | { mutability: "immutable" | "restricted-mutable"; label: string; description?: string | undefined; required?: boolean | undefined; defaultValue?: string | undefined; configurableInDesigner?: boolean | undefined; type: "lei"; } | { mutability: "immutable" | "restricted-mutable"; label: string; description?: string | undefined; required?: boolean | undefined; defaultValue?: string | undefined; configurableInDesigner?: boolean | undefined; type: "cusip"; } | { mutability: "immutable" | "restricted-mutable"; label: string; description?: string | undefined; required?: boolean | undefined; defaultValue?: string | undefined; configurableInDesigner?: boolean | undefined; type: "figi"; } | { mutability: "immutable" | "restricted-mutable"; label: string; description?: string | undefined; required?: boolean | undefined; defaultValue?: string | undefined; configurableInDesigner?: boolean | undefined; lowerBound?: string | undefined; upperBound?: string | undefined; type: "decimal-money"; } | { mutability: "immutable" | "restricted-mutable"; label: string; description?: string | undefined; required?: boolean | undefined; defaultValue?: string | undefined; configurableInDesigner?: boolean | undefined; type: "url"; }; } | null; featureConfig: { [x: string]: { [x: string]: boolean | { type?: "boolean" | "date" | "number" | "string" | undefined; required?: boolean | undefined; value?: string | number | boolean | undefined; upperBound?: number | undefined; configurableInDesigner?: boolean | undefined; requiredInDesigner?: boolean | undefined; } | null; }; } | null; hiddenFromSidebar?: boolean | undefined; assetClassId?: string | null | undefined; createdBy: string | null; createdAt: string; updatedAt: string; }[]; meta: { total: number; facets?: { [x: string]: { value: string; count: number; }[]; } | undefined; }; links: { self: string; first: string; prev: string | null; next: string | null; last: string; }; };
|
|
457
|
+
type DalpClientOutput143 = { data: { id: string; name: string; description: string | null; jurisdictions: string[]; isSystem: boolean; isDraft: boolean; moduleSetVersion?: number | undefined; organizationId: string | null; version: number; modules: { typeId: "address-block-list" | "address-block-list-v2" | "capital-raise-limit" | "capped" | "capped-v2" | "collateral" | "collateral-v2" | "country-allow-list" | "country-allow-list-v2" | "country-block-list" | "country-block-list-v2" | "identity-allow-list" | "identity-allow-list-v2" | "identity-block-list" | "identity-block-list-v2" | "identity-verification" | "identity-verification-v2" | "investor-count" | "investor-count-v2" | "issuance-volume-limit" | "time-lock" | "time-lock-v2" | "token-supply-limit" | "transfer-approval" | "transfer-approval-v2"; values: unknown; configurableInDesigner?: boolean | undefined; scope?: { senderInclusion?: ("(" | ")" | { nodeType: 0 | 1 | 2 | 3; value: string; })[] | undefined; senderExemption?: ("(" | ")" | { nodeType: 0 | 1 | 2 | 3; value: string; })[] | undefined; senderCountryInclusion?: number[] | undefined; senderCountryExclusion?: number[] | undefined; receiverInclusion?: ("(" | ")" | { nodeType: 0 | 1 | 2 | 3; value: string; })[] | undefined; receiverExemption?: ("(" | ")" | { nodeType: 0 | 1 | 2 | 3; value: string; })[] | undefined; receiverCountryInclusion?: number[] | undefined; receiverCountryExclusion?: number[] | undefined; executionMode?: number | undefined; } | undefined; }[]; requiredControls?: ("address-block-list" | "address-block-list-v2" | "capital-raise-limit" | "capped" | "capped-v2" | "collateral" | "collateral-v2" | "country-allow-list" | "country-allow-list-v2" | "country-block-list" | "country-block-list-v2" | "identity-allow-list" | "identity-allow-list-v2" | "identity-block-list" | "identity-block-list-v2" | "identity-verification" | "identity-verification-v2" | "investor-count" | "investor-count-v2" | "issuance-volume-limit" | "time-lock" | "time-lock-v2" | "token-supply-limit" | "transfer-approval" | "transfer-approval-v2")[] | undefined; createdBy: string | null; createdAt: string; updatedAt: string; }; links: { self: string; }; };
|
|
458
|
+
type DalpClientOutput144 = { data: { id: string; name: string; description: string | null; jurisdictions: string[]; isSystem: boolean; isDraft: boolean; moduleSetVersion?: number | undefined; organizationId: string | null; version: number; modules: { typeId: "address-block-list" | "address-block-list-v2" | "capital-raise-limit" | "capped" | "capped-v2" | "collateral" | "collateral-v2" | "country-allow-list" | "country-allow-list-v2" | "country-block-list" | "country-block-list-v2" | "identity-allow-list" | "identity-allow-list-v2" | "identity-block-list" | "identity-block-list-v2" | "identity-verification" | "identity-verification-v2" | "investor-count" | "investor-count-v2" | "issuance-volume-limit" | "time-lock" | "time-lock-v2" | "token-supply-limit" | "transfer-approval" | "transfer-approval-v2"; values: unknown; configurableInDesigner?: boolean | undefined; scope?: { senderInclusion?: ("(" | ")" | { nodeType: 0 | 1 | 2 | 3; value: string; })[] | undefined; senderExemption?: ("(" | ")" | { nodeType: 0 | 1 | 2 | 3; value: string; })[] | undefined; senderCountryInclusion?: number[] | undefined; senderCountryExclusion?: number[] | undefined; receiverInclusion?: ("(" | ")" | { nodeType: 0 | 1 | 2 | 3; value: string; })[] | undefined; receiverExemption?: ("(" | ")" | { nodeType: 0 | 1 | 2 | 3; value: string; })[] | undefined; receiverCountryInclusion?: number[] | undefined; receiverCountryExclusion?: number[] | undefined; executionMode?: number | undefined; } | undefined; }[]; requiredControls?: ("address-block-list" | "address-block-list-v2" | "capital-raise-limit" | "capped" | "capped-v2" | "collateral" | "collateral-v2" | "country-allow-list" | "country-allow-list-v2" | "country-block-list" | "country-block-list-v2" | "identity-allow-list" | "identity-allow-list-v2" | "identity-block-list" | "identity-block-list-v2" | "identity-verification" | "identity-verification-v2" | "investor-count" | "investor-count-v2" | "issuance-volume-limit" | "time-lock" | "time-lock-v2" | "token-supply-limit" | "transfer-approval" | "transfer-approval-v2")[] | undefined; createdBy: string | null; createdAt: string; updatedAt: string; }[]; meta: { total: number; facets?: { [x: string]: { value: string; count: number; }[]; } | undefined; }; links: { self: string; first: string; prev: string | null; next: string | null; last: string; }; };
|
|
459
|
+
type DalpClientOutput145 = { data: { orgId: string | null; orgName: string | null; }; links: { self: string; }; };
|
|
460
|
+
type DalpClientOutput146 = { data: { success: boolean; }; links: { self: string; }; };
|
|
461
|
+
type DalpClientOutput147 = { data: { app: { url: string; logLevel: "debug" | "error" | "info" | "warn"; isDevelopment: boolean; }; explorer: { url?: string | undefined; }; auth: { enforce2fa: boolean; restrictOrgCreationToAdmin: boolean; oidcProviders: { id: string; displayName: string; }[]; }; features: { multiTenancy: boolean; i18nLanguageSelector: boolean; changeEmail: boolean; tokenSale: boolean; accountAbstraction: boolean; legacyComplianceTemplates: boolean; }; email: { enabled: boolean; }; support: { email: string; consentTitle: string; consentDescription: string; }; hasOrganizations: boolean; custodyDefaultProvider: string; }; links: { self: string; }; };
|
|
462
|
+
type DalpClientOutput148 = { data: { logo: { lightUrl?: string | undefined; darkUrl?: string | undefined; lightIconUrl?: string | undefined; darkIconUrl?: string | undefined; authLightUrl?: string | undefined; authDarkUrl?: string | undefined; alt: string; width?: number | undefined; height?: number | undefined; etag?: string | undefined; updatedAt?: string | undefined; }; images: { authOverlayLightUrl?: string | undefined; authOverlayDarkUrl?: string | undefined; backgroundLightUrl?: string | undefined; backgroundDarkUrl?: string | undefined; faviconUrl?: string | undefined; appleTouchIconUrl?: string | undefined; favicon96Url?: string | undefined; faviconSvgUrl?: string | undefined; etag?: string | undefined; updatedAt?: string | undefined; }; fonts: { sans: { family: string; source: "custom" | "fontsource" | "google"; weights?: number[] | undefined; preload: boolean; url?: string | undefined; }; mono: { family: string; source: "custom" | "fontsource" | "google"; weights?: number[] | undefined; preload: boolean; url?: string | undefined; }; }; cssVars: { light: { radius: string; "sm-accent": string; "sm-accent-hover": string; "sm-background-darkest": string; "sm-background-gradient-end": string; "sm-background-gradient-start": string; "sm-background-lightest": string; "sm-border": string; "sm-border-subtle": string; "sm-colored-shadow": string; "sm-graphics-primary": string; "sm-graphics-quaternary": string; "sm-graphics-secondary": string; "sm-graphics-tertiary": string; "sm-inset-shadow": string; "sm-muted": string; "sm-sidebar-gradient-end": string; "sm-sidebar-gradient-mid": string; "sm-sidebar-gradient-start": string; "sm-state-error": string; "sm-state-error-background": string; "sm-state-info": string; "sm-state-info-background": string; "sm-state-info-fg-deep": string; "sm-state-success": string; "sm-state-success-background": string; "sm-state-success-fg-deep": string; "sm-state-warning": string; "sm-state-warning-background": string; "sm-state-warning-fg-deep": string; "sm-text": string; "sm-text-contrast": string; "sm-text-default": string; "sm-text-disabled": string; "sm-text-strong": string; "sm-text-subtle": string; }; dark: { radius: string; "sm-accent": string; "sm-accent-hover": string; "sm-background-darkest": string; "sm-background-gradient-end": string; "sm-background-gradient-start": string; "sm-background-lightest": string; "sm-border": string; "sm-border-subtle": string; "sm-colored-shadow": string; "sm-graphics-primary": string; "sm-graphics-quaternary": string; "sm-graphics-secondary": string; "sm-graphics-tertiary": string; "sm-inset-shadow": string; "sm-muted": string; "sm-sidebar-gradient-end": string; "sm-sidebar-gradient-mid": string; "sm-sidebar-gradient-start": string; "sm-state-error": string; "sm-state-error-background": string; "sm-state-info": string; "sm-state-info-background": string; "sm-state-info-fg-deep": string; "sm-state-success": string; "sm-state-success-background": string; "sm-state-success-fg-deep": string; "sm-state-warning": string; "sm-state-warning-background": string; "sm-state-warning-fg-deep": string; "sm-text": string; "sm-text-contrast": string; "sm-text-default": string; "sm-text-disabled": string; "sm-text-strong": string; "sm-text-subtle": string; }; }; metadata: { version: number; updatedBy: string; updatedAt: string; previewHash?: string | undefined; }; }; links: { self: string; }; };
|
|
463
|
+
type DalpClientOutput149 = { data: { theme: { logo: { lightUrl?: string | undefined; darkUrl?: string | undefined; lightIconUrl?: string | undefined; darkIconUrl?: string | undefined; authLightUrl?: string | undefined; authDarkUrl?: string | undefined; alt: string; width?: number | undefined; height?: number | undefined; etag?: string | undefined; updatedAt?: string | undefined; }; images: { authOverlayLightUrl?: string | undefined; authOverlayDarkUrl?: string | undefined; backgroundLightUrl?: string | undefined; backgroundDarkUrl?: string | undefined; faviconUrl?: string | undefined; appleTouchIconUrl?: string | undefined; favicon96Url?: string | undefined; faviconSvgUrl?: string | undefined; etag?: string | undefined; updatedAt?: string | undefined; }; fonts: { sans: { family: string; source: "custom" | "fontsource" | "google"; weights?: number[] | undefined; preload: boolean; url?: string | undefined; }; mono: { family: string; source: "custom" | "fontsource" | "google"; weights?: number[] | undefined; preload: boolean; url?: string | undefined; }; }; cssVars: { light: { radius: string; "sm-accent": string; "sm-accent-hover": string; "sm-background-darkest": string; "sm-background-gradient-end": string; "sm-background-gradient-start": string; "sm-background-lightest": string; "sm-border": string; "sm-border-subtle": string; "sm-colored-shadow": string; "sm-graphics-primary": string; "sm-graphics-quaternary": string; "sm-graphics-secondary": string; "sm-graphics-tertiary": string; "sm-inset-shadow": string; "sm-muted": string; "sm-sidebar-gradient-end": string; "sm-sidebar-gradient-mid": string; "sm-sidebar-gradient-start": string; "sm-state-error": string; "sm-state-error-background": string; "sm-state-info": string; "sm-state-info-background": string; "sm-state-info-fg-deep": string; "sm-state-success": string; "sm-state-success-background": string; "sm-state-success-fg-deep": string; "sm-state-warning": string; "sm-state-warning-background": string; "sm-state-warning-fg-deep": string; "sm-text": string; "sm-text-contrast": string; "sm-text-default": string; "sm-text-disabled": string; "sm-text-strong": string; "sm-text-subtle": string; }; dark: { radius: string; "sm-accent": string; "sm-accent-hover": string; "sm-background-darkest": string; "sm-background-gradient-end": string; "sm-background-gradient-start": string; "sm-background-lightest": string; "sm-border": string; "sm-border-subtle": string; "sm-colored-shadow": string; "sm-graphics-primary": string; "sm-graphics-quaternary": string; "sm-graphics-secondary": string; "sm-graphics-tertiary": string; "sm-inset-shadow": string; "sm-muted": string; "sm-sidebar-gradient-end": string; "sm-sidebar-gradient-mid": string; "sm-sidebar-gradient-start": string; "sm-state-error": string; "sm-state-error-background": string; "sm-state-info": string; "sm-state-info-background": string; "sm-state-info-fg-deep": string; "sm-state-success": string; "sm-state-success-background": string; "sm-state-success-fg-deep": string; "sm-state-warning": string; "sm-state-warning-background": string; "sm-state-warning-fg-deep": string; "sm-text": string; "sm-text-contrast": string; "sm-text-default": string; "sm-text-disabled": string; "sm-text-strong": string; "sm-text-subtle": string; }; }; metadata: { version: number; updatedBy: string; updatedAt: string; previewHash?: string | undefined; }; }; expiresAt: number; }; links: { self: string; }; };
|
|
464
|
+
type DalpClientOutput150 = { data: { mode: "appleTouchIcon" | "authDark" | "authLight" | "authOverlayDark" | "authOverlayLight" | "backgroundDark" | "backgroundLight" | "dark" | "darkIcon" | "favicon" | "favicon96" | "faviconSvg" | "light" | "lightIcon"; objectKey: string; publicUrl: string; etag?: string | undefined; }; links: { self: string; }; };
|
|
465
|
+
type DalpClientOutput151 = { data: { theme: { logo: { lightUrl?: string | undefined; darkUrl?: string | undefined; lightIconUrl?: string | undefined; darkIconUrl?: string | undefined; authLightUrl?: string | undefined; authDarkUrl?: string | undefined; alt: string; width?: number | undefined; height?: number | undefined; etag?: string | undefined; updatedAt?: string | undefined; }; images: { authOverlayLightUrl?: string | undefined; authOverlayDarkUrl?: string | undefined; backgroundLightUrl?: string | undefined; backgroundDarkUrl?: string | undefined; faviconUrl?: string | undefined; appleTouchIconUrl?: string | undefined; favicon96Url?: string | undefined; faviconSvgUrl?: string | undefined; etag?: string | undefined; updatedAt?: string | undefined; }; fonts: { sans: { family: string; source: "custom" | "fontsource" | "google"; weights?: number[] | undefined; preload: boolean; url?: string | undefined; }; mono: { family: string; source: "custom" | "fontsource" | "google"; weights?: number[] | undefined; preload: boolean; url?: string | undefined; }; }; cssVars: { light: { radius: string; "sm-accent": string; "sm-accent-hover": string; "sm-background-darkest": string; "sm-background-gradient-end": string; "sm-background-gradient-start": string; "sm-background-lightest": string; "sm-border": string; "sm-border-subtle": string; "sm-colored-shadow": string; "sm-graphics-primary": string; "sm-graphics-quaternary": string; "sm-graphics-secondary": string; "sm-graphics-tertiary": string; "sm-inset-shadow": string; "sm-muted": string; "sm-sidebar-gradient-end": string; "sm-sidebar-gradient-mid": string; "sm-sidebar-gradient-start": string; "sm-state-error": string; "sm-state-error-background": string; "sm-state-info": string; "sm-state-info-background": string; "sm-state-info-fg-deep": string; "sm-state-success": string; "sm-state-success-background": string; "sm-state-success-fg-deep": string; "sm-state-warning": string; "sm-state-warning-background": string; "sm-state-warning-fg-deep": string; "sm-text": string; "sm-text-contrast": string; "sm-text-default": string; "sm-text-disabled": string; "sm-text-strong": string; "sm-text-subtle": string; }; dark: { radius: string; "sm-accent": string; "sm-accent-hover": string; "sm-background-darkest": string; "sm-background-gradient-end": string; "sm-background-gradient-start": string; "sm-background-lightest": string; "sm-border": string; "sm-border-subtle": string; "sm-colored-shadow": string; "sm-graphics-primary": string; "sm-graphics-quaternary": string; "sm-graphics-secondary": string; "sm-graphics-tertiary": string; "sm-inset-shadow": string; "sm-muted": string; "sm-sidebar-gradient-end": string; "sm-sidebar-gradient-mid": string; "sm-sidebar-gradient-start": string; "sm-state-error": string; "sm-state-error-background": string; "sm-state-info": string; "sm-state-info-background": string; "sm-state-info-fg-deep": string; "sm-state-success": string; "sm-state-success-background": string; "sm-state-success-fg-deep": string; "sm-state-warning": string; "sm-state-warning-background": string; "sm-state-warning-fg-deep": string; "sm-text": string; "sm-text-contrast": string; "sm-text-default": string; "sm-text-disabled": string; "sm-text-strong": string; "sm-text-subtle": string; }; }; metadata: { version: number; updatedBy: string; updatedAt: string; previewHash?: string | undefined; }; }; success: boolean; }; links: { self: string; }; };
|
|
466
|
+
type DalpClientOutput152 = { data: { mode: "appleTouchIcon" | "authDark" | "authLight" | "authOverlayDark" | "authOverlayLight" | "backgroundDark" | "backgroundLight" | "dark" | "darkIcon" | "favicon" | "favicon96" | "faviconSvg" | "light" | "lightIcon"; bucket: string; objectKey: string; publicUrl: string; uploadUrl: string; method: "PUT"; headers?: { [x: string]: string; } | undefined; expiresAt?: string | undefined; }; links: { self: string; }; };
|
|
467
|
+
type DalpClientOutput153 = { transactionId: string; status: string; statusUrl: string; } | { data: { address: `0x${string}`; factory: `0x${string}`; owner: `0x${string}`; defaultValidator: `0x${string}` | null; identity: `0x${string}` | null; system: `0x${string}` | null; threshold: string | null; validators: { moduleAddress: `0x${string}`; moduleTypeId: string | null; isInstalled: boolean; }[]; signers: { signer: string; validatorAddress: `0x${string}`; weight: string | null; }[]; description: string | null; createdAt: string; }; meta: { txHashes: string[]; }; links: { self: string; }; };
|
|
468
|
+
type DalpClientOutput154 = { data: { id: string; userOpHash: string; walletAddress: `0x${string}`; chainId: number; organizationId: string; initiatorAddress: `0x${string}`; threshold: string; currentWeight: string; callData: string; description: string | null; status: "cancelled" | "executed" | "expired" | "failed" | "pending" | "submitted"; expiresAt: string | null; createdAt: string; updatedAt: string; signatures: { id: string; signerAddress: `0x${string}`; signature: string; weight: string; signedAt: string; }[]; }; links: { self: string; }; };
|
|
469
|
+
type DalpClientOutput155 = { data: { balance: string; symbol: string; decimals: number; } | null; links: { self: string; }; };
|
|
470
|
+
type DalpClientOutput156 = { data: { hasPaymaster: boolean; walletBalance: string; chainZeroGas: boolean; }; links: { self: string; }; };
|
|
471
|
+
type DalpClientOutput157 = { data: { address: `0x${string}`; factory: `0x${string}`; owner: `0x${string}`; defaultValidator: `0x${string}` | null; identity: `0x${string}` | null; system: `0x${string}` | null; threshold: string | null; validators: { moduleAddress: `0x${string}`; moduleTypeId: string | null; isInstalled: boolean; }[]; signers: { signer: string; validatorAddress: `0x${string}`; weight: string | null; }[]; description: string | null; createdAt: string; }[]; meta: { total: number; facets?: { [x: string]: { value: string; count: number; }[]; } | undefined; }; links: { self: string; first: string; prev: string | null; next: string | null; last: string; }; };
|
|
472
|
+
type DalpClientOutput158 = { data: { id: string; userOpHash: string; walletAddress: `0x${string}`; chainId: number; organizationId: string; initiatorAddress: `0x${string}`; threshold: string; currentWeight: string; callData: string; description: string | null; status: "cancelled" | "executed" | "expired" | "failed" | "pending" | "submitted"; expiresAt: string | null; createdAt: string; updatedAt: string; signatures: { id: string; signerAddress: `0x${string}`; signature: string; weight: string; signedAt: string; }[]; }[]; meta: { total: number; facets?: { [x: string]: { value: string; count: number; }[]; } | undefined; }; links: { self: string; first: string; prev: string | null; next: string | null; last: string; }; };
|
|
473
|
+
type DalpClientOutput159 = { data: { signer: string; validatorAddress: `0x${string}`; weight: string | null; }[]; meta: { total: number; facets?: { [x: string]: { value: string; count: number; }[]; } | undefined; }; links: { self: string; first: string; prev: string | null; next: string | null; last: string; }; };
|
|
474
|
+
type DalpClientOutput160 = { data: { address: `0x${string}`; factory: `0x${string}`; owner: `0x${string}`; defaultValidator: `0x${string}` | null; identity: `0x${string}` | null; system: `0x${string}` | null; threshold: string | null; validators: { moduleAddress: `0x${string}`; moduleTypeId: string | null; isInstalled: boolean; }[]; signers: { signer: string; validatorAddress: `0x${string}`; weight: string | null; }[]; description: string | null; createdAt: string; }; links: { self: string; }; };
|
|
475
|
+
type DalpClientOutput161 = { data: { id: `0x${string}`; isBootstrapped: boolean; tokenCount: number; systemCreatedAt: string; }[]; meta: { total: number; facets?: { [x: string]: { value: string; count: number; }[]; } | undefined; }; links: { self: string; first: string; prev: string | null; next: string | null; last: string; }; };
|
|
476
|
+
type DalpClientOutput162 = { data: { id: `0x${string}`; canResume: boolean; chainId: number | null; deployedInTransaction: string; tokenFactoryRegistry: { id: `0x${string}`; version: number; tokenFactories: { id: `0x${string}`; name: string; typeId: "bond" | "dalp-asset" | "deposit" | "equity" | "fund" | "precious-metal" | "real-estate" | "stablecoin"; }[]; } | null; systemAddonRegistry: { id: `0x${string}`; version: number; systemAddons: { id: `0x${string}`; name: string; typeId: "aum-fee-feature-factory" | "conversion-feature-factory" | "conversion-minter-feature-factory" | "external-transaction-fee-feature-factory" | "fixed-treasury-yield-feature-factory" | "fixed-yield-schedule" | "historical-balances-feature-factory" | "issuer-signed-scalar-feed" | "maturity-redemption-feature-factory" | "paymaster-signer" | "permit-feature-factory" | "price-resolver" | "push-airdrop" | "scalar-feed-aggregator-adapter-factory" | "time-bound-airdrop" | "token-governance" | "token-sale" | "transaction-fee-accounting-feature-factory" | "transaction-fee-feature-factory" | "unknown" | "vault" | "vesting-airdrop" | "voting-power-feature-factory" | "xvp-settlement"; version: number; }[]; } | null; compliance: { id: `0x${string}`; complianceModuleConfigs: { id: `0x${string}`; complianceModule: { id: `0x${string}`; module: `0x${string}`; typeId: "address-block-list" | "address-block-list-v2" | "capital-raise-limit" | "capped" | "capped-v2" | "collateral" | "collateral-v2" | "country-allow-list" | "country-allow-list-v2" | "country-block-list" | "country-block-list-v2" | "identity-allow-list" | "identity-allow-list-v2" | "identity-block-list" | "identity-block-list-v2" | "identity-verification" | "identity-verification-v2" | "investor-count" | "investor-count-v2" | "issuance-volume-limit" | "time-lock" | "time-lock-v2" | "token-supply-limit" | "transfer-approval" | "transfer-approval-v2"; name: string; }; }[]; } | null; complianceModuleRegistry: { id: `0x${string}`; complianceModules: { id: `0x${string}`; module: `0x${string}`; typeId: "address-block-list" | "address-block-list-v2" | "capital-raise-limit" | "capped" | "capped-v2" | "collateral" | "collateral-v2" | "country-allow-list" | "country-allow-list-v2" | "country-block-list" | "country-block-list-v2" | "identity-allow-list" | "identity-allow-list-v2" | "identity-block-list" | "identity-block-list-v2" | "identity-verification" | "identity-verification-v2" | "investor-count" | "investor-count-v2" | "issuance-volume-limit" | "time-lock" | "time-lock-v2" | "token-supply-limit" | "transfer-approval" | "transfer-approval-v2"; name: string; }[]; } | null; systemAccessManager: { id: `0x${string}`; accessControl: { id: `0x${string}`; addonManager?: { id: `0x${string}`; isContract: boolean; }[] | undefined; roleAdmins?: { id: `0x${string}`; role: `0x${string}`; roleFieldName: "addonManager" | "addonModule" | "addonRegistryModule" | "admin" | "auditor" | "claimIssuer" | "claimPolicyManager" | "complianceManager" | "custodian" | "emergency" | "feedsManager" | "fundsManager" | "gasManager" | "governance" | "identityManager" | "identityRegistryModule" | "organisationIdentityManager" | "saleAdmin" | "supplyManagement" | "systemManager" | "systemModule" | "tokenFactoryModule" | "tokenFactoryRegistryModule" | "tokenManager" | "trustedIssuersMetaRegistryModule"; adminRole: `0x${string}`; adminFieldName: "addonManager" | "addonModule" | "addonRegistryModule" | "admin" | "auditor" | "claimIssuer" | "claimPolicyManager" | "complianceManager" | "custodian" | "emergency" | "feedsManager" | "fundsManager" | "gasManager" | "governance" | "identityManager" | "identityRegistryModule" | "organisationIdentityManager" | "saleAdmin" | "supplyManagement" | "systemManager" | "systemModule" | "tokenFactoryModule" | "tokenFactoryRegistryModule" | "tokenManager" | "trustedIssuersMetaRegistryModule"; }[] | undefined; addonModule: { id: `0x${string}`; isContract: boolean; }[]; addonRegistryModule: { id: `0x${string}`; isContract: boolean; }[]; admin: { id: `0x${string}`; isContract: boolean; }[]; auditor: { id: `0x${string}`; isContract: boolean; }[]; claimIssuer: { id: `0x${string}`; isContract: boolean; }[]; claimPolicyManager: { id: `0x${string}`; isContract: boolean; }[]; complianceManager: { id: `0x${string}`; isContract: boolean; }[]; custodian: { id: `0x${string}`; isContract: boolean; }[]; emergency: { id: `0x${string}`; isContract: boolean; }[]; feedsManager: { id: `0x${string}`; isContract: boolean; }[]; fundsManager: { id: `0x${string}`; isContract: boolean; }[]; gasManager: { id: `0x${string}`; isContract: boolean; }[]; governance: { id: `0x${string}`; isContract: boolean; }[]; identityManager: { id: `0x${string}`; isContract: boolean; }[]; identityRegistryModule: { id: `0x${string}`; isContract: boolean; }[]; organisationIdentityManager: { id: `0x${string}`; isContract: boolean; }[]; saleAdmin: { id: `0x${string}`; isContract: boolean; }[]; supplyManagement: { id: `0x${string}`; isContract: boolean; }[]; systemManager: { id: `0x${string}`; isContract: boolean; }[]; systemModule: { id: `0x${string}`; isContract: boolean; }[]; tokenFactoryModule: { id: `0x${string}`; isContract: boolean; }[]; tokenFactoryRegistryModule: { id: `0x${string}`; isContract: boolean; }[]; tokenManager: { id: `0x${string}`; isContract: boolean; }[]; trustedIssuersMetaRegistryModule: { id: `0x${string}`; isContract: boolean; }[]; }; } | null; identityRegistryStorage: { id: `0x${string}`; } | null; identityRegistry: { id: `0x${string}`; registeredIdentities: { identity: { id: `0x${string}`; }; country: number | null; status: "ACTIVE" | "PENDING"; }[]; } | null; trustedIssuersRegistry: { id: `0x${string}`; } | null; topicSchemeRegistry: { id: `0x${string}`; } | null; externalTokenRegistry: { id: `0x${string}`; } | null; userPermissions?: { roles: { addonManager?: boolean | undefined; admin?: boolean | undefined; auditor?: boolean | undefined; systemManager?: boolean | undefined; tokenManager?: boolean | undefined; complianceManager?: boolean | undefined; claimPolicyManager?: boolean | undefined; claimIssuer?: boolean | undefined; identityManager?: boolean | undefined; feedsManager?: boolean | undefined; gasManager?: boolean | undefined; }; holdsAssetGovernanceRole: boolean; actions: { accountNativeBalanceRead: boolean; accountSearch: boolean; addonCreate: boolean; adminList: boolean; claimCreate: boolean; claimList: boolean; claimRevoke: boolean; complianceModuleCreate: boolean; complianceModuleRemove: boolean; fixedYieldScheduleCreate: boolean; tokenSaleCreate: boolean; xvpCreate: boolean; grantRole: boolean; identityCreate: boolean; identityRead: boolean; identitySearch: boolean; identityList: boolean; entityList: boolean; identityRegister: boolean; identityUpdateCountry: boolean; kycDelete: boolean; kycList: boolean; kycRead: boolean; kycUpsert: boolean; kycProfileRead: boolean; kycVersionsList: boolean; kycVersionCreate: boolean; kycVersionRead: boolean; kycVersionUpdate: boolean; kycVersionSubmit: boolean; kycVersionApprove: boolean; kycVersionReject: boolean; kycVersionRequestUpdate: boolean; kycDocumentUpload: boolean; kycDocumentList: boolean; kycDocumentDelete: boolean; kycDocumentRead: boolean; kycActionRequestsList: boolean; revokeRole: boolean; tokenCreate: boolean; tokenFactoryCreate: boolean; topicCreate: boolean; topicDelete: boolean; topicUpdate: boolean; trustedIssuerCreate: boolean; trustedIssuerDelete: boolean; trustedIssuerUpdate: boolean; userCreate: boolean; userList: boolean; userRead: boolean; userSearch: boolean; userSecurityManage: boolean; }; } | undefined; userIdentity?: { address: `0x${string}`; registered?: { isRegistered: true; country: string | null; } | undefined; } | undefined; status: "bootstrapping" | "completed" | "not_created" | "unknown"; updatedAt: string | null; userIdentityRegistered: boolean; isZeroGasNetwork: boolean; }; links: { self: string; }; };
|
|
477
|
+
type DalpClientOutput163 = { transactionId: string; status: string; statusUrl: string; } | { data: { accounts: `0x${string}`[]; roles: ("admin" | "auditor" | "claimIssuer" | "claimPolicyManager" | "complianceManager" | "feedsManager" | "gasManager" | "identityManager" | "systemManager" | "tokenManager")[]; }; meta: { txHashes: string[]; }; links: { self: string; }; };
|
|
478
|
+
type DalpClientOutput164 = { data: { participantId: string | null; displayName: string; signingAddress: `0x${string}`; operationsAddress: `0x${string}` | null; isContract: false; eoaRoles: ("admin" | "auditor" | "claimIssuer" | "claimPolicyManager" | "complianceManager" | "feedsManager" | "gasManager" | "identityManager" | "systemManager" | "tokenManager")[]; smartWalletRoles: ("admin" | "auditor" | "claimIssuer" | "claimPolicyManager" | "complianceManager" | "feedsManager" | "gasManager" | "identityManager" | "systemManager" | "tokenManager")[]; missingRoles: ("admin" | "auditor" | "claimIssuer" | "claimPolicyManager" | "complianceManager" | "feedsManager" | "gasManager" | "identityManager" | "systemManager" | "tokenManager")[]; drift: boolean; }[]; meta: { total: number; facets?: { [x: string]: { value: string; count: number; }[]; } | undefined; }; links: { self: string; first: string; prev: string | null; next: string | null; last: string; }; };
|
|
479
|
+
type DalpClientOutput165 = { data: { account: `0x${string}`; roles: ("addonManager" | "addonModule" | "addonRegistryModule" | "admin" | "auditor" | "claimIssuer" | "claimPolicyManager" | "complianceManager" | "custodian" | "emergency" | "feedsManager" | "fundsManager" | "gasManager" | "governance" | "identityManager" | "identityRegistryModule" | "organisationIdentityManager" | "saleAdmin" | "supplyManagement" | "systemManager" | "systemModule" | "tokenFactoryModule" | "tokenFactoryRegistryModule" | "tokenManager" | "trustedIssuersMetaRegistryModule")[]; }[]; meta: { total: number; facets?: { [x: string]: { value: string; count: number; }[]; } | undefined; }; links: { self: string; first: string; prev: string | null; next: string | null; last: string; }; };
|
|
480
|
+
type DalpClientOutput166 = { data: { account: `0x${string}`; roles: ("addonManager" | "addonModule" | "addonRegistryModule" | "admin" | "auditor" | "claimIssuer" | "claimPolicyManager" | "complianceManager" | "custodian" | "emergency" | "feedsManager" | "fundsManager" | "gasManager" | "governance" | "identityManager" | "identityRegistryModule" | "organisationIdentityManager" | "saleAdmin" | "supplyManagement" | "systemManager" | "systemModule" | "tokenFactoryModule" | "tokenFactoryRegistryModule" | "tokenManager" | "trustedIssuersMetaRegistryModule")[]; }; links: { self: string; }; };
|
|
481
|
+
type DalpClientOutput167 = { transactionId: string; status: string; statusUrl: string; } | { data: { id: `0x${string}`; canResume: boolean; chainId: number | null; deployedInTransaction: string; tokenFactoryRegistry: { id: `0x${string}`; version: number; tokenFactories: { id: `0x${string}`; name: string; typeId: "bond" | "dalp-asset" | "deposit" | "equity" | "fund" | "precious-metal" | "real-estate" | "stablecoin"; }[]; } | null; systemAddonRegistry: { id: `0x${string}`; version: number; systemAddons: { id: `0x${string}`; name: string; typeId: "aum-fee-feature-factory" | "conversion-feature-factory" | "conversion-minter-feature-factory" | "external-transaction-fee-feature-factory" | "fixed-treasury-yield-feature-factory" | "fixed-yield-schedule" | "historical-balances-feature-factory" | "issuer-signed-scalar-feed" | "maturity-redemption-feature-factory" | "paymaster-signer" | "permit-feature-factory" | "price-resolver" | "push-airdrop" | "scalar-feed-aggregator-adapter-factory" | "time-bound-airdrop" | "token-governance" | "token-sale" | "transaction-fee-accounting-feature-factory" | "transaction-fee-feature-factory" | "unknown" | "vault" | "vesting-airdrop" | "voting-power-feature-factory" | "xvp-settlement"; version: number; }[]; } | null; compliance: { id: `0x${string}`; complianceModuleConfigs: { id: `0x${string}`; complianceModule: { id: `0x${string}`; module: `0x${string}`; typeId: "address-block-list" | "address-block-list-v2" | "capital-raise-limit" | "capped" | "capped-v2" | "collateral" | "collateral-v2" | "country-allow-list" | "country-allow-list-v2" | "country-block-list" | "country-block-list-v2" | "identity-allow-list" | "identity-allow-list-v2" | "identity-block-list" | "identity-block-list-v2" | "identity-verification" | "identity-verification-v2" | "investor-count" | "investor-count-v2" | "issuance-volume-limit" | "time-lock" | "time-lock-v2" | "token-supply-limit" | "transfer-approval" | "transfer-approval-v2"; name: string; }; }[]; } | null; complianceModuleRegistry: { id: `0x${string}`; complianceModules: { id: `0x${string}`; module: `0x${string}`; typeId: "address-block-list" | "address-block-list-v2" | "capital-raise-limit" | "capped" | "capped-v2" | "collateral" | "collateral-v2" | "country-allow-list" | "country-allow-list-v2" | "country-block-list" | "country-block-list-v2" | "identity-allow-list" | "identity-allow-list-v2" | "identity-block-list" | "identity-block-list-v2" | "identity-verification" | "identity-verification-v2" | "investor-count" | "investor-count-v2" | "issuance-volume-limit" | "time-lock" | "time-lock-v2" | "token-supply-limit" | "transfer-approval" | "transfer-approval-v2"; name: string; }[]; } | null; systemAccessManager: { id: `0x${string}`; accessControl: { id: `0x${string}`; addonManager?: { id: `0x${string}`; isContract: boolean; }[] | undefined; roleAdmins?: { id: `0x${string}`; role: `0x${string}`; roleFieldName: "addonManager" | "addonModule" | "addonRegistryModule" | "admin" | "auditor" | "claimIssuer" | "claimPolicyManager" | "complianceManager" | "custodian" | "emergency" | "feedsManager" | "fundsManager" | "gasManager" | "governance" | "identityManager" | "identityRegistryModule" | "organisationIdentityManager" | "saleAdmin" | "supplyManagement" | "systemManager" | "systemModule" | "tokenFactoryModule" | "tokenFactoryRegistryModule" | "tokenManager" | "trustedIssuersMetaRegistryModule"; adminRole: `0x${string}`; adminFieldName: "addonManager" | "addonModule" | "addonRegistryModule" | "admin" | "auditor" | "claimIssuer" | "claimPolicyManager" | "complianceManager" | "custodian" | "emergency" | "feedsManager" | "fundsManager" | "gasManager" | "governance" | "identityManager" | "identityRegistryModule" | "organisationIdentityManager" | "saleAdmin" | "supplyManagement" | "systemManager" | "systemModule" | "tokenFactoryModule" | "tokenFactoryRegistryModule" | "tokenManager" | "trustedIssuersMetaRegistryModule"; }[] | undefined; addonModule: { id: `0x${string}`; isContract: boolean; }[]; addonRegistryModule: { id: `0x${string}`; isContract: boolean; }[]; admin: { id: `0x${string}`; isContract: boolean; }[]; auditor: { id: `0x${string}`; isContract: boolean; }[]; claimIssuer: { id: `0x${string}`; isContract: boolean; }[]; claimPolicyManager: { id: `0x${string}`; isContract: boolean; }[]; complianceManager: { id: `0x${string}`; isContract: boolean; }[]; custodian: { id: `0x${string}`; isContract: boolean; }[]; emergency: { id: `0x${string}`; isContract: boolean; }[]; feedsManager: { id: `0x${string}`; isContract: boolean; }[]; fundsManager: { id: `0x${string}`; isContract: boolean; }[]; gasManager: { id: `0x${string}`; isContract: boolean; }[]; governance: { id: `0x${string}`; isContract: boolean; }[]; identityManager: { id: `0x${string}`; isContract: boolean; }[]; identityRegistryModule: { id: `0x${string}`; isContract: boolean; }[]; organisationIdentityManager: { id: `0x${string}`; isContract: boolean; }[]; saleAdmin: { id: `0x${string}`; isContract: boolean; }[]; supplyManagement: { id: `0x${string}`; isContract: boolean; }[]; systemManager: { id: `0x${string}`; isContract: boolean; }[]; systemModule: { id: `0x${string}`; isContract: boolean; }[]; tokenFactoryModule: { id: `0x${string}`; isContract: boolean; }[]; tokenFactoryRegistryModule: { id: `0x${string}`; isContract: boolean; }[]; tokenManager: { id: `0x${string}`; isContract: boolean; }[]; trustedIssuersMetaRegistryModule: { id: `0x${string}`; isContract: boolean; }[]; }; } | null; identityRegistryStorage: { id: `0x${string}`; } | null; identityRegistry: { id: `0x${string}`; registeredIdentities: { identity: { id: `0x${string}`; }; country: number | null; status: "ACTIVE" | "PENDING"; }[]; } | null; trustedIssuersRegistry: { id: `0x${string}`; } | null; topicSchemeRegistry: { id: `0x${string}`; } | null; externalTokenRegistry: { id: `0x${string}`; } | null; userPermissions?: { roles: { addonManager?: boolean | undefined; admin?: boolean | undefined; auditor?: boolean | undefined; systemManager?: boolean | undefined; tokenManager?: boolean | undefined; complianceManager?: boolean | undefined; claimPolicyManager?: boolean | undefined; claimIssuer?: boolean | undefined; identityManager?: boolean | undefined; feedsManager?: boolean | undefined; gasManager?: boolean | undefined; }; holdsAssetGovernanceRole: boolean; actions: { accountNativeBalanceRead: boolean; accountSearch: boolean; addonCreate: boolean; adminList: boolean; claimCreate: boolean; claimList: boolean; claimRevoke: boolean; complianceModuleCreate: boolean; complianceModuleRemove: boolean; fixedYieldScheduleCreate: boolean; tokenSaleCreate: boolean; xvpCreate: boolean; grantRole: boolean; identityCreate: boolean; identityRead: boolean; identitySearch: boolean; identityList: boolean; entityList: boolean; identityRegister: boolean; identityUpdateCountry: boolean; kycDelete: boolean; kycList: boolean; kycRead: boolean; kycUpsert: boolean; kycProfileRead: boolean; kycVersionsList: boolean; kycVersionCreate: boolean; kycVersionRead: boolean; kycVersionUpdate: boolean; kycVersionSubmit: boolean; kycVersionApprove: boolean; kycVersionReject: boolean; kycVersionRequestUpdate: boolean; kycDocumentUpload: boolean; kycDocumentList: boolean; kycDocumentDelete: boolean; kycDocumentRead: boolean; kycActionRequestsList: boolean; revokeRole: boolean; tokenCreate: boolean; tokenFactoryCreate: boolean; topicCreate: boolean; topicDelete: boolean; topicUpdate: boolean; trustedIssuerCreate: boolean; trustedIssuerDelete: boolean; trustedIssuerUpdate: boolean; userCreate: boolean; userList: boolean; userRead: boolean; userSearch: boolean; userSecurityManage: boolean; }; } | undefined; userIdentity?: { address: `0x${string}`; registered?: { isRegistered: true; country: string | null; } | undefined; } | undefined; status: "bootstrapping" | "completed" | "not_created" | "unknown"; updatedAt: string | null; userIdentityRegistered: boolean; isZeroGasNetwork: boolean; }; meta: { txHashes: string[]; }; links: { self: string; }; };
|
|
482
|
+
type DalpClientOutput168 = { data: { id: `0x${string}`; name: string; typeId: "aum-fee-feature-factory" | "conversion-feature-factory" | "conversion-minter-feature-factory" | "external-transaction-fee-feature-factory" | "fixed-treasury-yield-feature-factory" | "fixed-yield-schedule" | "historical-balances-feature-factory" | "issuer-signed-scalar-feed" | "maturity-redemption-feature-factory" | "paymaster-signer" | "permit-feature-factory" | "price-resolver" | "push-airdrop" | "scalar-feed-aggregator-adapter-factory" | "time-bound-airdrop" | "token-governance" | "token-sale" | "transaction-fee-accounting-feature-factory" | "transaction-fee-feature-factory" | "unknown" | "vesting-airdrop" | "voting-power-feature-factory" | "xvp-settlement"; deployedInTransaction: `0x${string}`; account: `0x${string}`; kind: "factory" | "singleton" | "unknown"; systemAddonImplementation: `0x${string}` | null; factoryImplementation: `0x${string}` | null; instanceImplementation: `0x${string}` | null; }[]; meta: { total: number; facets?: { [x: string]: { value: string; count: number; }[]; } | undefined; }; links: { self: string; first: string; prev: string | null; next: string | null; last: string; }; };
|
|
483
|
+
type DalpClientOutput169 = { data: { id: `0x${string}`; name: string; typeId: "aum-fee-feature-factory" | "conversion-feature-factory" | "conversion-minter-feature-factory" | "external-transaction-fee-feature-factory" | "fixed-treasury-yield-feature-factory" | "fixed-yield-schedule" | "historical-balances-feature-factory" | "issuer-signed-scalar-feed" | "maturity-redemption-feature-factory" | "paymaster-signer" | "permit-feature-factory" | "price-resolver" | "push-airdrop" | "scalar-feed-aggregator-adapter-factory" | "time-bound-airdrop" | "token-governance" | "token-sale" | "transaction-fee-accounting-feature-factory" | "transaction-fee-feature-factory" | "unknown" | "vesting-airdrop" | "voting-power-feature-factory" | "xvp-settlement"; version: number; type: "aum-fee-feature-factory" | "conversion-feature-factory" | "conversion-minter-feature-factory" | "external-transaction-fee-feature-factory" | "fixed-treasury-yield-feature-factory" | "fixed-yield-schedule" | "historical-balances-feature-factory" | "issuer-signed-scalar-feed" | "maturity-redemption-feature-factory" | "paymaster-signer" | "permit-feature-factory" | "price-resolver" | "push-airdrop" | "scalar-feed-aggregator-adapter-factory" | "time-bound-airdrop" | "token-governance" | "token-sale" | "transaction-fee-accounting-feature-factory" | "transaction-fee-feature-factory" | "unknown" | "vesting-airdrop" | "voting-power-feature-factory" | "xvp-settlement"; }; links: { self: string; }; };
|
|
484
|
+
type DalpClientOutput170 = { data: { address: string; balance: string; nativeTokenSymbol: string; }; links: { self: string; }; };
|
|
485
|
+
type DalpClientOutput171 = { data: { address: string | null; }; links: { self: string; }; };
|
|
486
|
+
type DalpClientOutput172 = { transactionId: string; status: string; statusUrl: string; } | { data: { txHash: string; name: string; }; meta: { txHashes: string[]; }; links: { self: string; }; };
|
|
487
|
+
type DalpClientOutput173 = { data: { id: string; topicId: string; name: string; signature: string; registry: { id: `0x${string}`; }; isGlobal: boolean; }[]; meta: { total: number; facets?: { [x: string]: { value: string; count: number; }[]; } | undefined; }; links: { self: string; first: string; prev: string | null; next: string | null; last: string; }; };
|
|
488
|
+
type DalpClientOutput174 = { data: { id: string; name: string; signature: string; topicId: string; trustedIssuers: { id: `0x${string}`; addedAt: string; revokedAt: string; account?: { id: `0x${string}`; } | undefined; }[]; }; links: { self: string; }; };
|
|
489
|
+
type DalpClientOutput175 = { transactionId: string; status: string; statusUrl: string; } | { data: { txHash: string; name: string; newSignature: string; }; meta: { txHashes: string[]; }; links: { self: string; }; };
|
|
490
|
+
type DalpClientOutput176 = { data: { id: `0x${string}`; module: `0x${string}`; typeId: "address-block-list" | "address-block-list-v2" | "capital-raise-limit" | "capped" | "capped-v2" | "collateral" | "collateral-v2" | "country-allow-list" | "country-allow-list-v2" | "country-block-list" | "country-block-list-v2" | "identity-allow-list" | "identity-allow-list-v2" | "identity-block-list" | "identity-block-list-v2" | "identity-verification" | "identity-verification-v2" | "investor-count" | "investor-count-v2" | "issuance-volume-limit" | "time-lock" | "time-lock-v2" | "token-supply-limit" | "transfer-approval" | "transfer-approval-v2"; name: string; globalConfigs: unknown[]; }[]; meta: { total: number; facets?: { [x: string]: { value: string; count: number; }[]; } | undefined; }; links: { self: string; first: string; prev: string | null; next: string | null; last: string; }; };
|
|
491
|
+
type DalpClientOutput177 = { data: { id: `0x${string}`; systemImplementation: `0x${string}`; systemAccessManagerImplementation: `0x${string}`; forwarder: `0x${string}`; systemFactory: `0x${string}`; identityFactory: `0x${string}`; identityFactoryImplementation: `0x${string}`; identityImplementations: { identityImplementation: `0x${string}`; contractIdentityImplementation: `0x${string}`; }; systemImplementations: { complianceImplementation: `0x${string}`; identityRegistryImplementation: `0x${string}`; identityRegistryStorageImplementation: `0x${string}`; trustedIssuersRegistryImplementation: `0x${string}`; trustedIssuersMetaRegistryImplementation: `0x${string}`; topicSchemeRegistryImplementation: `0x${string}`; tokenAccessManagerImplementation: `0x${string}`; tokenFactoryRegistryImplementation: `0x${string}`; complianceModuleRegistryImplementation: `0x${string}`; addonRegistryImplementation: `0x${string}`; identityVerificationComplianceModule: `0x${string}`; externalTokenRegistryImplementation: `0x${string}`; }; tokenTypes: { id: string; typeId: string; name: string; implementation: `0x${string}`; factoryImplementation: `0x${string}`; registeredAt: string; isExperimental: boolean; }[]; complianceModuleTypes: { id: string; typeId: string; name: string; implementation: `0x${string}`; registeredAt: string; isExperimental: boolean; }[]; addonTypes: { id: string; typeId: string; name: string; kind: "factory" | "singleton" | "unknown"; factoryImplementation: `0x${string}`; instanceImplementation: `0x${string}` | null; registeredAt: string; isExperimental: boolean; }[]; } | null; links: { self: string; }; };
|
|
492
|
+
type DalpClientOutput178 = { data: { id: `0x${string}`; contractAddress: `0x${string}` | null; contractName: string | null; entityType: "asset" | "bond" | "contract" | "deposit" | "eoa" | "equity" | "fund" | "precious-metal" | "real-estate" | "smart-account" | "stablecoin" | "system" | "token" | null; isContract: boolean | null; status: "pending" | "registered"; country: string | null; verificationBadges: string[]; lastActivity: string; activeClaimsCount: number; revokedClaimsCount: number; untrustedClaimsCount: number; deployedInTransaction: string; }[]; meta: { total: number; facets?: { [x: string]: { value: string; count: number; }[]; } | undefined; }; links: { self: string; first: string; prev: string | null; next: string | null; last: string; }; };
|
|
493
|
+
type DalpClientOutput179 = { data: { isAvailable: boolean; }; links: { self: string; }; };
|
|
494
|
+
type DalpClientOutput180 = { data: { id: `0x${string}`; name: string; typeId: "bond" | "dalp-asset" | "deposit" | "equity" | "fund" | "precious-metal" | "real-estate" | "stablecoin"; hasTokens: boolean; tokenExtensions: ("ACCESS_MANAGED" | "BOND" | "BURNABLE" | "CAPPED" | "COLLATERAL" | "CONFIGURABLE" | "CUSTODIAN" | "FUND" | "HISTORICAL_BALANCES" | "METADATA" | "PAUSABLE" | "REDEEMABLE" | "YIELD")[]; factoryImplementation: `0x${string}` | null; instanceImplementation: `0x${string}` | null; }[]; meta: { total: number; facets?: { [x: string]: { value: string; count: number; }[]; } | undefined; }; links: { self: string; first: string; prev: string | null; next: string | null; last: string; }; };
|
|
495
|
+
type DalpClientOutput181 = { data: { predictedAddress: `0x${string}`; }; links: { self: string; }; };
|
|
496
|
+
type DalpClientOutput182 = { data: { id: `0x${string}`; name: string; typeId: "bond" | "dalp-asset" | "deposit" | "equity" | "fund" | "precious-metal" | "real-estate" | "stablecoin"; factoryImplementation: `0x${string}` | null; instanceImplementation: `0x${string}` | null; }; links: { self: string; }; };
|
|
497
|
+
type DalpClientOutput183 = { data: { featureTypeId: "aum-fee" | "conversion" | "conversion-minter" | "external-transaction-fee" | "fixed-treasury-yield" | "historical-balances" | "maturity-redemption" | "metadata" | "permit" | "transaction-fee" | "transaction-fee-accounting" | "voting-power"; attachedTokenCount: number; latestAttachedAt: string | null; }[]; meta: { total: number; facets?: { [x: string]: { value: string; count: number; }[]; } | undefined; }; links: { self: string; first: string; prev: string | null; next: string | null; last: string; }; };
|
|
498
|
+
type DalpClientOutput184 = { data: { feedsDirectory: { installed: boolean; address: `0x${string}` | null; }; issuerSignedScalarFeedFactory: { installed: boolean; address: `0x${string}` | null; typeId?: string | null | undefined; }; scalarFeedAggregatorAdapterFactory: { installed: boolean; address: `0x${string}` | null; typeId?: string | null | undefined; }; supportedFeedKinds: "SCALAR"[]; chainId: number; }; links: { self: string; }; };
|
|
499
|
+
type DalpClientOutput185 = { data: { feedAddress: `0x${string}`; subject: `0x${string}`; topicId: string; expectedSchemaHash: `0x${string}`; decimals: number; description: string; historyMode: "BOUNDED" | "FULL" | "LATEST_ONLY"; historySize: number; requirePositive: boolean; driftAllowance: number; domainSeparator: `0x${string}`; trustedIssuersRegistry: `0x${string}`; topicSchemeRegistry: `0x${string}`; }; links: { self: string; }; };
|
|
500
|
+
type DalpClientOutput186 = { data: { feedAddress: `0x${string}`; roundId: string; answer: string; decimals: number; formattedAnswer: string; startedAt: string; updatedAt: string; answeredInRound: string; description: string; version: string; }; links: { self: string; }; };
|
|
501
|
+
type DalpClientOutput187 = { data: { id: string; feedAddress: `0x${string}`; subject: `0x${string}`; topicId: string; kind: "SCALAR"; schemaHash: `0x${string}`; decimals: number; scope: "asset" | "global" | "identity" | "other"; factory: { id: `0x${string}`; typeId: string; } | null; creator: { id: `0x${string}`; } | null; adapterAddress: `0x${string}` | null; isActive: boolean; registeredAt: string; latestValue: { roundId: number; answer: string; observedAt: string | null; updatedAt: string | null; issuer: `0x${string}`; signer: `0x${string}`; } | null; description: string | null; }[]; meta: { total: number; facets?: { [x: string]: { value: string; count: number; }[]; } | undefined; }; links: { self: string; first: string; prev: string | null; next: string | null; last: string; }; };
|
|
502
|
+
type DalpClientOutput188 = { data: { feedAddress: `0x${string}`; issuerIdentity: `0x${string}`; currentNonce: string; nextNonce: string; }; links: { self: string; }; };
|
|
503
|
+
type DalpClientOutput189 = { data: { id: string; feedAddress: `0x${string}`; subject: `0x${string}`; topicId: string; kind: "SCALAR"; schemaHash: `0x${string}`; decimals: number; scope: "asset" | "global" | "identity" | "other"; factory: { id: `0x${string}`; typeId: string; } | null; creator: { id: `0x${string}`; } | null; adapterAddress: `0x${string}` | null; isActive: boolean; registeredAt: string; latestValue: { roundId: number; answer: string; observedAt: string | null; updatedAt: string | null; issuer: `0x${string}`; signer: `0x${string}`; } | null; description: string | null; }; links: { self: string; }; };
|
|
504
|
+
type DalpClientOutput190 = { transactionId: string; status: string; statusUrl: string; } | { data: { subject: `0x${string}`; topicId: string; feedAddress: `0x${string}`; kind: "SCALAR"; transactionHash: `0x${string}`; }; meta: { txHashes: string[]; }; links: { self: string; }; };
|
|
505
|
+
type DalpClientOutput191 = { transactionId: string; status: string; statusUrl: string; } | { data: { subject: `0x${string}`; topicId: string; transactionHash: `0x${string}`; }; meta: { txHashes: string[]; }; links: { self: string; }; };
|
|
506
|
+
type DalpClientOutput192 = { transactionId: string; status: string; statusUrl: string; } | { data: { subject: `0x${string}`; topicId: string; oldFeedAddress: `0x${string}`; newFeedAddress: `0x${string}`; transactionHash: `0x${string}`; }; meta: { txHashes: string[]; }; links: { self: string; }; };
|
|
507
|
+
type DalpClientOutput193 = { data: { exists: boolean; feedAddress: `0x${string}` | null; kind: "SCALAR" | null; schemaHash: `0x${string}` | null; adapterAddress: `0x${string}` | null; indexed: { decimals: number; latestValue: { roundId: number; answer: string; observedAt: string | null; updatedAt: string | null; issuer: `0x${string}`; signer: `0x${string}`; } | null; registeredAt: string; } | null; }; links: { self: string; }; };
|
|
508
|
+
type DalpClientOutput194 = { data: { roundId: string; answer: string; startedAt: string; updatedAt: string; answeredInRound: string; }; links: { self: string; }; };
|
|
509
|
+
type DalpClientOutput195 = { data: { feedAddress: `0x${string}`; latestUpdatedAt: string; currentTimestamp: string; ageSeconds: number; maxAgeSeconds: number; isStale: boolean; roundId: string; answer: string; }; links: { self: string; }; };
|
|
510
|
+
type DalpClientOutput196 = { transactionId: string; status: string; statusUrl: string; } | { data: { transactionHash: `0x${string}`; feedAddress: `0x${string}`; value: string; nonce: string; }; meta: { txHashes: string[]; }; links: { self: string; }; };
|
|
511
|
+
type DalpClientOutput197 = { transactionId: string; status: string; statusUrl: string; } | { data: { adapterAddress: `0x${string}`; subject: `0x${string}`; topicId: string; transactionHash: `0x${string}`; }; meta: { txHashes: string[]; }; links: { self: string; }; };
|
|
512
|
+
type DalpClientOutput198 = { data: { adapterAddress: `0x${string}`; subject: `0x${string}`; topicId: string; }[]; meta: { total: number; facets?: { [x: string]: { value: string; count: number; }[]; } | undefined; }; links: { self: string; first: string; prev: string | null; next: string | null; last: string; }; };
|
|
513
|
+
type DalpClientOutput199 = { transactionId: string; status: string; statusUrl: string; } | { data: { feedAddress: `0x${string}`; subject: `0x${string}`; topicId: string; decimals: number; historyMode: "BOUNDED" | "FULL" | "LATEST_ONLY"; transactionHash: `0x${string}`; }; meta: { txHashes: string[]; }; links: { self: string; }; };
|
|
514
|
+
type DalpClientOutput200 = { data: { feedAddress: `0x${string}`; subject: `0x${string}`; topicId: string; creator: `0x${string}`; }[]; meta: { total: number; facets?: { [x: string]: { value: string; count: number; }[]; } | undefined; }; links: { self: string; first: string; prev: string | null; next: string | null; last: string; }; };
|
|
515
|
+
type DalpClientOutput201 = { transactionId: string; status: string; statusUrl: string; } | { data: { id: `0x${string}`; account: { id: `0x${string}`; contractName?: string | null | undefined; } | null; isContract: boolean; hasIdentity: boolean; registered?: false | { isRegistered: true; country: string | null; } | undefined; claims: { id: string; name: string; signature: string; revoked: boolean; issuer: { id: `0x${string}`; account: { id: `0x${string}`; } | null; }; values: { key: string; value: string; }[]; isTrusted?: boolean | undefined; }[]; }; meta: { txHashes: string[]; }; links: { self: string; }; };
|
|
516
|
+
type DalpClientOutput202 = { transactionId: string; status: string; statusUrl: string; } | { data: { txHash: string; wallet: `0x${string}`; }; meta: { txHashes: string[]; }; links: { self: string; }; };
|
|
517
|
+
type DalpClientOutput203 = { data: { keyHash: string; purpose: "claimSigner" | "deposit" | "encryption" | "management" | "unknown"; keyType: "ecdsa" | "rsa" | "unknown"; createdAt: string; createdAtBlock: string; createdAtTxHash: string; }[]; meta: { total: number; facets?: { [x: string]: { value: string; count: number; }[]; } | undefined; }; links: { self: string; first: string; prev: string | null; next: string | null; last: string; }; };
|
|
518
|
+
type DalpClientOutput204 = { data: { id: `0x${string}`; walletAddress: `0x${string}` | null; name: string | null; kycStatus: "pending" | "registered"; country: string | null; isContract: boolean; claimsCount: number; activeClaimsCount: number; revokedClaimsCount: number; untrustedClaimsCount: number; deployedInTransaction: string; }[]; meta: { total: number; facets?: { [x: string]: { value: string; count: number; }[]; } | undefined; }; links: { self: string; first: string; prev: string | null; next: string | null; last: string; }; };
|
|
519
|
+
type DalpClientOutput205 = { data: { id: `0x${string}`; account: { id: `0x${string}`; contractName?: string | null | undefined; } | null; isContract: boolean; hasIdentity: boolean; registered?: false | { isRegistered: true; country: string | null; } | undefined; claims: { id: string; name: string; signature: string; revoked: boolean; issuer: { id: `0x${string}`; account: { id: `0x${string}`; } | null; }; values: { key: string; value: string; }[]; isTrusted?: boolean | undefined; }[]; }; links: { self: string; }; };
|
|
520
|
+
type DalpClientOutput206 = { data: { status: "ACTIVE" | "NOT_REGISTERED" | "NO_IDENTITY" | "NO_SYSTEM" | "PENDING"; identityAddress?: `0x${string}` | undefined; systemAddress?: `0x${string}` | undefined; }; links: { self: string; }; };
|
|
521
|
+
type DalpClientOutput207 = { data: { id: `0x${string}`; account: { id: `0x${string}`; contractName?: string | null | undefined; } | null; isContract: boolean; hasIdentity: boolean; registered?: false | { isRegistered: true; country: string | null; } | undefined; } | null; links: { self: string; }; };
|
|
522
|
+
type DalpClientOutput208 = { data: { id: string; eventName: "ClaimAdded" | "ClaimChanged" | "ClaimRemoved" | "ClaimRevoked"; topic: string; claimId: string; blockNumber: string; blockTimestamp: string; transactionHash: `0x${string}`; emitter: { id: `0x${string}`; }; sender: { id: `0x${string}`; }; values: { id: string; name: string; value: string; }[]; }[]; meta: { total: number; facets?: { [x: string]: { value: string; count: number; }[]; } | undefined; }; links: { self: string; first: string; prev: string | null; next: string | null; last: string; }; };
|
|
523
|
+
type DalpClientOutput209 = { transactionId: string; status: string; statusUrl: string; } | { data: { txHash: string; success: boolean; claimTopic: string; targetWallet: `0x${string}`; }; meta: { txHashes: string[]; }; links: { self: string; }; };
|
|
524
|
+
type DalpClientOutput210 = { transactionId: string; status: string; statusUrl: string; } | { data: { txHash: string; success: boolean; claimId: string; }; meta: { txHashes: string[]; }; links: { self: string; }; };
|
|
525
|
+
type DalpClientOutput211 = { readonly migrationId: string | null; };
|
|
526
|
+
type DalpClientOutput212 = { data: { systemAddress: `0x${string}`; directoryAddress: `0x${string}`; summary: { totalComponents: number; upToDate: number; updateAvailable: number; pendingInstall: number; pendingHiddenSync: number; totalAffectedTokens: number; }; groups: { id: string; label: string; components: { key: string; label: string; typeName?: string | undefined; group: string; deployedAddress: `0x${string}` | null; directoryAddress: `0x${string}` | null; status: "new" | "up-to-date" | "update-available"; factoryImplementationStatus?: "new" | "up-to-date" | "update-available" | undefined; instanceImplementationStatus?: "new" | "unknown" | "up-to-date" | "update-available" | undefined; factoryDeployedAddress?: `0x${string}` | null | undefined; factoryDirectoryAddress?: `0x${string}` | null | undefined; instanceDeployedAddress?: `0x${string}` | null | undefined; instanceDirectoryAddress?: `0x${string}` | null | undefined; isExperimental?: boolean | undefined; affectedTokenCount?: number | undefined; outstanding?: number | undefined; total?: number | undefined; skippedForAuthority?: { count: number; tokenAddresses?: `0x${string}`[] | undefined; } | undefined; }[]; }[]; }; links: { self: string; }; };
|
|
527
|
+
type DalpClientOutput213 = { readonly migrationId: string; readonly tree: { readonly id: string; readonly label: string; readonly type: "addon" | "compliance" | "factory" | "feed" | "identity" | "other" | "paymaster" | "registry" | "role" | "system" | "wallet"; readonly status: "awaiting-approval" | "completed" | "failed" | "in-progress" | "pending"; readonly error?: string | undefined; readonly children?: { readonly id: string; readonly label: string; readonly type: "addon" | "compliance" | "factory" | "feed" | "identity" | "other" | "paymaster" | "registry" | "role" | "system" | "wallet"; readonly status: "awaiting-approval" | "completed" | "failed" | "in-progress" | "pending"; readonly error?: string | undefined; }[] | undefined; }[]; };
|
|
528
|
+
type DalpClientOutput214 = { data: { address: `0x${string}`; depositBalance: string; }; links: { self: string; }; };
|
|
529
|
+
type DalpClientOutput215 = { transactionId: string; status: string; statusUrl: string; } | { data: { address: `0x${string}`; depositBalance: string; }; meta: { txHashes: string[]; }; links: { self: string; }; };
|
|
530
|
+
type DalpClientOutput216 = { data: { enabled: boolean; }; links: { self: string; }; };
|
|
531
|
+
type DalpClientOutput217 = { data: { address: `0x${string}`; system: `0x${string}` | null; factory: `0x${string}`; createdAt: string; }[]; meta: { total: number; facets?: { [x: string]: { value: string; count: number; }[]; } | undefined; }; links: { self: string; first: string; prev: string | null; next: string | null; last: string; }; };
|
|
532
|
+
type DalpClientOutput218 = { transactionId: string; status: string; statusUrl: string; } | { data: { signerAddress: `0x${string}`; rotatedAt: string; }; meta: { txHashes: string[]; }; links: { self: string; }; };
|
|
533
|
+
type DalpClientOutput219 = { data: { signerAddress: `0x${string}` | null; rotatedAt: string | null; }; links: { self: string; }; };
|
|
534
|
+
type DalpClientOutput220 = { data: { snapshotAt: string; snapshotAtBlock: string; paymasterDeposit: string; bundlerBalance: string; refundSplitterBalance: string; burn7dWei: string; runwayDays: string | null; }[]; meta: { total: number; facets?: { [x: string]: { value: string; count: number; }[]; } | undefined; }; links: { self: string; first: string; prev: string | null; next: string | null; last: string; }; };
|
|
535
|
+
type DalpClientOutput221 = { data: { installed: boolean; address: `0x${string}` | null; bps: number; sponsorshipEnabled: boolean; paymasterDeposit: string; bundlerBalance: string; refundSplitterBalance: string; runwayDays: string | null; }; links: { self: string; }; };
|
|
536
|
+
type DalpClientOutput222 = { data: { warnDays: number; criticalDays: number; }; links: { self: string; }; };
|
|
537
|
+
type DalpClientOutput223 = { transactionId: string; status: string; statusUrl: string; } | { data: { installed: boolean; address: `0x${string}` | null; bps: number; sponsorshipEnabled: boolean; paymasterDeposit: string; bundlerBalance: string; refundSplitterBalance: string; runwayDays: string | null; }; meta: { txHashes: string[]; }; links: { self: string; }; };
|
|
538
|
+
type DalpClientOutput224 = { data: { range: { interval: "day" | "hour"; from: string; to: string; isPreset: boolean; }; data: { timestamp: string; transferEventsCount: number; mintEventsCount: number; burnEventsCount: number; }[]; }; links: { self: string; }; };
|
|
539
|
+
type DalpClientOutput225 = { data: { range: { interval: "day" | "hour"; from: string; to: string; isPreset: boolean; }; data: { timestamp: string; assetsCreated: number; assetsLaunched: number; }[]; }; links: { self: string; }; };
|
|
540
|
+
type DalpClientOutput226 = { data: { totalAssets: number; assetBreakdown: { [x: string]: number; }; totalValue: [string, number]; valueBreakdown: { [x: string]: [string, number]; }; valueBreakdownByClass: { [x: string]: [string, number]; }; tokensCreatedCount: number; tokensLaunchedCount: number; pendingLaunchesCount: number; conversionReliable: boolean; }; links: { self: string; }; };
|
|
541
|
+
type DalpClientOutput227 = { data: { range: { interval: "day" | "hour"; from: string; to: string; isPreset: boolean; }; data: { timestamp: string; totalIssuedClaims: number; totalActiveClaims: number; totalRemovedClaims: number; totalRevokedClaims: number; }[]; }; links: { self: string; }; };
|
|
542
|
+
type DalpClientOutput228 = { data: { totalIssuedClaims: number; totalActiveClaims: number; totalRemovedClaims: number; totalRevokedClaims: number; }; links: { self: string; }; };
|
|
543
|
+
type DalpClientOutput229 = { data: { totalsByCountry: { [x: string]: number; }; totalCountries: number; totalAssets: number; }; links: { self: string; }; };
|
|
544
|
+
type DalpClientOutput230 = { data: { userIdentitiesCreatedCount: number; activeUserIdentitiesCount: number; pendingRegistrationsCount: number; }; links: { self: string; }; };
|
|
545
|
+
type DalpClientOutput231 = { data: { range: { interval: "day" | "hour"; from: string; to: string; isPreset: boolean; }; identityStats: { timestamp: string; activeUserIdentitiesCount: number; }[]; }; links: { self: string; }; };
|
|
546
|
+
type DalpClientOutput232 = { data: { range: { interval: "day" | "hour"; from: string; to: string; isPreset: boolean; }; data: { timestamp: string; totalValueInBaseCurrency: number; }[]; conversionReliable: boolean; }; links: { self: string; }; };
|
|
547
|
+
type DalpClientOutput233 = { data: { totalValue: [string, number]; totalAssetTypes: number; totalAssetsHeld: number; typeBreakdown: { assetType: string; totalValue: [string, number]; tokenBalancesCount: number; percentage: number; }[]; valueBreakdown: { [x: string]: [string, number]; }; holdingsBreakdown: { [x: string]: number; }; valueBreakdownByClass: { [x: string]: [string, number]; }; holdingsBreakdownByClass: { [x: string]: number; }; conversionReliable: boolean; dayChange: { absoluteChange: [string, number]; percentChange: number | null; windowStart: string; } | null; byCountry?: { countryCode: number; valueInBaseCurrency: [string, number]; assetCount: number; }[] | undefined; }; links: { self: string; }; };
|
|
548
|
+
type DalpClientOutput234 = { data: { totalActiveTopicSchemes: number; missingTopics: { id: string; topicId: string; name: string; signature: string; isGlobal: boolean; }[]; }; links: { self: string; }; };
|
|
549
|
+
type DalpClientOutput235 = { data: { range: { interval: "day" | "hour"; from: string; to: string; isPreset: boolean; }; data: { timestamp: string; totalRegisteredTopicSchemes: number; totalActiveTopicSchemes: number; totalRemovedTopicSchemes: number; }[]; }; links: { self: string; }; };
|
|
550
|
+
type DalpClientOutput236 = { data: { totalRegisteredTopicSchemes: number; totalActiveTopicSchemes: number; totalRemovedTopicSchemes: number; }; links: { self: string; }; };
|
|
551
|
+
type DalpClientOutput237 = { data: { totalTransactions: number; recentTransactions: number; timeRangeDays: number; }; links: { self: string; }; };
|
|
552
|
+
type DalpClientOutput238 = { data: { totalTransactions: number; recentTransactions: number; transactionHistory: { timestamp: string; transactions: number; }[]; timeRangeDays: number; }; links: { self: string; }; };
|
|
553
|
+
type DalpClientOutput239 = { data: { range: { interval: "day" | "hour"; from: string; to: string; isPreset: boolean; }; data: { timestamp: string; totalAddedTrustedIssuers: number; totalActiveTrustedIssuers: number; totalRemovedTrustedIssuers: number; }[]; }; links: { self: string; }; };
|
|
554
|
+
type DalpClientOutput240 = { data: { totalAddedTrustedIssuers: number; totalActiveTrustedIssuers: number; totalRemovedTrustedIssuers: number; }; links: { self: string; }; };
|
|
555
|
+
type DalpClientOutput241 = { data: { totalValue: [string, number]; conversionReliable: boolean; }; links: { self: string; }; };
|
|
556
|
+
type DalpClientOutput242 = { transactionId: string; status: string; statusUrl: string; } | { data: { txHash: string; issuerAddress: `0x${string}`; topicId: string; }; meta: { txHashes: string[]; }; links: { self: string; }; };
|
|
557
|
+
type DalpClientOutput243 = { transactionId: string; status: string; statusUrl: string; } | { data: { txHash: string; issuerAddress: `0x${string}`; }; meta: { txHashes: string[]; }; links: { self: string; }; };
|
|
558
|
+
type DalpClientOutput244 = { data: { id: `0x${string}`; account?: { id: `0x${string}`; } | null | undefined; claimTopics: { id: string; topicId: string; name: string; signature: string; }[]; deployedInTransaction: string; isGlobal: boolean; }[]; meta: { total: number; facets?: { [x: string]: { value: string; count: number; }[]; } | undefined; }; links: { self: string; first: string; prev: string | null; next: string | null; last: string; }; };
|
|
559
|
+
type DalpClientOutput245 = { data: { id: `0x${string}`; account?: { id: `0x${string}`; } | null | undefined; claimTopics: { id: string; topicId: string; name: string; signature: string; }[]; deployedInTransaction: string; isGlobal: boolean; }; links: { self: string; }; };
|
|
560
|
+
type DalpClientOutput246 = { data: { tokenAddress: `0x${string}`; tokenName: string; tokenSymbol: string; accessManagerAddress: `0x${string}`; driftingParticipantCount: number; adminAddresses: `0x${string}`[]; }[]; meta: { total: number; facets?: { [x: string]: { value: string; count: number; }[]; } | undefined; }; links: { self: string; first: string; prev: string | null; next: string | null; last: string; }; };
|
|
561
|
+
type DalpClientOutput247 = { transactionId: string; status: string; statusUrl: string; } | { data: { id: `0x${string}`; tokenFactory: `0x${string}`; complianceContract: `0x${string}` | null; identityRegistry: `0x${string}` | null; type: string; createdAt: string; name: string; symbol: string; logoUrl?: string | null | undefined; decimals: number; basePrice: [string, number]; basePriceCurrencyCode: string | null; totalSupply: [string, number]; totalSupplyExact?: string | undefined; extensions: ("ACCESS_MANAGED" | "BOND" | "BURNABLE" | "CAPPED" | "COLLATERAL" | "CONFIGURABLE" | "CUSTODIAN" | "FUND" | "HISTORICAL_BALANCES" | "METADATA" | "PAUSABLE" | "REDEEMABLE" | "YIELD")[]; implementsERC3643: boolean; smartInterface: number | null; implementsSMART: boolean; identity?: { id: `0x${string}`; account: { id: `0x${string}`; contractName?: string | null | undefined; } | null; isContract: boolean; registered?: false | { isRegistered: true; country: string | null; } | undefined; claims: { id: string; name: string; signature: string; revoked: boolean; issuer: { id: `0x${string}`; account: { id: `0x${string}`; } | null; }; values: { key: string; value: string; }[]; isTrusted?: boolean | undefined; }[]; } | undefined; pausable: { paused: boolean; }; collateral: { collateral: [string, number]; collateralExact?: string | undefined; expiryTimestamp: string | null; } | null; capped: { cap: [string, number]; capExact: string; } | null; createdBy: { id: `0x${string}`; }; redeemable: { redeemedAmount: [string, number]; redeemedAmountExact?: string | undefined; } | null; yield: { schedule: { id: `0x${string}`; denominationAsset: { id: `0x${string}`; symbol: string; decimals: number; }; } | null; } | null; bond: { faceValue: [string, number]; faceValueExact: string; isMatured: boolean; maturityDate: string; totalRedeemed: [string, number]; totalRedeemedExact: string; denominationAsset: { id: `0x${string}`; symbol: string; decimals: number; }; } | null; fund: { managementFeeBps: [string, number]; } | null; accessControl?: { id: `0x${string}`; addonManager?: { id: `0x${string}`; isContract: boolean; }[] | undefined; roleAdmins?: { id: `0x${string}`; role: `0x${string}`; roleFieldName: "addonManager" | "addonModule" | "addonRegistryModule" | "admin" | "auditor" | "claimIssuer" | "claimPolicyManager" | "complianceManager" | "custodian" | "emergency" | "feedsManager" | "fundsManager" | "gasManager" | "governance" | "identityManager" | "identityRegistryModule" | "organisationIdentityManager" | "saleAdmin" | "supplyManagement" | "systemManager" | "systemModule" | "tokenFactoryModule" | "tokenFactoryRegistryModule" | "tokenManager" | "trustedIssuersMetaRegistryModule"; adminRole: `0x${string}`; adminFieldName: "addonManager" | "addonModule" | "addonRegistryModule" | "admin" | "auditor" | "claimIssuer" | "claimPolicyManager" | "complianceManager" | "custodian" | "emergency" | "feedsManager" | "fundsManager" | "gasManager" | "governance" | "identityManager" | "identityRegistryModule" | "organisationIdentityManager" | "saleAdmin" | "supplyManagement" | "systemManager" | "systemModule" | "tokenFactoryModule" | "tokenFactoryRegistryModule" | "tokenManager" | "trustedIssuersMetaRegistryModule"; }[] | undefined; addonModule: { id: `0x${string}`; isContract: boolean; }[]; addonRegistryModule: { id: `0x${string}`; isContract: boolean; }[]; admin: { id: `0x${string}`; isContract: boolean; }[]; auditor: { id: `0x${string}`; isContract: boolean; }[]; claimIssuer: { id: `0x${string}`; isContract: boolean; }[]; claimPolicyManager: { id: `0x${string}`; isContract: boolean; }[]; complianceManager: { id: `0x${string}`; isContract: boolean; }[]; custodian: { id: `0x${string}`; isContract: boolean; }[]; emergency: { id: `0x${string}`; isContract: boolean; }[]; feedsManager: { id: `0x${string}`; isContract: boolean; }[]; fundsManager: { id: `0x${string}`; isContract: boolean; }[]; gasManager: { id: `0x${string}`; isContract: boolean; }[]; governance: { id: `0x${string}`; isContract: boolean; }[]; identityManager: { id: `0x${string}`; isContract: boolean; }[]; identityRegistryModule: { id: `0x${string}`; isContract: boolean; }[]; organisationIdentityManager: { id: `0x${string}`; isContract: boolean; }[]; saleAdmin: { id: `0x${string}`; isContract: boolean; }[]; supplyManagement: { id: `0x${string}`; isContract: boolean; }[]; systemManager: { id: `0x${string}`; isContract: boolean; }[]; systemModule: { id: `0x${string}`; isContract: boolean; }[]; tokenFactoryModule: { id: `0x${string}`; isContract: boolean; }[]; tokenFactoryRegistryModule: { id: `0x${string}`; isContract: boolean; }[]; tokenManager: { id: `0x${string}`; isContract: boolean; }[]; trustedIssuersMetaRegistryModule: { id: `0x${string}`; isContract: boolean; }[]; } | undefined; complianceModuleConfigs: { id: `0x${string}`; complianceModule: { typeId: "address-block-list" | "address-block-list-v2" | "capital-raise-limit" | "capped" | "capped-v2" | "collateral" | "collateral-v2" | "country-allow-list" | "country-allow-list-v2" | "country-block-list" | "country-block-list-v2" | "identity-allow-list" | "identity-allow-list-v2" | "identity-block-list" | "identity-block-list-v2" | "identity-verification" | "identity-verification-v2" | "investor-count" | "investor-count-v2" | "issuance-volume-limit" | "time-lock" | "time-lock-v2" | "token-supply-limit" | "transfer-approval" | "transfer-approval-v2"; }; }[]; userPermissions?: { roles: { admin?: boolean | undefined; custodian?: boolean | undefined; emergency?: boolean | undefined; fundsManager?: boolean | undefined; governance?: boolean | undefined; saleAdmin?: boolean | undefined; supplyManagement?: boolean | undefined; }; actions: { burn: boolean; grantRole: boolean; grantRoleByParticipant: boolean; revokeRole: boolean; revokeRoleByParticipant: boolean; mint: boolean; pause: boolean; addComplianceModule: boolean; approve: boolean; forcedRecover: boolean; freezeAddress: boolean; recoverERC20: boolean; recoverTokens: boolean; redeem: boolean; mature: boolean; removeComplianceModule: boolean; setCap: boolean; setComplianceModuleParams: boolean; setYieldSchedule: boolean; topUpDenominationAsset: boolean; withdrawDenominationAsset: boolean; transfer: boolean; forcedTransfer: boolean; unpause: boolean; updateCollateral: boolean; freezePartial: boolean; unfreezePartial: boolean; claimIssue: boolean; claimRevoke: boolean; setMetadata: boolean; removeMetadata: boolean; setAumFeeBps: boolean; setAumFeeRecipient: boolean; approveTransfer: boolean; revokeTransferApproval: boolean; collectAumFee: boolean; freezeAumFeeRate: boolean; claimYield: boolean; setYieldTreasury: boolean; matureEarly: boolean; setMaturityTreasury: boolean; topUpMaturityTreasury: boolean; topUpYieldTreasury: boolean; topUpBondDenomination: boolean; setTransactionFeeRates: boolean; setTransactionFeeRecipient: boolean; freezeTransactionFeeRates: boolean; setExternalTransactionFees: boolean; setExternalTransactionFeeRecipient: boolean; setExternalTransactionFeeToken: boolean; freezeExternalTransactionFees: boolean; setTransactionFeeAccountingRates: boolean; setTransactionFeeAccountingRecipient: boolean; freezeTransactionFeeAccountingRates: boolean; reconcileFees: boolean; setFeeExemption: boolean; delegate: boolean; delegateBySig: boolean; permit: boolean; publishTrigger: boolean; disableTrigger: boolean; setConversionWindow: boolean; convert: boolean; forceConvert: boolean; addAuthorizedConverter: boolean; removeAuthorizedConverter: boolean; setPrice: boolean; featureAttach: boolean; featureDetach: boolean; featureRotate: boolean; }; } | undefined; stats: { balancesCount: number; totalValueInBaseCurrency: [string, number]; totalBurned: [string, number]; totalBurnedExact: string; } | null; }; meta: { txHashes: string[]; }; links: { self: string; }; };
|
|
562
|
+
type DalpClientOutput248 = { data: { allowance: { id: string; value: [string, number]; valueExact: string; lastUpdatedAt: string; owner: { id: `0x${string}`; isContract: boolean; }; spender: { id: `0x${string}`; isContract: boolean; }; } | null; }; links: { self: string; }; };
|
|
563
|
+
type DalpClientOutput249 = { data: { accruedEstimate: [string, number]; feeBps: number; lastCollectionTime: string; measuredAt: string; featureAddress: `0x${string}`; } | null; links: { self: string; }; };
|
|
564
|
+
type DalpClientOutput250 = { data: { id: string; collector: `0x${string}`; recipient: `0x${string}`; feeAmount: [string, number]; feeAmountExact: string; eventTimestamp: string; blockNumber: string; blockTimestamp: string; txHash: `0x${string}`; logIndex: number; }[]; meta: { total: number; facets?: { [x: string]: { value: string; count: number; }[]; } | undefined; }; links: { self: string; first: string; prev: string | null; next: string | null; last: string; }; };
|
|
565
|
+
type DalpClientOutput251 = { transactionId: string; status: string; statusUrl: string; } | { data: { txHash: string; success: boolean; claimTopic: string; targetIdentity: `0x${string}`; }; meta: { txHashes: string[]; }; links: { self: string; }; };
|
|
566
|
+
type DalpClientOutput252 = { data: { complianceModuleConfigs: { complianceModule: { typeId: string; tokenConfigs: { parameters: { expression: { topicScheme: { name: string; } | null; index: number; nodeType: "AND" | "NOT" | "OR" | "TOPIC"; }[] | null; collateral: { proofTopic: string; ratioBps: number; trustedIssuers: `0x${string}`[]; } | null; tokenSupplyLimit: { global: boolean; maxSupplyExact: string; } | null; issuanceVolumeLimit: { maxSupply: string; periodLength: number; rolling: boolean; } | null; capitalRaiseLimit: { maxSupply: string; periodLength: number; rolling: boolean; priceResolver: `0x${string}`; priceTopicId: string; } | null; investorCount: { maxInvestors: number; } | null; countries: number[] | null; addresses: `0x${string}`[] | null; timeLock: { holdPeriod: number; allowExemptions: boolean; } | null; transferApproval: { approvalAuthorities: `0x${string}`[]; approvalMode?: number | undefined; approvalExpiry?: number | undefined; } | null; }; }[]; }; instanceAddress?: `0x${string}` | undefined; isActive?: boolean | undefined; scope?: { senderInclusion: { nodeType: number; value: string; }[]; senderExemption: { nodeType: number; value: string; }[]; senderCountryInclusion: number[]; senderCountryExclusion: number[]; receiverInclusion: { nodeType: number; value: string; }[]; receiverExemption: { nodeType: number; value: string; }[]; receiverCountryInclusion: number[]; receiverCountryExclusion: number[]; tokenInclusion: { nodeType: number; value: string; }[]; tokenExemption: { nodeType: number; value: string; }[]; executionMode: number; } | undefined; isGlobal?: boolean | undefined; }[]; }; links: { self: string; }; };
|
|
567
|
+
type DalpClientOutput253 = { data: { isConversionFeature: boolean; }; links: { self: string; }; };
|
|
568
|
+
type DalpClientOutput254 = { data: { availablePrincipal: [string, number]; totalConverted: [string, number]; featureAddress: `0x${string}`; } | null; links: { self: string; }; };
|
|
569
|
+
type DalpClientOutput255 = { data: { conversionId: string; triggerId: string; holder: `0x${string}`; principalConverted: [string, number]; principalConvertedExact: string; interestConvertedWad: [string, number]; interestConvertedWadExact: string; targetReceived: [string, number]; targetReceivedExact: string; effectivePriceUsedWad: [string, number]; effectivePriceUsedWadExact: string; status: "Initiated" | "Minted"; initiatedAt: string; finalizedAt: string | null; isForced: boolean; forcedBy: `0x${string}` | null; issuedRecipient: `0x${string}` | null; amountMinted: [string, number] | null; amountMintedExact: string | null; issuedAt: string | null; }[]; meta: { total: number; facets?: { [x: string]: { value: string; count: number; }[]; } | undefined; }; links: { self: string; first: string; prev: string | null; next: string | null; last: string; }; };
|
|
570
|
+
type DalpClientOutput256 = { data: { triggerId: string; kind: "disabled" | "published" | "republished"; eventIndex: number; denominationAsset: `0x${string}` | null; roundPricePerShareWad: [string, number] | null; roundPricePerShareWadExact: string | null; expiresAt: string | null; metadataHash: string | null; blockNumber: string; blockTimestamp: string; txHash: string; logIndex: number; }[]; meta: { total: number; facets?: { [x: string]: { value: string; count: number; }[]; } | undefined; }; links: { self: string; first: string; prev: string | null; next: string | null; last: string; }; };
|
|
571
|
+
type DalpClientOutput257 = { data: { triggerId: string; denominationAsset: `0x${string}`; roundPricePerShareWad: [string, number]; roundPricePerShareWadExact: string; effectivePriceWad: [string, number]; effectivePriceWadExact: string; publishedAt: string; expiresAt: string; metadataHash: string | null; active: boolean; disabledAt: string | null; totalConversions: number; totalPrincipalConverted: [string, number]; totalPrincipalConvertedExact: string; }[]; meta: { total: number; facets?: { [x: string]: { value: string; count: number; }[]; } | undefined; }; links: { self: string; first: string; prev: string | null; next: string | null; last: string; }; };
|
|
572
|
+
type DalpClientOutput258 = { data: { sourceTokenAddress: `0x${string}`; conversionFeatureAddress: `0x${string}` | null; minterFeatureAddress: `0x${string}` | null; isAuthorized: boolean; authorizedAt: string; revokedAt: string | null; updatedAt: string; }[]; meta: { total: number; facets?: { [x: string]: { value: string; count: number; }[]; } | undefined; }; links: { self: string; first: string; prev: string | null; next: string | null; last: string; }; };
|
|
573
|
+
type DalpClientOutput259 = { data: { targetTokenAddress: `0x${string}`; conversionFeatureAddress: `0x${string}` | null; minterFeatureAddress: `0x${string}` | null; isAuthorized: boolean; authorizedAt: string; revokedAt: string | null; updatedAt: string; }[]; meta: { total: number; facets?: { [x: string]: { value: string; count: number; }[]; } | undefined; }; links: { self: string; first: string; prev: string | null; next: string | null; last: string; }; };
|
|
574
|
+
type DalpClientOutput260 = { data: { metaTxSigner: { id: `0x${string}`; } | null; displaySender: { id: `0x${string}`; }; relayerKind: string | null; relayer: { id: `0x${string}`; } | null; userOpHash: `0x${string}` | null; paymaster?: { id: `0x${string}`; } | null | undefined; actualGasCost?: string | null | undefined; id: string; eventName: string; txIndex: string; blockNumber: string; blockTimestamp: string; transactionHash: `0x${string}`; emitter: { id: `0x${string}`; }; sender: { id: `0x${string}`; }; values: { id: string; name: string; value: string; }[]; }[]; meta: { total: number; facets?: { [x: string]: { value: string; count: number; }[]; } | undefined; }; links: { self: string; first: string; prev: string | null; next: string | null; last: string; }; };
|
|
575
|
+
type DalpClientOutput261 = { data: { id: string; payer: `0x${string}`; feeToken: `0x${string}`; operationType: "burn" | "mint" | "transfer" | "unknown"; feeAmount: [string, number]; feeAmountExact: string; blockNumber: string; blockTimestamp: string; txHash: `0x${string}`; logIndex: number; }[]; meta: { total: number; facets?: { [x: string]: { value: string; count: number; }[]; } | undefined; }; links: { self: string; first: string; prev: string | null; next: string | null; last: string; }; };
|
|
576
|
+
type DalpClientOutput262 = { data: { owner: `0x${string}`; nonce: string; txHash: `0x${string}`; blockNumber: string; blockTime: string; }[]; meta: { total: number; facets?: { [x: string]: { value: string; count: number; }[]; } | undefined; }; links: { self: string; first: string; prev: string | null; next: string | null; last: string; }; };
|
|
577
|
+
type DalpClientOutput263 = { data: { id: string; payer: `0x${string}`; fromAddress: `0x${string}`; toAddress: `0x${string}`; operationType: "burn" | "mint" | "redeem" | "transfer" | "unknown"; operationAmount: [string, number]; operationAmountExact: string; feeBps: number; feeAmount: [string, number]; feeAmountExact: string; blockNumber: string; blockTimestamp: string; eventTimestamp: string; txHash: `0x${string}`; logIndex: number; }[]; meta: { total: number; facets?: { [x: string]: { value: string; count: number; }[]; } | undefined; }; links: { self: string; first: string; prev: string | null; next: string | null; last: string; }; };
|
|
578
|
+
type DalpClientOutput264 = { readonly data: { readonly payer: `0x${string}`; readonly totalEvents: number; readonly totalFeeAmount: [string, number]; readonly totalFeeAmountExact: string; readonly totalOperationAmount: [string, number]; readonly totalOperationAmountExact: string; readonly breakdown: { readonly operationType: "burn" | "mint" | "redeem" | "transfer" | "unknown"; readonly eventCount: number; readonly totalOperationAmount: [string, number]; readonly totalOperationAmountExact: string; readonly totalFeeAmount: [string, number]; readonly totalFeeAmountExact: string; }[]; readonly recentEvents: { readonly id: string; readonly payer: `0x${string}`; readonly fromAddress: `0x${string}`; readonly toAddress: `0x${string}`; readonly operationType: "burn" | "mint" | "redeem" | "transfer" | "unknown"; readonly operationAmount: [string, number]; readonly operationAmountExact: string; readonly feeBps: number; readonly feeAmount: [string, number]; readonly feeAmountExact: string; readonly blockNumber: string; readonly blockTimestamp: string; readonly eventTimestamp: string; readonly txHash: `0x${string}`; readonly logIndex: number; }[]; }; };
|
|
579
|
+
type DalpClientOutput265 = { data: { account: `0x${string}`; isExempt: boolean; updatedAt: string; updatedAtBlock: string; }[]; meta: { total: number; facets?: { [x: string]: { value: string; count: number; }[]; } | undefined; }; links: { self: string; first: string; prev: string | null; next: string | null; last: string; }; };
|
|
580
|
+
type DalpClientOutput266 = { data: { id: string; caller: `0x${string}`; recipient: `0x${string}`; periodEnd: string; amount: [string, number]; amountExact: string; blockNumber: string; blockTimestamp: string; txHash: `0x${string}`; logIndex: number; }[]; meta: { total: number; facets?: { [x: string]: { value: string; count: number; }[]; } | undefined; }; links: { self: string; first: string; prev: string | null; next: string | null; last: string; }; };
|
|
581
|
+
type DalpClientOutput267 = { data: { tokenAddress: `0x${string}`; featureAddress: `0x${string}`; holderAddress: `0x${string}`; periodNumber: number; amount: [string, number]; amountExact: string; yieldAmount: [string, number]; yieldAmountExact: string; claimedAtBlock: string; claimedAt: string; txHash: `0x${string}`; logIndex: number; }[]; meta: { total: number; facets?: { [x: string]: { value: string; count: number; }[]; } | undefined; }; links: { self: string; first: string; prev: string | null; next: string | null; last: string; }; };
|
|
582
|
+
type DalpClientOutput268 = { transactionId: string; status: string; statusUrl: string; } | { data: { accounts: `0x${string}`[]; }; meta: { txHashes: string[]; }; links: { self: string; }; };
|
|
583
|
+
type DalpClientOutput269 = { transactionId: string; status: string; statusUrl: string; } | { data: { accounts: `0x${string}`[]; roles: ("admin" | "custodian" | "emergency" | "fundsManager" | "governance" | "saleAdmin" | "supplyManagement")[]; }; meta: { txHashes: string[]; }; links: { self: string; }; };
|
|
584
|
+
type DalpClientOutput270 = { data: { account: `0x${string}`; balance: [string, number]; balanceExact: string; totalSupply: [string, number]; totalSupplyExact: string; timepoint: string; featureAddress: `0x${string}`; } | null; links: { self: string; }; };
|
|
585
|
+
type DalpClientOutput271 = { data: { tokenAddress: `0x${string}`; holderAddress: `0x${string}`; balance: [string, number]; balanceExact: string; asOfBlockNumber: string; asOfBlockTimestamp: string | null; asOfTxHash: `0x${string}` | null; asOfLogIndex: number | null; requestedBlock: string; }; links: { self: string; }; };
|
|
586
|
+
type DalpClientOutput272 = { data: { id: string; account: `0x${string}`; kind: "account" | "totalSupply"; sender: `0x${string}`; oldBalance: [string, number]; oldBalanceExact: string; newBalance: [string, number]; newBalanceExact: string; blockNumber: string; blockTimestamp: string; txHash: `0x${string}`; logIndex: number; }[]; meta: { total: number; facets?: { [x: string]: { value: string; count: number; }[]; } | undefined; }; links: { self: string; first: string; prev: string | null; next: string | null; last: string; }; };
|
|
587
|
+
type DalpClientOutput273 = { data: { account: { id: `0x${string}`; }; available: [string, number]; frozen: [string, number]; isFrozen: boolean; value: [string, number]; lastUpdatedAt: string; }[]; meta: { total: number; facets?: { [x: string]: { value: string; count: number; }[]; } | undefined; }; links: { self: string; first: string; prev: string | null; next: string | null; last: string; }; };
|
|
588
|
+
type DalpClientOutput274 = { data: { holder: { account: { id: `0x${string}`; }; isFrozen: boolean; lastUpdatedAt: string; available: [string, number]; frozen: [string, number]; value: [string, number]; } | null; }; links: { self: string; }; };
|
|
589
|
+
type DalpClientOutput275 = { data: { account: { id: `0x${string}`; }; available: [string, number]; frozen: [string, number]; isFrozen: boolean; value: [string, number]; lastUpdatedAt: string; transferableBalance: [string, number]; }[]; meta: { total: number; facets?: { [x: string]: { value: string; count: number; }[]; } | undefined; }; links: { self: string; first: string; prev: string | null; next: string | null; last: string; }; };
|
|
590
|
+
type DalpClientOutput276 = { data: { id: `0x${string}`; type: string; createdAt: string; name: string; symbol: string; logoUrl?: string | null | undefined; decimals: number; basePrice: [string, number]; basePriceCurrencyCode: string | null; totalSupply: [string, number]; totalSupplyExact?: string | undefined; smartInterface: number | null; pausable: { paused: boolean; }; tokenFactory: { id: `0x${string}`; }; isExternal: boolean; balance: [string, number]; valueInBaseCurrency: [string, number] | null; priceInBaseCurrencyReliable: boolean; }[]; meta: { total: number; facets?: { [x: string]: { value: string; count: number; }[]; } | undefined; }; links: { self: string; first: string; prev: string | null; next: string | null; last: string; }; };
|
|
591
|
+
type DalpClientOutput277 = { data: { typeIds: ("address-block-list" | "address-block-list-v2" | "capital-raise-limit" | "capped" | "capped-v2" | "collateral" | "collateral-v2" | "country-allow-list" | "country-allow-list-v2" | "country-block-list" | "country-block-list-v2" | "identity-allow-list" | "identity-allow-list-v2" | "identity-block-list" | "identity-block-list-v2" | "identity-verification" | "identity-verification-v2" | "investor-count" | "investor-count-v2" | "issuance-volume-limit" | "time-lock" | "time-lock-v2" | "token-supply-limit" | "transfer-approval" | "transfer-approval-v2")[]; }; links: { self: string; }; };
|
|
592
|
+
type DalpClientOutput278 = { data: { id: `0x${string}`; type: string; createdAt: string; name: string; symbol: string; logoUrl?: string | null | undefined; decimals: number; basePrice: [string, number]; basePriceCurrencyCode: string | null; totalSupply: [string, number]; totalSupplyExact?: string | undefined; smartInterface: number | null; pausable: { paused: boolean; }; assetClassificationType: string | null; assetClassificationCategory: string | null; uniqueIdentifier: string | null; tokenFactory: `0x${string}`; templateLink: { templateId: string; templateSlug: string; } | null; isConfigurable: boolean; hasVotingPower: boolean; metadataValues?: { [x: string]: string; } | undefined; }[]; meta: { total: number; facets?: { [x: string]: { value: string; count: number; }[]; } | undefined; groups?: { key: string; label: string; count: number; totalSupply: string; decimals: number; totalValueInBase: string | null; reliability: boolean; }[] | undefined; groupBy?: { key: string; label: string; } | undefined; }; links: { self: string; first: string; prev: string | null; next: string | null; last: string; }; };
|
|
593
|
+
type DalpClientOutput279 = { data: { id: string; holder: `0x${string}`; featureAddress: `0x${string}`; redeemedAmount: [string, number]; redeemedAmountExact: string; payoutAmount: [string, number]; payoutAmountExact: string; blockNumber: string; blockTimestamp: string; txHash: `0x${string}`; logIndex: number; }[]; meta: { total: number; facets?: { [x: string]: { value: string; count: number; }[]; } | undefined; }; links: { self: string; first: string; prev: string | null; next: string | null; last: string; }; };
|
|
594
|
+
type DalpClientOutput280 = { data: { metadata_: { entryCount: number; entries: { key: string; keyHash: string; value: string; valueString: string | null; valueNumber: string | null; isImmutable: boolean; setAt: string; }[]; } | null; }; links: { self: string; }; };
|
|
595
|
+
type DalpClientOutput281 = { data: { participantId: string | null; displayName: string; signingAddress: `0x${string}` | null; operationsAddress: `0x${string}` | null; accountAddress: `0x${string}` | null; isContract: boolean; eoaRoles: ("admin" | "custodian" | "emergency" | "fundsManager" | "governance" | "saleAdmin" | "supplyManagement")[]; smartWalletRoles: ("admin" | "custodian" | "emergency" | "fundsManager" | "governance" | "saleAdmin" | "supplyManagement")[]; missingRoles: ("admin" | "custodian" | "emergency" | "fundsManager" | "governance" | "saleAdmin" | "supplyManagement")[]; drift: boolean; }[]; meta: { total: number; facets?: { [x: string]: { value: string; count: number; }[]; } | undefined; }; links: { self: string; first: string; prev: string | null; next: string | null; last: string; }; };
|
|
596
|
+
type DalpClientOutput282 = { data: { featureAddress: `0x${string}`; owner: `0x${string}` | null; nonce: string | null; domainSeparator: `0x${string}`; permitTypeHash: `0x${string}`; } | null; links: { self: string; }; };
|
|
597
|
+
type DalpClientOutput283 = { data: { tokenAddress: `0x${string}`; price: string; currency: string; decimals: number; source: "claim" | "feed"; sourceCurrency: string; convertible: boolean; targetCurrency?: string | undefined; reason?: string | undefined; message?: string | undefined; availableCurrencies?: string[] | undefined; updatedAt: string; conversionPath: { from: string; to: string; rate: string; feedAddress: `0x${string}`; updatedAt: string; inverse: boolean; }[]; }; links: { self: string; }; };
|
|
598
|
+
type DalpClientOutput284 = { data: { id: `0x${string}`; tokenFactory: `0x${string}`; complianceContract: `0x${string}` | null; identityRegistry: `0x${string}` | null; type: string; createdAt: string; name: string; symbol: string; logoUrl?: string | null | undefined; decimals: number; basePrice: [string, number]; basePriceCurrencyCode: string | null; totalSupply: [string, number]; totalSupplyExact?: string | undefined; extensions: ("ACCESS_MANAGED" | "BOND" | "BURNABLE" | "CAPPED" | "COLLATERAL" | "CONFIGURABLE" | "CUSTODIAN" | "FUND" | "HISTORICAL_BALANCES" | "METADATA" | "PAUSABLE" | "REDEEMABLE" | "YIELD")[]; implementsERC3643: boolean; smartInterface: number | null; implementsSMART: boolean; identity?: { id: `0x${string}`; account: { id: `0x${string}`; contractName?: string | null | undefined; } | null; isContract: boolean; registered?: false | { isRegistered: true; country: string | null; } | undefined; claims: { id: string; name: string; signature: string; revoked: boolean; issuer: { id: `0x${string}`; account: { id: `0x${string}`; } | null; }; values: { key: string; value: string; }[]; isTrusted?: boolean | undefined; }[]; } | undefined; pausable: { paused: boolean; }; collateral: { collateral: [string, number]; collateralExact?: string | undefined; expiryTimestamp: string | null; } | null; capped: { cap: [string, number]; capExact: string; } | null; createdBy: { id: `0x${string}`; }; redeemable: { redeemedAmount: [string, number]; redeemedAmountExact?: string | undefined; } | null; yield: { schedule: { id: `0x${string}`; denominationAsset: { id: `0x${string}`; symbol: string; decimals: number; }; } | null; } | null; bond: { faceValue: [string, number]; faceValueExact: string; isMatured: boolean; maturityDate: string; totalRedeemed: [string, number]; totalRedeemedExact: string; denominationAsset: { id: `0x${string}`; symbol: string; decimals: number; }; } | null; fund: { managementFeeBps: [string, number]; } | null; accessControl?: { id: `0x${string}`; addonManager?: { id: `0x${string}`; isContract: boolean; }[] | undefined; roleAdmins?: { id: `0x${string}`; role: `0x${string}`; roleFieldName: "addonManager" | "addonModule" | "addonRegistryModule" | "admin" | "auditor" | "claimIssuer" | "claimPolicyManager" | "complianceManager" | "custodian" | "emergency" | "feedsManager" | "fundsManager" | "gasManager" | "governance" | "identityManager" | "identityRegistryModule" | "organisationIdentityManager" | "saleAdmin" | "supplyManagement" | "systemManager" | "systemModule" | "tokenFactoryModule" | "tokenFactoryRegistryModule" | "tokenManager" | "trustedIssuersMetaRegistryModule"; adminRole: `0x${string}`; adminFieldName: "addonManager" | "addonModule" | "addonRegistryModule" | "admin" | "auditor" | "claimIssuer" | "claimPolicyManager" | "complianceManager" | "custodian" | "emergency" | "feedsManager" | "fundsManager" | "gasManager" | "governance" | "identityManager" | "identityRegistryModule" | "organisationIdentityManager" | "saleAdmin" | "supplyManagement" | "systemManager" | "systemModule" | "tokenFactoryModule" | "tokenFactoryRegistryModule" | "tokenManager" | "trustedIssuersMetaRegistryModule"; }[] | undefined; addonModule: { id: `0x${string}`; isContract: boolean; }[]; addonRegistryModule: { id: `0x${string}`; isContract: boolean; }[]; admin: { id: `0x${string}`; isContract: boolean; }[]; auditor: { id: `0x${string}`; isContract: boolean; }[]; claimIssuer: { id: `0x${string}`; isContract: boolean; }[]; claimPolicyManager: { id: `0x${string}`; isContract: boolean; }[]; complianceManager: { id: `0x${string}`; isContract: boolean; }[]; custodian: { id: `0x${string}`; isContract: boolean; }[]; emergency: { id: `0x${string}`; isContract: boolean; }[]; feedsManager: { id: `0x${string}`; isContract: boolean; }[]; fundsManager: { id: `0x${string}`; isContract: boolean; }[]; gasManager: { id: `0x${string}`; isContract: boolean; }[]; governance: { id: `0x${string}`; isContract: boolean; }[]; identityManager: { id: `0x${string}`; isContract: boolean; }[]; identityRegistryModule: { id: `0x${string}`; isContract: boolean; }[]; organisationIdentityManager: { id: `0x${string}`; isContract: boolean; }[]; saleAdmin: { id: `0x${string}`; isContract: boolean; }[]; supplyManagement: { id: `0x${string}`; isContract: boolean; }[]; systemManager: { id: `0x${string}`; isContract: boolean; }[]; systemModule: { id: `0x${string}`; isContract: boolean; }[]; tokenFactoryModule: { id: `0x${string}`; isContract: boolean; }[]; tokenFactoryRegistryModule: { id: `0x${string}`; isContract: boolean; }[]; tokenManager: { id: `0x${string}`; isContract: boolean; }[]; trustedIssuersMetaRegistryModule: { id: `0x${string}`; isContract: boolean; }[]; } | undefined; complianceModuleConfigs: { id: `0x${string}`; complianceModule: { typeId: "address-block-list" | "address-block-list-v2" | "capital-raise-limit" | "capped" | "capped-v2" | "collateral" | "collateral-v2" | "country-allow-list" | "country-allow-list-v2" | "country-block-list" | "country-block-list-v2" | "identity-allow-list" | "identity-allow-list-v2" | "identity-block-list" | "identity-block-list-v2" | "identity-verification" | "identity-verification-v2" | "investor-count" | "investor-count-v2" | "issuance-volume-limit" | "time-lock" | "time-lock-v2" | "token-supply-limit" | "transfer-approval" | "transfer-approval-v2"; }; }[]; userPermissions?: { roles: { admin?: boolean | undefined; custodian?: boolean | undefined; emergency?: boolean | undefined; fundsManager?: boolean | undefined; governance?: boolean | undefined; saleAdmin?: boolean | undefined; supplyManagement?: boolean | undefined; }; actions: { burn: boolean; grantRole: boolean; grantRoleByParticipant: boolean; revokeRole: boolean; revokeRoleByParticipant: boolean; mint: boolean; pause: boolean; addComplianceModule: boolean; approve: boolean; forcedRecover: boolean; freezeAddress: boolean; recoverERC20: boolean; recoverTokens: boolean; redeem: boolean; mature: boolean; removeComplianceModule: boolean; setCap: boolean; setComplianceModuleParams: boolean; setYieldSchedule: boolean; topUpDenominationAsset: boolean; withdrawDenominationAsset: boolean; transfer: boolean; forcedTransfer: boolean; unpause: boolean; updateCollateral: boolean; freezePartial: boolean; unfreezePartial: boolean; claimIssue: boolean; claimRevoke: boolean; setMetadata: boolean; removeMetadata: boolean; setAumFeeBps: boolean; setAumFeeRecipient: boolean; approveTransfer: boolean; revokeTransferApproval: boolean; collectAumFee: boolean; freezeAumFeeRate: boolean; claimYield: boolean; setYieldTreasury: boolean; matureEarly: boolean; setMaturityTreasury: boolean; topUpMaturityTreasury: boolean; topUpYieldTreasury: boolean; topUpBondDenomination: boolean; setTransactionFeeRates: boolean; setTransactionFeeRecipient: boolean; freezeTransactionFeeRates: boolean; setExternalTransactionFees: boolean; setExternalTransactionFeeRecipient: boolean; setExternalTransactionFeeToken: boolean; freezeExternalTransactionFees: boolean; setTransactionFeeAccountingRates: boolean; setTransactionFeeAccountingRecipient: boolean; freezeTransactionFeeAccountingRates: boolean; reconcileFees: boolean; setFeeExemption: boolean; delegate: boolean; delegateBySig: boolean; permit: boolean; publishTrigger: boolean; disableTrigger: boolean; setConversionWindow: boolean; convert: boolean; forceConvert: boolean; addAuthorizedConverter: boolean; removeAuthorizedConverter: boolean; setPrice: boolean; featureAttach: boolean; featureDetach: boolean; featureRotate: boolean; }; } | undefined; stats: { balancesCount: number; totalValueInBaseCurrency: [string, number]; totalBurned: [string, number]; totalBurnedExact: string; } | null; }; links: { self: string; }; };
|
|
599
|
+
type DalpClientOutput285 = { data: { eligible: boolean; address: `0x${string}`; action: "burn" | "mint" | "transfer"; }; links: { self: string; }; };
|
|
600
|
+
type DalpClientOutput286 = { transactionId: string; status: string; statusUrl: string; } | { data: { feedAddress: `0x${string}`; txHash: `0x${string}`; price: string; currencyCode: string; }; meta: { txHashes: string[]; }; links: { self: string; }; };
|
|
601
|
+
type DalpClientOutput287 = { data: { id: string; tokenAddress: `0x${string}`; owner: `0x${string}`; spender: `0x${string}`; value: string; deadline: string; nonce: string; signatureKind: "bytes" | "ecdsa"; status: "expired" | "pending" | "relayed"; createdAt: string; }; links: { self: string; }; };
|
|
602
|
+
type DalpClientOutput288 = { data: { id: string; tokenAddress: `0x${string}`; owner: `0x${string}`; spender: `0x${string}`; value: string; deadline: string; nonce: string; signatureKind: "bytes" | "ecdsa"; status: "expired" | "pending" | "relayed"; relayable: boolean; relayedTxHash: string | null; createdAt: string; }[]; meta: { total: number; facets?: { [x: string]: { value: string; count: number; }[]; } | undefined; }; links: { self: string; first: string; prev: string | null; next: string | null; last: string; }; };
|
|
603
|
+
type DalpClientOutput289 = { data: { denominationAssetBalanceAvailable: [string, number]; denominationAssetBalanceRequired: [string, number]; coveredPercentage: [string, number]; denominationAssetTreasuryAllowance: [string, number]; allowanceCoveredPercentage: [string, number]; treasuryIsContract: boolean | null; treasuryAddress: `0x${string}` | null; featureAddress: `0x${string}` | null; solvencyKnown: boolean; }; links: { self: string; }; };
|
|
604
|
+
type DalpClientOutput290 = { data: { buckets: { name: string; value: [string, number]; }[]; totalCollateral: [string, number]; requiredCollateral: [string, number]; mintableSupply: [string, number]; collateralizationPercentage: number; configuredCollateralRatioBps: number; parity_confidence: "degraded" | "high"; utilizationPercentage: number; }; links: { self: string; }; };
|
|
605
|
+
type DalpClientOutput291 = { data: { supplyChangesHistory: { timestamp: string; totalMinted: string; totalBurned: string; }[]; }; links: { self: string; }; };
|
|
606
|
+
type DalpClientOutput292 = { data: { totalSupplyHistory: { timestamp: string; totalSupply: string; }[]; }; links: { self: string; }; };
|
|
607
|
+
type DalpClientOutput293 = { data: { volumeHistory: { timestamp: string; totalVolume: string; }[]; }; links: { self: string; }; };
|
|
608
|
+
type DalpClientOutput294 = { data: { buckets: { range: string; count: number; }[]; totalHolders: number; }; links: { self: string; }; };
|
|
609
|
+
type DalpClientOutput295 = { data: { yieldCoverage: number; hasYieldSchedule: boolean; isRunning: boolean; totalUnclaimedYield: [string, number]; denominationAssetBalance: [string, number]; denominationAssetTreasuryAllowance: [string, number]; allowanceCoveredPercentage: [string, number]; requiredAllowance: [string, number]; treasuryIsContract: boolean | null; treasuryAddress: `0x${string}` | null; scheduleAddress: `0x${string}` | null; }; links: { self: string; }; };
|
|
610
|
+
type DalpClientOutput296 = { data: { periods: { id: string; timestamp: string; totalYield: [string, number]; claimed: [string, number]; unclaimed: [string, number]; }[]; totalYield: [string, number]; totalClaimed: [string, number]; totalUnclaimed: [string, number]; }; links: { self: string; }; };
|
|
611
|
+
type DalpClientOutput297 = { readonly data: { readonly payer: `0x${string}`; readonly totalEvents: number; readonly totalFeeAmount: [string, number]; readonly totalFeeAmountExact: string; readonly breakdown: { readonly operationType: "burn" | "mint" | "redeem" | "transfer"; readonly eventCount: number; readonly totalFeeAmount: [string, number]; readonly totalFeeAmountExact: string; }[]; readonly recentEvents: { readonly id: string; readonly counterpartyAddress: `0x${string}`; readonly operationType: "burn" | "mint" | "redeem" | "transfer"; readonly feeAmount: [string, number]; readonly feeAmountExact: string; readonly blockNumber: string; readonly blockTimestamp: string; readonly txHash: `0x${string}`; readonly logIndex: number; }[]; }; };
|
|
612
|
+
type DalpClientOutput298 = { data: { id: string; counterpartyAddress: `0x${string}`; operationType: "burn" | "mint" | "redeem" | "transfer"; feeAmount: [string, number]; feeAmountExact: string; blockNumber: string; blockTimestamp: string; txHash: `0x${string}`; logIndex: number; }[]; meta: { total: number; facets?: { [x: string]: { value: string; count: number; }[]; } | undefined; }; links: { self: string; first: string; prev: string | null; next: string | null; last: string; }; };
|
|
613
|
+
type DalpClientOutput299 = { data: { id: string; token: { id: `0x${string}`; }; fromIdentity: { id: `0x${string}`; }; toIdentity: { id: `0x${string}`; }; value: string; approverIdentity: `0x${string}`; expiry: string; status: "consumed" | "pending" | "revoked"; createdAt: string; updatedAt: string; }[]; meta: { total: number; facets?: { [x: string]: { value: string; count: number; }[]; } | undefined; }; links: { self: string; first: string; prev: string | null; next: string | null; last: string; }; };
|
|
614
|
+
type DalpClientOutput300 = { data: { verdict: "will-clear" | "will-revert"; blockers: { code: string; moduleTypeId: "address-block-list" | "address-block-list-v2" | "capital-raise-limit" | "capped" | "capped-v2" | "collateral" | "collateral-v2" | "country-allow-list" | "country-allow-list-v2" | "country-block-list" | "country-block-list-v2" | "identity-allow-list" | "identity-allow-list-v2" | "identity-block-list" | "identity-block-list-v2" | "identity-verification" | "identity-verification-v2" | "investor-count" | "investor-count-v2" | "issuance-volume-limit" | "time-lock" | "time-lock-v2" | "token-supply-limit" | "transfer-approval" | "transfer-approval-v2"; moduleInstance: `0x${string}`; party: "recipient" | "sender"; reason: "identity-not-registered" | "identity-not-verified" | "module-blocked"; remediationClass: "operator" | "self-serve" | "structural"; remediation: { kind: "issue-claim"; topics: string[]; } | { kind: "operator-action"; action: "register-identity" | "remove-blocklist" | "unfreeze"; } | { kind: "none"; }; topics?: string[] | undefined; }[]; }; links: { self: string; }; };
|
|
615
|
+
type DalpClientOutput301 = { data: { approvals: { kind: "fixed-treasury-yield" | "maturity-redemption"; featureAddress: `0x${string}`; treasury: `0x${string}`; denominationAsset: `0x${string}`; allowance: [string, number]; required: [string, number]; satisfied: boolean; }[]; implementation: { treasuryIsContract: boolean | null; } | null; availableBalance: [string, number]; projectedNeed: [string, number]; status: "green" | "red" | "yellow"; reason: string | null; measuredAt: string; }; links: { self: string; }; };
|
|
616
|
+
type DalpClientOutput302 = { data: { id: string; delegator: `0x${string}`; fromDelegate: `0x${string}` | null; toDelegate: `0x${string}`; delegatedAt: string; delegatedBlockNumber: string; delegatedTxHash: `0x${string}`; delegatedLogIndex: number; undelegatedAt: string | null; undelegatedBlockNumber: string | null; undelegatedTxHash: `0x${string}` | null; undelegatedLogIndex: number | null; isActive: boolean; }[]; meta: { total: number; facets?: { [x: string]: { value: string; count: number; }[]; } | undefined; }; links: { self: string; first: string; prev: string | null; next: string | null; last: string; }; };
|
|
617
|
+
type DalpClientOutput303 = { data: { total: number; topN: number; totalVotes: string; totalVotesExact: string; holders: { account: `0x${string}`; votes: string; votesExact: string; }[]; other: { holders: number; votes: string; votesExact: string; }; }; links: { self: string; }; };
|
|
618
|
+
type DalpClientOutput304 = { data: { account: `0x${string}`; votes: [string, number]; votesExact: string; asOfBlockNumber: string; asOfBlockTimestamp: string; asOfTxHash: `0x${string}`; asOfLogIndex: number; }[]; meta: { total: number; facets?: { [x: string]: { value: string; count: number; }[]; } | undefined; }; links: { self: string; first: string; prev: string | null; next: string | null; last: string; }; };
|
|
619
|
+
type DalpClientOutput305 = { data: { expression: { nodeType: number; value: string; }[]; }; links: { self: string; }; };
|
|
620
|
+
type DalpClientOutput306 = { data: { id: string; tokenAddress: string; documentType: "annual_report" | "appraisal" | "assay_certificate" | "attestation_report" | "brand_logo" | "certificate" | "chain_of_custody" | "compliance_report" | "covenant_agreement" | "credit_rating" | "environmental_assessment" | "financial_statement" | "fund_fact_sheet" | "insurance_certificate" | "interest_schedule" | "legal_opinion" | "nav_report" | "other" | "property_deed" | "prospectus" | "regulatory_filing" | "reserve_audit" | "reserve_composition" | "shareholder_agreement" | "storage_receipt" | "subscription_agreement" | "survey_report" | "term_sheet" | "title_insurance"; visibility: "holders" | "public" | "restricted"; groupId: string; versionNumber: number; isLatest: boolean; fileName: string; fileSize: number; mimeType: string; title: string | null; description: string | null; fileHash: string; uploadedAt: string; uploadedBy: string; }; links: { self: string; }; };
|
|
621
|
+
type DalpClientOutput307 = { data: { id: string; tokenAddress: string; documentType: "annual_report" | "appraisal" | "assay_certificate" | "attestation_report" | "brand_logo" | "certificate" | "chain_of_custody" | "compliance_report" | "covenant_agreement" | "credit_rating" | "environmental_assessment" | "financial_statement" | "fund_fact_sheet" | "insurance_certificate" | "interest_schedule" | "legal_opinion" | "nav_report" | "other" | "property_deed" | "prospectus" | "regulatory_filing" | "reserve_audit" | "reserve_composition" | "shareholder_agreement" | "storage_receipt" | "subscription_agreement" | "survey_report" | "term_sheet" | "title_insurance"; visibility: "holders" | "public" | "restricted"; groupId: string; versionNumber: number; isLatest: boolean; fileName: string; fileSize: number; mimeType: string; title: string | null; description: string | null; fileHash: string | null; uploadedAt: string; uploadedBy: string | null; thumbnailUrl: string | null; }[]; meta: { total: number; facets?: { [x: string]: { value: string; count: number; }[]; } | undefined; }; links: { self: string; first: string; prev: string | null; next: string | null; last: string; }; };
|
|
622
|
+
type DalpClientOutput308 = { data: ({ featureAddress: `0x${string}`; attachedAt: string | null; name: "historical-balances"; config: { enabledAt: string; initialTotalSupply: [string, number]; } | null; } | { featureAddress: `0x${string}`; attachedAt: string | null; name: "maturity-redemption"; config: { maturityDate: string; faceValue: [string, number]; denominationAsset: `0x${string}`; treasury: `0x${string}`; isMatured: boolean; maturedAt: string | null; totalRedeemed: [string, number]; } | null; } | { featureAddress: `0x${string}`; attachedAt: string | null; name: "fixed-treasury-yield"; config: { startDate: string; endDate: string; rate: number; interval: string; denominationAsset: `0x${string}`; treasury: `0x${string}`; totalYield: [string, number]; totalClaimed: [string, number]; totalUnclaimedYield: [string, number]; currentPeriod: { id: string; startDate: string; endDate: string; totalClaimed: [string, number]; totalUnclaimedYield: [string, number]; totalYield: [string, number]; completed: boolean; } | null; nextPeriod: { id: string; startDate: string; endDate: string; totalClaimed: [string, number]; totalUnclaimedYield: [string, number]; totalYield: [string, number]; completed: boolean; } | null; periods: { id: string; startDate: string; endDate: string; totalClaimed: [string, number]; totalUnclaimedYield: [string, number]; totalYield: [string, number]; completed: boolean; }[]; } | null; } | { featureAddress: `0x${string}`; attachedAt: string | null; name: "voting-power"; config: {} | null; } | { featureAddress: `0x${string}`; attachedAt: string | null; name: "aum-fee"; config: { feeBps: number; feeRecipient: `0x${string}`; isFrozen: boolean; lastCollectionTime: string; totalCollected: [string, number]; } | null; } | { featureAddress: `0x${string}`; attachedAt: string | null; name: "transaction-fee"; config: { mintFeeBps: number; burnFeeBps: number; transferFeeBps: number; feeRecipient: `0x${string}`; isFrozen: boolean; totalFeesCollected: [string, number]; } | null; } | { featureAddress: `0x${string}`; attachedAt: string | null; name: "transaction-fee-accounting"; config: { mintFeeBps: number; burnFeeBps: number; transferFeeBps: number; feeRecipient: `0x${string}`; isFrozen: boolean; totalAccruedFees: [string, number]; totalReconciledFees: [string, number]; } | null; } | { featureAddress: `0x${string}`; attachedAt: string | null; name: "external-transaction-fee"; config: { feeToken: `0x${string}`; mintFee: [string, number]; burnFee: [string, number]; transferFee: [string, number]; feeRecipient: `0x${string}`; isFrozen: boolean; totalFeesCollected: [string, number]; } | null; } | { featureAddress: `0x${string}`; attachedAt: string | null; name: "conversion"; config: { targetToken: `0x${string}`; conversionMinter: `0x${string}`; denominationAsset: `0x${string}`; discountBps: number; partialAllowed: boolean; debtMethod?: "burn" | "lock" | "mark-converted" | undefined; } | null; } | { featureAddress: `0x${string}`; attachedAt: string | null; name: "conversion-minter"; config: { authorizedConverters: `0x${string}`[]; totalIssuances: number; totalAmountMinted: [string, number]; } | null; } | { featureAddress: `0x${string}`; attachedAt: string | null; name: "permit"; config: { typeId: "permit"; featureFactory: { typeId: string; name: string; }; attachedAt: string; } | null; })[]; meta: { total: number; facets?: { [x: string]: { value: string; count: number; }[]; } | undefined; }; links: { self: string; first: string; prev: string | null; next: string | null; last: string; }; };
|
|
623
|
+
type DalpClientOutput309 = { transactionId: string; status: string; statusUrl: string; } | { data: { txHash: string; topicId: string; }; meta: { txHashes: string[]; }; links: { self: string; }; };
|
|
624
|
+
type DalpClientOutput310 = { data: { id: string; topicId: string; name: string; signature: string; registry: { id: `0x${string}`; }; inheritanceLevel: "global" | "system" | "token"; isShadowed: boolean; }[]; meta: { total: number; facets?: { [x: string]: { value: string; count: number; }[]; } | undefined; hasTokenRegistry: boolean; }; links: { self: string; first: string; prev: string | null; next: string | null; last: string; }; };
|
|
625
|
+
type DalpClientOutput311 = { data: { id: `0x${string}`; account?: { id: `0x${string}`; } | null | undefined; claimTopics: { topicId: string; name: string; }[]; registry: { id: `0x${string}`; }; inheritanceLevel: "global" | "system" | "token"; isInheritedElsewhere: boolean; }[]; meta: { total: number; facets?: { [x: string]: { value: string; count: number; }[]; } | undefined; hasTrustedIssuersRegistry: boolean; }; links: { self: string; first: string; prev: string | null; next: string | null; last: string; }; };
|
|
626
|
+
type DalpClientOutput312 = { data: { status: "cancellation_pending" | "cancelled" | "error"; cancelTransactionId?: string | undefined; message?: string | undefined; }; links: { self: string; }; };
|
|
627
|
+
type DalpClientOutput313 = { data: { transactionId: string; previousStatus: "BROADCASTING" | "CANCELLED" | "COMPLETED" | "CONFIRMING" | "DEAD_LETTER" | "FAILED" | "PENDING_APPROVAL" | "PREPARING" | "QUEUED" | "RECEIVED" | "SIGNING"; status: "BROADCASTING" | "CANCELLED" | "COMPLETED" | "CONFIRMING" | "DEAD_LETTER" | "FAILED" | "PENDING_APPROVAL" | "PREPARING" | "QUEUED" | "RECEIVED" | "SIGNING"; reason: string; }; links: { self: string; }; };
|
|
628
|
+
type DalpClientOutput314 = { data: { previous: number | null; new: number; }; links: { self: string; }; };
|
|
629
|
+
type DalpClientOutput315 = { data: { transactionId: string; previousStatus: "BROADCASTING" | "CANCELLED" | "COMPLETED" | "CONFIRMING" | "DEAD_LETTER" | "FAILED" | "PENDING_APPROVAL" | "PREPARING" | "QUEUED" | "RECEIVED" | "SIGNING"; status: "BROADCASTING" | "CANCELLED" | "COMPLETED" | "CONFIRMING" | "DEAD_LETTER" | "FAILED" | "PENDING_APPROVAL" | "PREPARING" | "QUEUED" | "RECEIVED" | "SIGNING"; }; links: { self: string; }; };
|
|
630
|
+
type DalpClientOutput316 = { data: { transactionId: string; kind: string; status: "BROADCASTING" | "CANCELLED" | "COMPLETED" | "CONFIRMING" | "DEAD_LETTER" | "FAILED" | "PENDING_APPROVAL" | "PREPARING" | "QUEUED" | "RECEIVED" | "SIGNING"; subStatus: string | null; fromAddress: string; chainId: number; transactionHash: string | null; createdAt: string; updatedAt: string; description?: string | null | undefined; }[]; meta: { total: number; facets?: { [x: string]: { value: string; count: number; }[]; } | undefined; }; links: { self: string; first: string; prev: string | null; next: string | null; last: string; }; };
|
|
631
|
+
type DalpClientOutput317 = { data: { transactionHash: `0x${string}`; from: `0x${string}`; receipt: { status: "Reverted" | "Success"; revertReason: string | null; revertReasonDecoded: string | null; blockNumber: string; blockHash: string; gasUsed: string; effectiveGasPrice: string; from: `0x${string}`; to: string | null; } | null; }; links: { self: string; }; };
|
|
632
|
+
type DalpClientOutput318 = { data: { transactionId: string; kind: string; status: "BROADCASTING" | "CANCELLED" | "COMPLETED" | "CONFIRMING" | "DEAD_LETTER" | "FAILED" | "PENDING_APPROVAL" | "PREPARING" | "QUEUED" | "RECEIVED" | "SIGNING"; subStatus: string | null; transactionHash: string | null; transactionHashes?: string[] | undefined; blockNumber: string | null; errorMessage: string | null; contractError?: { id: string; args: { [x: string]: string; }; why: string; message: string; fix?: string | undefined; } | null | undefined; result?: { tokenAddress: string; } | undefined; createdAt: string; updatedAt: string; }; links: { self: string; }; };
|
|
633
|
+
type DalpClientOutput319 = AsyncIteratorObject<{ readonly transactionId: string; readonly kind: string; readonly status: "BROADCASTING" | "CANCELLED" | "COMPLETED" | "CONFIRMING" | "DEAD_LETTER" | "FAILED" | "PENDING_APPROVAL" | "PREPARING" | "QUEUED" | "RECEIVED" | "SIGNING"; readonly subStatus: string | null; readonly transactionHash: string | null; readonly transactionHashes?: string[] | undefined; readonly blockNumber: string | null; readonly errorMessage: string | null; readonly contractError?: { readonly id: string; readonly args: { readonly [x: string]: string; }; readonly why: string; readonly message: string; readonly fix?: string | undefined; } | null | undefined; readonly result?: { readonly tokenAddress: string; } | undefined; readonly createdAt: string; readonly updatedAt: string; }, any, unknown>;
|
|
634
|
+
type DalpClientOutput320 = { data: { twoFactorEnabled: boolean; walletPincodeEnabled: boolean; walletTwoFactorEnabled: boolean; walletSecretCodesConfirmed: boolean; sessions: { id: string; userId: string; ipAddress: string | null; userAgent: string | null; createdAt: string; updatedAt: string; expiresAt: string; }[]; }; links: { self: string; }; };
|
|
635
|
+
type DalpClientOutput321 = { data: { id: string; name: string; email?: string | undefined; role: "admin" | "member" | "owner"; wallet: `0x${string}` | null; signingAddress: `0x${string}` | null; executorAddress: `0x${string}` | null; firstName?: string | undefined; lastName?: string | undefined; nationalId?: string | null | undefined; country?: string | null | undefined; dob?: string | null | undefined; residencyStatus?: "dual_resident" | "non_resident" | "resident" | "unknown" | null | undefined; createdAt?: string | undefined; lastLoginAt?: string | null | undefined; participantId: string; roles: { addonManager?: boolean | undefined; addonModule?: boolean | undefined; addonRegistryModule?: boolean | undefined; admin?: boolean | undefined; auditor?: boolean | undefined; claimIssuer?: boolean | undefined; claimPolicyManager?: boolean | undefined; complianceManager?: boolean | undefined; custodian?: boolean | undefined; emergency?: boolean | undefined; feedsManager?: boolean | undefined; fundsManager?: boolean | undefined; gasManager?: boolean | undefined; governance?: boolean | undefined; identityManager?: boolean | undefined; identityRegistryModule?: boolean | undefined; organisationIdentityManager?: boolean | undefined; saleAdmin?: boolean | undefined; supplyManagement?: boolean | undefined; systemManager?: boolean | undefined; systemModule?: boolean | undefined; tokenFactoryModule?: boolean | undefined; tokenFactoryRegistryModule?: boolean | undefined; tokenManager?: boolean | undefined; trustedIssuersMetaRegistryModule?: boolean | undefined; }; rolesPending?: boolean | undefined; isAdmin?: boolean | null | undefined; }[]; meta: { total: number; facets?: { [x: string]: { value: string; count: number; }[]; } | undefined; }; links: { self: string; first: string; prev: string | null; next: string | null; last: string; }; };
|
|
636
|
+
type DalpClientOutput322 = { data: { id: `0x${string}`; accountAddress?: `0x${string}` | undefined; value: [string, number]; frozen: [string, number]; available: [string, number]; valueInBaseCurrency: [string, number] | null; priceInBaseCurrencyReliable: boolean; priceChange24hPercent: [string, number] | null; priceAsOf24h: [string, number] | null; costBasis: [string, number] | null; unrealizedPnl: [string, number] | null; unrealizedPnlPercent: [string, number] | null; costBasisIncomplete: boolean; token: { id: `0x${string}`; name: string; symbol: string; type: string; isExternal: boolean; decimals: number; totalSupply: [string, number]; totalSupplyExact?: string | undefined; bond?: { isMatured: boolean; } | null | undefined; yield: { schedule: { id: `0x${string}`; denominationAsset: { id: `0x${string}`; symbol: string; decimals: number; }; } | null; } | null; }; byWallet: { wallet: `0x${string}`; value: [string, number]; frozen: [string, number]; available: [string, number]; }[]; metadataValues?: { [x: string]: string; } | undefined; }[]; meta: { total: number; facets?: { [x: string]: { value: string; count: number; }[]; } | undefined; groups?: { key: string; label: string; count: number; totalSupply: string; decimals: number; totalValueInBase: string | null; reliability: boolean; }[] | undefined; groupBy?: { key: string; label: string; } | undefined; }; links: { self: string; first: string; prev: string | null; next: string | null; last: string; }; };
|
|
637
|
+
type DalpClientOutput323 = { data: { id: string; name: string | null; email: string; wallet: `0x${string}`; identity: `0x${string}`; }; links: { self: string; }; };
|
|
638
|
+
type DalpClientOutput324 = { data: { wallet: `0x${string}`; }; links: { self: string; }; };
|
|
639
|
+
type DalpClientOutput325 = { data: { metaTxSigner: { id: `0x${string}`; } | null; displaySender: { id: `0x${string}`; }; relayerKind: string | null; relayer: { id: `0x${string}`; } | null; userOpHash: `0x${string}` | null; paymaster?: { id: `0x${string}`; } | null | undefined; actualGasCost?: string | null | undefined; id: string; eventName: string; txIndex: string; blockNumber: string; blockTimestamp: string; transactionHash: `0x${string}`; emitter: { id: `0x${string}`; }; sender: { id: `0x${string}`; }; involved: { id: `0x${string}`; }[]; values?: { id: string; name: string; value: string; }[] | undefined; gasUsed: string; gasPrice: string; }[]; meta: { total: number; facets?: { [x: string]: { value: string; count: number; }[]; } | undefined; }; links: { self: string; first: string; prev: string | null; next: string | null; last: string; }; };
|
|
640
|
+
type DalpClientOutput326 = { data: { id: string; name: string; email?: string | undefined; role: "admin" | "member" | "owner"; wallet: `0x${string}` | null; signingAddress: `0x${string}` | null; executorAddress: `0x${string}` | null; firstName?: string | undefined; lastName?: string | undefined; nationalId?: string | null | undefined; country?: string | null | undefined; dob?: string | null | undefined; residencyStatus?: "dual_resident" | "non_resident" | "resident" | "unknown" | null | undefined; createdAt?: string | undefined; lastLoginAt?: string | null | undefined; effectiveWallet: `0x${string}` | null; verificationTypes: ("OTP" | "PINCODE" | "SECRET_CODES")[]; onboardingState: { wallet: boolean; walletSecurity: boolean; walletRecoveryCodes: boolean; system: boolean; systemSettings: boolean; systemAssets: boolean; systemAddons: boolean; identitySetup: boolean; }; remainingRecoveryCodes?: number | undefined; hasRelevantAddons: boolean; personalInfoCompleted: boolean; isUserSecure: boolean; systemAddress: `0x${string}` | null; baseCurrency: string | null; onboardingCompletedAt?: string | null | undefined; organizationName?: string | null | undefined; }; links: { self: string; }; };
|
|
641
|
+
type DalpClientOutput327 = { data: { id: string; name: string; email?: string | undefined; role: "admin" | "member" | "owner"; wallet: `0x${string}` | null; signingAddress: `0x${string}` | null; executorAddress: `0x${string}` | null; firstName?: string | undefined; lastName?: string | undefined; nationalId?: string | null | undefined; country?: string | null | undefined; dob?: string | null | undefined; residencyStatus?: "dual_resident" | "non_resident" | "resident" | "unknown" | null | undefined; createdAt?: string | undefined; lastLoginAt?: string | null | undefined; participantId: string; roles: { addonManager?: boolean | undefined; addonModule?: boolean | undefined; addonRegistryModule?: boolean | undefined; admin?: boolean | undefined; auditor?: boolean | undefined; claimIssuer?: boolean | undefined; claimPolicyManager?: boolean | undefined; complianceManager?: boolean | undefined; custodian?: boolean | undefined; emergency?: boolean | undefined; feedsManager?: boolean | undefined; fundsManager?: boolean | undefined; gasManager?: boolean | undefined; governance?: boolean | undefined; identityManager?: boolean | undefined; identityRegistryModule?: boolean | undefined; organisationIdentityManager?: boolean | undefined; saleAdmin?: boolean | undefined; supplyManagement?: boolean | undefined; systemManager?: boolean | undefined; systemModule?: boolean | undefined; tokenFactoryModule?: boolean | undefined; tokenFactoryRegistryModule?: boolean | undefined; tokenManager?: boolean | undefined; trustedIssuersMetaRegistryModule?: boolean | undefined; }; rolesPending?: boolean | undefined; isAdmin?: boolean | null | undefined; }; links: { self: string; }; };
|
|
642
|
+
type DalpClientOutput328 = { data: { id: string; tokenAddress: `0x${string}`; tokenSymbol: string; quantity: [string, number]; proceedsInBase: [string, number]; costOfDisposalInBase: [string, number]; realizedPnlInBase: [string, number]; priceUnresolved: boolean; blockTimestamp: string; }[]; meta: { total: number; facets?: { [x: string]: { value: string; count: number; }[]; } | undefined; realizedPnlTotalInBase: [string, number]; }; links: { self: string; first: string; prev: string | null; next: string | null; last: string; }; };
|
|
643
|
+
type DalpClientOutput329 = { data: { range: { interval: "day" | "hour"; from: string; to: string; isPreset: boolean; }; data: { timestamp: string; realizedPnlInBase: [string, number]; cumulativeRealizedPnlInBase: [string, number]; }[]; }; links: { self: string; }; };
|
|
644
|
+
type DalpClientOutput330 = { data: { totalUsers: number; recentUsers: number; userGrowth: { timestamp: string; users: number; }[]; timeRangeDays: number; }; links: { self: string; }; };
|
|
645
|
+
type DalpClientOutput331 = { data: { userGrowth: { timestamp: string; users: number; }[]; timeRangeDays: number; }; links: { self: string; }; };
|
|
646
|
+
type DalpClientOutput332 = { data: { totalUsers: number; recentUsers: number; timeRangeDays: number; }; links: { self: string; }; };
|
|
647
|
+
type DalpClientOutput333 = { data: { range: { interval: "day" | "hour"; from: string; to: string; isPreset: boolean; }; data: { timestamp: string; unrealizedPnlInBase: [string, number]; }[]; }; links: { self: string; }; };
|
|
648
|
+
type DalpClientOutput334 = { data: { id: string; status: "fulfilled"; fulfilledAt: string; }; links: { self: string; }; };
|
|
649
|
+
type DalpClientOutput335 = { data: { id: string; versionId: string; documentType: "drivers_license" | "national_id" | "other" | "passport" | "proof_of_address"; fileName: string; fileSize: number; mimeType: string; uploadedAt: string; uploadedBy: string; }; links: { self: string; }; };
|
|
650
|
+
type DalpClientOutput336 = { data: { id: string; documentType: "drivers_license" | "national_id" | "other" | "passport" | "proof_of_address"; fileName: string; fileSize: number; mimeType: string; uploadedAt: string; uploadedBy: string | null; }[]; meta: { total: number; facets?: { [x: string]: { value: string; count: number; }[]; } | undefined; }; links: { self: string; first: string; prev: string | null; next: string | null; last: string; }; };
|
|
651
|
+
type DalpClientOutput337 = { data: { id: string; userId: string; status: "approved" | "incomplete" | "rejected" | "submitted" | "under_review" | "update_required"; hasPendingUpdate: boolean; approvedVersion: { id: string; versionNumber: number; firstName: string | null; lastName: string | null; contentHash: string | null; approvedAt: string; approvedBy: string; } | null; latestVersion: { id: string; versionNumber: number; status: "approved" | "draft" | "rejected" | "submitted" | "under_review"; isDraft: boolean; createdAt: string; } | null; openActionRequestsCount: number; createdAt: string; updatedAt: string; }; links: { self: string; }; };
|
|
652
|
+
type DalpClientOutput338 = { data: { id: string; status: "approved"; reviewOutcome: "approved"; reviewedAt: string; reviewedBy: string; reviewNotes: string | null; }; links: { self: string; }; };
|
|
653
|
+
type DalpClientOutput339 = { data: { id: string; userId: string; versionNumber: number; status: "approved" | "draft" | "rejected" | "submitted" | "under_review"; firstName: string | null; lastName: string | null; dob: string | null; country: string | null; residencyStatus: "dual_resident" | "non_resident" | "resident" | "unknown" | null; nationalId: string | null; createdAt: string; createdBy: string | null; submittedAt: string | null; submittedBy: string | null; reviewedAt: string | null; reviewedBy: string | null; reviewOutcome: "approved" | "changes_requested" | "rejected" | null; reviewNotes: string | null; rejectionReason: string | null; documentsCount: number; canEdit: boolean; canSubmit: boolean; canReview: boolean; }; links: { self: string; }; };
|
|
654
|
+
type DalpClientOutput340 = { data: { id: string; status: "rejected"; reviewOutcome: "rejected"; rejectionReason: string; reviewedAt: string; reviewedBy: string; }; links: { self: string; }; };
|
|
655
|
+
type DalpClientOutput341 = { data: { version: { id: string; status: "under_review"; }; actionRequest: { id: string; status: "open"; reason: string; requiredFields: string[]; dueAt: string | null; requestedAt: string; }; newDraft?: { id: string; versionNumber: number; status: "draft"; } | undefined; }; links: { self: string; }; };
|
|
656
|
+
type DalpClientOutput342 = { data: { id: string; status: "under_review"; submittedAt: string; submittedBy: string; }; links: { self: string; }; };
|
|
657
|
+
type DalpClientOutput343 = { data: { id: string; userId: string; versionNumber: number; status: "approved" | "draft" | "rejected" | "submitted" | "under_review"; firstName: string | null; lastName: string | null; dob: string | null; country: string | null; residencyStatus: "dual_resident" | "non_resident" | "resident" | "unknown" | null; nationalId: string | null; createdAt: string; createdBy: string | null; }; links: { self: string; }; };
|
|
658
|
+
type DalpClientOutput344 = { data: { id: string; versionNumber: number; status: "approved" | "draft" | "rejected" | "submitted" | "under_review"; userId: string; firstName: string | null; lastName: string | null; dob: string | null; country: string | null; residencyStatus: "dual_resident" | "non_resident" | "resident" | "unknown" | null; nationalId: string | null; createdAt: string; createdBy: string; }; links: { self: string; }; };
|
|
659
|
+
type DalpClientOutput345 = { data: { id: string; versionNumber: number; status: "approved" | "draft" | "rejected" | "submitted" | "under_review"; createdAt: string; createdBy: string | null; submittedAt: string | null; submittedBy: string | null; reviewedAt: string | null; reviewedBy: string | null; reviewOutcome: "approved" | "changes_requested" | "rejected" | null; isDraft: boolean; isUnderReview: boolean; isApproved: boolean; isCurrent: boolean; }[]; meta: { total: number; facets?: { [x: string]: { value: string; count: number; }[]; } | undefined; }; links: { self: string; first: string; prev: string | null; next: string | null; last: string; }; };
|
|
660
|
+
type DalpClientOutput346 = { data: { id: string; deliveryId: string; evtId: string; tenantId: string; endpointId: string; consumerSignature: string; innerEventHash: string; receivedAt: string; verifiedAt: string | null; verificationFailureClass: "RECEIPT_HASH_MISMATCH" | "RECEIPT_INVALID_SIG" | null; }; links: { self: string; }; };
|
|
661
|
+
type DalpClientOutput347 = { data: { id: string; deliveryId: string; evtId: string; tenantId: string; endpointId: string; consumerSignature: string; innerEventHash: string; receivedAt: string; verifiedAt: string | null; verificationFailureClass: "RECEIPT_HASH_MISMATCH" | "RECEIPT_INVALID_SIG" | null; }[]; meta: { total: number; facets?: { [x: string]: { value: string; count: number; }[]; } | undefined; }; links: { self: string; first: string; prev: string | null; next: string | null; last: string; }; };
|
|
662
|
+
type DalpClientOutput348 = { data: { evtId: string; hops: { stage: string; contentHash: string; signedBy?: string | undefined; recordedAt: string; }[]; merkleRoot: string; platformSignature: string; }; links: { self: string; }; };
|
|
663
|
+
type DalpClientOutput349 = { data: { id: string; tenantId: string; systemId: string; url: string; displayName: string | null; subscriptions: string[]; defaultPayloadShape: "fat" | "thin"; counterSignedReceipts: boolean; breakerState: "closed" | "half_open" | "open"; disabledAt: string | null; disabledReason: string | null; fatEventsAcknowledgment: { acknowledgedAt: string; acknowledgedByUserId: string; fieldsAcknowledged: string[]; } | null; secret: { activeVersion: number | null; previousVersion: number | null; previousRevokesAt: string | null; lastUsedAt: string | null; }; createdAt: string; updatedAt: string; createdByUserId: string | null; signingSecret: string | null; }; links: { self: string; }; };
|
|
664
|
+
type DalpClientOutput350 = { data: { id: string; tenantId: string; systemId: string; url: string; displayName: string | null; subscriptions: string[]; defaultPayloadShape: "fat" | "thin"; counterSignedReceipts: boolean; breakerState: "closed" | "half_open" | "open"; disabledAt: string | null; disabledReason: string | null; fatEventsAcknowledgment: { acknowledgedAt: string; acknowledgedByUserId: string; fieldsAcknowledged: string[]; } | null; secret: { activeVersion: number | null; previousVersion: number | null; previousRevokesAt: string | null; lastUsedAt: string | null; }; createdAt: string; updatedAt: string; createdByUserId: string | null; }[]; meta: { total: number; facets?: { [x: string]: { value: string; count: number; }[]; } | undefined; }; links: { self: string; first: string; prev: string | null; next: string | null; last: string; }; };
|
|
665
|
+
type DalpClientOutput351 = { data: { id: string; tenantId: string; systemId: string; url: string; displayName: string | null; subscriptions: string[]; defaultPayloadShape: "fat" | "thin"; counterSignedReceipts: boolean; breakerState: "closed" | "half_open" | "open"; disabledAt: string | null; disabledReason: string | null; fatEventsAcknowledgment: { acknowledgedAt: string; acknowledgedByUserId: string; fieldsAcknowledged: string[]; } | null; secret: { activeVersion: number | null; previousVersion: number | null; previousRevokesAt: string | null; lastUsedAt: string | null; }; createdAt: string; updatedAt: string; createdByUserId: string | null; }; links: { self: string; }; };
|
|
666
|
+
type DalpClientOutput352 = { data: { evtId: string; recalledEvtId: string; supersedes: string; reason: string; recalledByUserId: string; }; links: { self: string; }; };
|
|
667
|
+
type DalpClientOutput353 = { data: { replayId: string; endpointId: string; eventsEnqueued: number; snapshotToBlock: string | null; }; links: { self: string; }; };
|
|
668
|
+
type DalpClientOutput354 = { data: { endpointId: string; activeVersion: number; previousVersion: number | null; revokedVersion: number; }; links: { self: string; }; };
|
|
669
|
+
type DalpClientOutput355 = { data: { endpointId: string; activeVersion: number; previousVersion: number | null; previousRevokesAt: string | null; signingSecret: string | null; }; links: { self: string; }; };
|
|
670
|
+
type DalpClientOutput356 = { data: { totalDeliveries: number; delivered: number; failed: number; hourlyBuckets: number[]; }; links: { self: string; }; };
|
|
671
|
+
type DalpClientOutput357 = { data: { evtId: string; deliveryId: string | null; isTest: true; }; links: { self: string; }; };
|
|
672
|
+
type DalpClientOutput358 = { data: { id: string; eventOutboxId: string; endpointId: string; tenantId: string; evtId: string; eventType: string; attemptN: number; attemptedAt: string; responseStatus: number | null; failureClass: "CONNECT_TIMEOUT" | "DNS_FAIL" | "HTTP_4XX" | "HTTP_4XX_RETRYABLE" | "HTTP_5XX" | "INVALID_RESPONSE" | "READ_TIMEOUT" | "RECEIPT_HASH_MISMATCH" | "RECEIPT_INVALID_SIG" | "RECEIPT_TIMEOUT" | "TLS_FAIL" | null; status: "delivered" | "failed" | "pending"; deliveredAt: string | null; isReplay: boolean; isTest: boolean; traceId: string | null; }[]; meta: { total: number; facets?: { [x: string]: { value: string; count: number; }[]; } | undefined; }; links: { self: string; first: string; prev: string | null; next: string | null; last: string; }; };
|
|
673
|
+
type DalpClientOutput359 = { data: { id: string; eventOutboxId: string; endpointId: string; tenantId: string; evtId: string; eventType: string; attemptN: number; attemptedAt: string; responseStatus: number | null; failureClass: "CONNECT_TIMEOUT" | "DNS_FAIL" | "HTTP_4XX" | "HTTP_4XX_RETRYABLE" | "HTTP_5XX" | "INVALID_RESPONSE" | "READ_TIMEOUT" | "RECEIPT_HASH_MISMATCH" | "RECEIPT_INVALID_SIG" | "RECEIPT_TIMEOUT" | "TLS_FAIL" | null; status: "delivered" | "failed" | "pending"; deliveredAt: string | null; isReplay: boolean; isTest: boolean; traceId: string | null; request: { payload: { [x: string]: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | any | { [x: string]: string | number | boolean | any | any | null; } | null)[] | { [x: string]: string | number | boolean | any | any | null; } | null)[] | { [x: string]: string | number | boolean | any | any | null; } | null)[] | { [x: string]: string | number | boolean | any | any | null; } | null)[] | { [x: string]: string | number | boolean | any | any | null; } | null)[] | { [x: string]: string | number | boolean | any | any | null; } | null)[] | { [x: string]: string | number | boolean | any | any | null; } | null)[] | { [x: string]: string | number | boolean | any | any | null; } | null)[] | { [x: string]: string | number | boolean | any | any | null; } | null)[] | { [x: string]: string | number | boolean | any | any | null; } | null)[] | { [x: string]: string | number | boolean | any | any | null; } | null)[] | { [x: string]: string | number | boolean | any | any | null; } | null; }; signedHeaders: { [x: string]: string | string[]; }; signedStringPreview: string; }; response: { headers: { [x: string]: string | string[]; } | null; body: string | null; timings: { dnsMs: number | null; tlsMs: number | null; connectMs: number | null; ttfbMs: number | null; }; }; }; links: { self: string; }; };
|
|
674
|
+
type DalpClientOutput360 = { data: { deliveryId: string; scheduled: boolean; }; links: { self: string; }; };
|
|
675
|
+
type DalpClientError1 = Error | import("@orpc/client").ORPCError<"AA_ENABLED_CANNOT_BE_DISABLED", unknown> | import("@orpc/client").ORPCError<"AA_ENABLED_CONTROLLER_MISMATCH", { readonly [x: string]: unknown; } | undefined> | import("@orpc/client").ORPCError<"AA_ENABLED_DRIFT_REQUIRES_ADMIN", { readonly id?: string | undefined; readonly why?: string | undefined; readonly fix?: string | undefined; readonly retryable?: boolean | undefined; readonly category?: "auth" | "client" | "contract" | "dependency" | "domain" | "operational" | "permission" | "unknown" | "vendor-boundary" | undefined; readonly count: number; readonly addresses: string; }> | import("@orpc/client").ORPCError<"AA_ENABLED_IDENTITY_MISMATCH", { readonly [x: string]: unknown; } | undefined> | import("@orpc/client").ORPCError<"AA_ENABLED_IDENTITY_SYNC_FORBIDDEN", { readonly id?: string | undefined; readonly why?: string | undefined; readonly fix?: string | undefined; readonly retryable?: boolean | undefined; readonly category?: "auth" | "client" | "contract" | "dependency" | "domain" | "operational" | "permission" | "unknown" | "vendor-boundary" | undefined; readonly address: `0x${string}`; readonly missingRoles: string[]; }> | import("@orpc/client").ORPCError<"AA_ENABLED_REQUIRES_GLOBAL_AA", unknown> | import("@orpc/client").ORPCError<"ACCOUNT_NATIVE_BALANCE_ACCOUNT_NOT_FOUND", unknown> | import("@orpc/client").ORPCError<"ACCOUNT_NATIVE_BALANCE_HISTORY_PAGE_SIZE_TOO_LARGE", unknown> | import("@orpc/client").ORPCError<"ACCOUNT_NATIVE_BALANCE_HISTORY_SINCE_FILTER_REQUIRED", unknown> | import("@orpc/client").ORPCError<"ACTIONS_STREAM_ORIGIN_REJECTED", unknown> | import("@orpc/client").ORPCError<"ACTIVE_ORGANIZATION_REQUIRED", unknown> | import("@orpc/client").ORPCError<"ADDON_NOT_INSTALLED", { readonly id?: string | undefined; readonly why?: string | undefined; readonly fix?: string | undefined; readonly retryable?: boolean | undefined; readonly category?: "auth" | "client" | "contract" | "dependency" | "domain" | "operational" | "permission" | "unknown" | "vendor-boundary" | undefined; readonly missingCapability: string; readonly typeId: string; }> | import("@orpc/client").ORPCError<"ADD_NETWORK_CHAIN_ALREADY_ADDED", unknown> | import("@orpc/client").ORPCError<"ADD_NETWORK_CHAIN_IS_DEFAULT", unknown> | import("@orpc/client").ORPCError<"ADD_NETWORK_CHAIN_NOT_DEPLOYMENT_ENABLED", unknown> | import("@orpc/client").ORPCError<"ADD_NETWORK_DEPLOYMENT_IN_FLIGHT", unknown> | import("@orpc/client").ORPCError<"ADD_NETWORK_SENDER_WALLET_MISSING", unknown> | import("@orpc/client").ORPCError<"ADMIN_ACCESS_REQUIRED", unknown> | import("@orpc/client").ORPCError<"AIRDROP_ADDON_NOT_FOUND", unknown> | import("@orpc/client").ORPCError<"AIRDROP_NOT_FOUND_INDEXER", unknown> | import("@orpc/client").ORPCError<"AIRDROP_NOT_IN_OWNER_SCOPE", unknown> | import("@orpc/client").ORPCError<"API_KEY_NOT_SUPPORTED_ON_RPC", unknown> | import("@orpc/client").ORPCError<"API_KEY_READ_ONLY", unknown> | import("@orpc/client").ORPCError<"API_MONITORING_LOG_ENTRY_NOT_FOUND", unknown> | import("@orpc/client").ORPCError<"API_MONITORING_REQUEST_TYPE_INVALID", unknown> | import("@orpc/client").ORPCError<"ASSET_CLASS_DEFINITION_NOT_FOUND", unknown> | import("@orpc/client").ORPCError<"ASSET_CLASS_DEFINITION_NOT_FOUND_DEFINITIONS_DELETE", unknown> | import("@orpc/client").ORPCError<"ASSET_CLASS_DEFINITION_NOT_FOUND_DEFINITIONS_UPDATE", unknown> | import("@orpc/client").ORPCError<"ASSET_TYPE_TEMPLATE_NOT_FOUND", unknown> | import("@orpc/client").ORPCError<"AUTH_USER_QUERY_UNAVAILABLE", unknown> | import("@orpc/client").ORPCError<"AUTH_USER_QUERY_UNAVAILABLE_RECOVERY_EXECUTE", unknown> | import("@orpc/client").ORPCError<"AUTH_USER_QUERY_UNAVAILABLE_RECOVERY_PREVIEW", unknown> | import("@orpc/client").ORPCError<"BAD_REQUEST", unknown> | import("@orpc/client").ORPCError<"CHAIN_ID_HEADER_INVALID", unknown> | import("@orpc/client").ORPCError<"CHAIN_NOT_AVAILABLE_FOR_ORGANIZATION", { readonly id?: string | undefined; readonly why?: string | undefined; readonly fix?: string | undefined; readonly retryable?: boolean | undefined; readonly category?: "auth" | "client" | "contract" | "dependency" | "domain" | "operational" | "permission" | "unknown" | "vendor-boundary" | undefined; readonly chainId: number; }> | import("@orpc/client").ORPCError<"CHAIN_NOT_READY", { readonly id?: string | undefined; readonly why?: string | undefined; readonly fix?: string | undefined; readonly retryable?: boolean | undefined; readonly category?: "auth" | "client" | "contract" | "dependency" | "domain" | "operational" | "permission" | "unknown" | "vendor-boundary" | undefined; readonly chainId: number; readonly chainStatus: "deploying" | "disabled" | "failed" | "pending"; }> | import("@orpc/client").ORPCError<"CLAIM_ISSUER_PARTICIPANT_DEPLOY_FAILED", unknown> | import("@orpc/client").ORPCError<"COMPLIANCE_APPLICANT_CREATE_FAILED", unknown> | import("@orpc/client").ORPCError<"COMPLIANCE_INVALID_STATE_TRANSITION", unknown> | import("@orpc/client").ORPCError<"COMPLIANCE_OUT_OF_ORDER_EVENT", unknown> | import("@orpc/client").ORPCError<"COMPLIANCE_PROVIDER_FAILED", unknown> | import("@orpc/client").ORPCError<"COMPLIANCE_PROVIDER_HEALTH_CHECK_FAILED", unknown> | import("@orpc/client").ORPCError<"COMPLIANCE_PROVIDER_NOT_FOUND", unknown> | import("@orpc/client").ORPCError<"COMPLIANCE_PROVIDER_PAUSED", unknown> | import("@orpc/client").ORPCError<"COMPLIANCE_PROVIDER_TOPIC_NOT_FOUND", unknown> | import("@orpc/client").ORPCError<"COMPLIANCE_PROVIDER_TOPIC_NOT_SUPPORTED", unknown> | import("@orpc/client").ORPCError<"COMPLIANCE_REPLAY_WINDOW_EXCEEDED", unknown> | import("@orpc/client").ORPCError<"COMPLIANCE_SECRET_ROTATION_GRACE_EXPIRED", unknown> | import("@orpc/client").ORPCError<"COMPLIANCE_SIGNATURE_INVALID", unknown> | import("@orpc/client").ORPCError<"COMPLIANCE_SUBJECT_MAPPING_MISSING", unknown> | import("@orpc/client").ORPCError<"COMPLIANCE_TEMPLATE_NOT_FOUND", unknown> | import("@orpc/client").ORPCError<"COMPLIANCE_TIR_REGISTRATION_FAILED", unknown> | import("@orpc/client").ORPCError<"COMPLIANCE_TOPIC_MISMATCH", unknown> | import("@orpc/client").ORPCError<"COMPLIANCE_TRANSACTION_REGISTER_FAILED", unknown> | import("@orpc/client").ORPCError<"COMPLIANCE_UNMAPPED_EVENT", unknown> | import("@orpc/client").ORPCError<"COMPLIANCE_WALLET_NOT_REGISTERED", unknown> | import("@orpc/client").ORPCError<"COMPLIANCE_WEBHOOK_REVOKE_LAST", unknown> | import("@orpc/client").ORPCError<"CONFIRMATION_TIMEOUT", { readonly id?: string | undefined; readonly why?: string | undefined; readonly fix?: string | undefined; readonly retryable?: boolean | undefined; readonly category?: "auth" | "client" | "contract" | "dependency" | "domain" | "operational" | "permission" | "unknown" | "vendor-boundary" | undefined; readonly transactionHash: string; readonly details?: string | undefined; }> | import("@orpc/client").ORPCError<"CONFLICT", unknown> | import("@orpc/client").ORPCError<"CONTACTS_FAILED_TO_LOAD_UPSERTED", unknown> | import("@orpc/client").ORPCError<"CONTACTS_FAILED_TO_UPSERT", unknown> | import("@orpc/client").ORPCError<"CONTACT_NOT_FOUND", unknown> | import("@orpc/client").ORPCError<"CONTRACT_ERROR", { readonly dalpCode: string; readonly message: string; readonly id?: string | undefined; readonly category?: string | undefined; readonly why?: string | undefined; readonly fix?: string | undefined; readonly suggestedAction?: string | undefined; readonly retryable: boolean; readonly selector: string; readonly solidityError: string; readonly args?: { readonly [x: string]: string; } | undefined; readonly correlationId?: string | undefined; readonly requestId?: string | undefined; }> | import("@orpc/client").ORPCError<"CORE_ARRAY_EMPTY", { readonly [x: string]: unknown; } | undefined> | import("@orpc/client").ORPCError<"CORE_ARRAY_LENGTH_MISMATCH", { readonly [x: string]: unknown; } | undefined> | import("@orpc/client").ORPCError<"CORE_ARRAY_TOO_MANY_ELEMENTS", { readonly [x: string]: unknown; } | undefined> | import("@orpc/client").ORPCError<"CORE_CLAIMS_WALLET_ID_NOT_FOUND_USER_MUST_ISSUE_SESSION_INCLUDES_WALLETID", { readonly [x: string]: unknown; } | undefined> | import("@orpc/client").ORPCError<"CORE_CLAIMS_WALLET_ID_NOT_FOUND_USER_MUST_REVOKE_SESSION_INCLUDES_WALLETID", { readonly [x: string]: unknown; } | undefined> | import("@orpc/client").ORPCError<"CORE_CLAIM_MULTIPLE_ACTIVE_CLAIMS_FOUND_TOPIC_IDENTITY", { readonly [x: string]: unknown; } | undefined> | import("@orpc/client").ORPCError<"CORE_CLAIM_NO_ACTIVE_FOUND_TOPIC_IDENTITY", { readonly [x: string]: unknown; } | undefined> | import("@orpc/client").ORPCError<"CORE_CLAIM_NO_ENABLED_TOPIC_SCHEME_FOUND_REGISTRY", { readonly [x: string]: unknown; } | undefined> | import("@orpc/client").ORPCError<"CORE_CURRENCY_BASECURRENCY_NOT_VALID_FIAT", unknown> | import("@orpc/client").ORPCError<"CORE_DRIZZLE_REQUIREOR_RETURNED_UNDEFINED_UNEXPECTEDLY", unknown> | import("@orpc/client").ORPCError<"CORE_RESOLVE_FEATURE_INVALID_ADDRESS_INDEXED_DISCOVERY_RETURNED_MALFORMED", unknown> | import("@orpc/client").ORPCError<"CORE_RESOLVE_FEATURE_NOT_ENABLED_TOKEN_ATTACH_VIA_CONFIGURATION_CALLING", unknown> | import("@orpc/client").ORPCError<"CORE_TRANSACTION_DATABASE_CONNECTION_UNAVAILABLE_SERVER_CONFIGURATION", { readonly [x: string]: unknown; } | undefined> | import("@orpc/client").ORPCError<"CORE_TRANSACTION_INVALID_SYSTEMADDRESS", unknown> | import("@orpc/client").ORPCError<"CORE_TRANSACTION_PROCESSING_SERVICE_UNAVAILABLE_SERVER_CONFIGURATION", unknown> | import("@orpc/client").ORPCError<"CORE_UNWRAP_SYNC_QUEUE_EXECUTION_RETURNED_NO_DATA_READRESULT_CALLBACK_REQUIRED", { readonly [x: string]: unknown; } | undefined> | import("@orpc/client").ORPCError<"CORE_UNWRAP_UNEXPECTED_ASYNC_RESULT_SYNC_ONLY_V1_HANDLER_ROUTES_ALWAYS_RUN_MODE_INDICATES", unknown> | import("@orpc/client").ORPCError<"CUSTODY_CONFIG_NOT_FOUND", { readonly [x: string]: unknown; } | undefined> | import("@orpc/client").ORPCError<"CUSTODY_CREDENTIALS_INVALID", { readonly id?: string | undefined; readonly why?: string | undefined; readonly fix?: string | undefined; readonly retryable?: boolean | undefined; readonly category?: "auth" | "client" | "contract" | "dependency" | "domain" | "operational" | "permission" | "unknown" | "vendor-boundary" | undefined; readonly reason?: string | undefined; } | undefined> | import("@orpc/client").ORPCError<"CUSTODY_CREDENTIALS_UNAVAILABLE", { readonly [x: string]: unknown; } | undefined> | import("@orpc/client").ORPCError<"CUSTODY_PROVIDER_IMMUTABLE", { readonly [x: string]: unknown; } | undefined> | import("@orpc/client").ORPCError<"CUSTODY_RECORD_DESTROYED", unknown> | import("@orpc/client").ORPCError<"CUSTODY_ROTATION_TOO_FREQUENT", { readonly id?: string | undefined; readonly why?: string | undefined; readonly fix?: string | undefined; readonly retryable?: boolean | undefined; readonly category?: "auth" | "client" | "contract" | "dependency" | "domain" | "operational" | "permission" | "unknown" | "vendor-boundary" | undefined; readonly retryAfterSeconds: number; } | undefined> | import("@orpc/client").ORPCError<"DATABASE_CONTEXT_REQUIRED", unknown> | import("@orpc/client").ORPCError<"DEPLOYMENT_NOT_FOUND", unknown> | import("@orpc/client").ORPCError<"DEPLOYMENT_STREAM_POLLING_FAILED", unknown> | import("@orpc/client").ORPCError<"DEPLOYMENT_WORKFLOW_TERMINAL_FAILED", unknown> | import("@orpc/client").ORPCError<"DIRECTORY_TOPIC_SCHEME_NOT_FOUND", unknown> | import("@orpc/client").ORPCError<"DIRECTORY_TOPIC_SCHEME_SIGNATURE_CONFLICT", unknown> | import("@orpc/client").ORPCError<"DURABLE_EXECUTION_ENGINE_ADMIN_QUERY_FAILED", unknown> | import("@orpc/client").ORPCError<"DURABLE_EXECUTION_ENGINE_CALL_BAD_REQUEST", unknown> | import("@orpc/client").ORPCError<"DURABLE_EXECUTION_ENGINE_CALL_CONFLICT", unknown> | import("@orpc/client").ORPCError<"DURABLE_EXECUTION_ENGINE_CALL_FAILED", unknown> | import("@orpc/client").ORPCError<"DURABLE_EXECUTION_ENGINE_CALL_FORBIDDEN", unknown> | import("@orpc/client").ORPCError<"DURABLE_EXECUTION_ENGINE_CALL_INTERNAL_ERROR", unknown> | import("@orpc/client").ORPCError<"DURABLE_EXECUTION_ENGINE_CALL_NOT_FOUND", unknown> | import("@orpc/client").ORPCError<"DURABLE_EXECUTION_ENGINE_CALL_TIMEOUT", unknown> | import("@orpc/client").ORPCError<"DURABLE_EXECUTION_ENGINE_CALL_UNAUTHORIZED", unknown> | import("@orpc/client").ORPCError<"DURABLE_EXECUTION_ENGINE_CALL_UNPROCESSABLE", unknown> | import("@orpc/client").ORPCError<"ERC20_METADATA_PROBE_UNAVAILABLE", { readonly id?: string | undefined; readonly why?: string | undefined; readonly fix?: string | undefined; readonly retryable?: boolean | undefined; readonly category?: "auth" | "client" | "contract" | "dependency" | "domain" | "operational" | "permission" | "unknown" | "vendor-boundary" | undefined; readonly retryAfterSeconds: number; } | undefined> | import("@orpc/client").ORPCError<"EXCHANGE_RATES_BASE_CURRENCY_NOT_FOUND", unknown> | import("@orpc/client").ORPCError<"EXCHANGE_RATES_FAILED_TO_FETCH", unknown> | import("@orpc/client").ORPCError<"EXCHANGE_RATES_NO_MANUAL_RATE_FOUND", unknown> | import("@orpc/client").ORPCError<"EXCHANGE_RATES_QUOTE_CURRENCY_NOT_FOUND", unknown> | import("@orpc/client").ORPCError<"EXCHANGE_RATE_NOT_FOUND", unknown> | import("@orpc/client").ORPCError<"EXTERNAL_TOKEN_NOT_ERC20", unknown> | import("@orpc/client").ORPCError<"EXTERNAL_TOKEN_REGISTRY_NOT_FOUND", unknown> | import("@orpc/client").ORPCError<"EXTERNAL_TOKEN_REGISTRY_NOT_FOUND_EXTERNALTOKENREGISTRY_DEPLOYED_REGISTERED", unknown> | import("@orpc/client").ORPCError<"FEATURE_NOT_ENABLED", { readonly id?: string | undefined; readonly why?: string | undefined; readonly fix?: string | undefined; readonly retryable?: boolean | undefined; readonly category?: "auth" | "client" | "contract" | "dependency" | "domain" | "operational" | "permission" | "unknown" | "vendor-boundary" | undefined; readonly requiredFeature: string; }> | import("@orpc/client").ORPCError<"FEEDS_ACCOUNT_ADDRESS_DOES_NOT_ASSOCIATED_IDENTITY_CONTRACT_ONLY_USERS_CAN_SUBMIT_FEED_UPD", unknown> | import("@orpc/client").ORPCError<"FEEDS_ADAPTERS_ADAPTERCREATED_EVENT_NOT_FOUND_TRANSACTION_ADAPTER_CREATED_BUT_ADDRESS_COUL", unknown> | import("@orpc/client").ORPCError<"FEEDS_FEED_ADDRESS_NOT_FOUND", unknown> | import("@orpc/client").ORPCError<"FEEDS_FEED_CONTRACT_NOT_VALID_AGGREGATORV3_DOES_ADDRESS_DEPLOYED", unknown> | import("@orpc/client").ORPCError<"FEEDS_GET_FEEDSDIRECTORY_NOT_FOUND_BOOTSTRAPPED_V3_INDEXER_CAUGHT_UP", unknown> | import("@orpc/client").ORPCError<"FEEDS_ISSUER_FEEDCREATED_EVENT_NOT_FOUND_TRANSACTION_FEED_CREATED_BUT_ADDRESS_COULD_NOT_EX", unknown> | import("@orpc/client").ORPCError<"FEEDS_NO_FEED_REGISTERED_SUBJECT_TOPICID_INDEXER_CAUGHT_UP", unknown> | import("@orpc/client").ORPCError<"FEEDS_PRICE_TOPIC_SUBMIT_FORBIDDEN_USE_TOKEN_SET_PRICE", unknown> | import("@orpc/client").ORPCError<"FEEDS_RESOLVE_INVALID_TOPICID_MUST_NUMERIC_STRING", unknown> | import("@orpc/client").ORPCError<"FEEDS_ROUND_NOT_FOUND", unknown> | import("@orpc/client").ORPCError<"FEEDS_SUBMIT_OBSERVED_AT_TOO_FAR_IN_FUTURE", unknown> | import("@orpc/client").ORPCError<"FEEDS_TRANSACTION_HASH_INVALID", unknown> | import("@orpc/client").ORPCError<"FEEDS_TRANSACTION_HASH_INVALID_FEEDS_SUBMIT", unknown> | import("@orpc/client").ORPCError<"FIXED_TREASURY_YIELD_TREASURY_NOT_YET_CLASSIFIED", unknown> | import("@orpc/client").ORPCError<"FIXED_YIELD_ADDON_NOT_FOUND", unknown> | import("@orpc/client").ORPCError<"FIXED_YIELD_DENOMINATION_ASSET_NOT_INDEXED", unknown> | import("@orpc/client").ORPCError<"FIXED_YIELD_DENOMINATION_METADATA_NOT_INDEXED", unknown> | import("@orpc/client").ORPCError<"FIXED_YIELD_DEPLOYMENT_NOT_INDEXED", unknown> | import("@orpc/client").ORPCError<"FIXED_YIELD_SCHEDULE_NOT_FOUND", unknown> | import("@orpc/client").ORPCError<"FIXED_YIELD_SCHEDULE_SYSTEM_MISMATCH", unknown> | import("@orpc/client").ORPCError<"FIXED_YIELD_TOKEN_LINKAGE_NOT_INDEXED", unknown> | import("@orpc/client").ORPCError<"FORBIDDEN", unknown> | import("@orpc/client").ORPCError<"GAS_REQUIRED", { readonly id?: string | undefined; readonly why?: string | undefined; readonly fix?: string | undefined; readonly retryable?: boolean | undefined; readonly category?: "auth" | "client" | "contract" | "dependency" | "domain" | "operational" | "permission" | "unknown" | "vendor-boundary" | undefined; readonly shortfallWei: string; readonly recommendedTotalWei: string; readonly address: `0x${string}`; readonly chainId: number; readonly tokenSymbol: string; readonly walletRole: string; readonly retryableByFunding: boolean; }> | import("@orpc/client").ORPCError<"GAS_REQUIREMENT_CONFIG_ERROR", unknown> | import("@orpc/client").ORPCError<"GLOBAL_DIRECTORY_REGISTRY_NOT_FOUND", unknown> | import("@orpc/client").ORPCError<"GOVERNANCE_ACTION_NOT_IN_CATALOG", unknown> | import("@orpc/client").ORPCError<"GOVERNANCE_ADDON_NOT_FOUND", unknown> | import("@orpc/client").ORPCError<"GOVERNANCE_BALLOT_RATE_LIMITED", unknown> | import("@orpc/client").ORPCError<"GOVERNANCE_BALLOT_SIGNATURE_INVALID", unknown> | import("@orpc/client").ORPCError<"GOVERNANCE_BALLOT_SIGNING_FAILED", unknown> | import("@orpc/client").ORPCError<"GOVERNANCE_BALLOT_VOTER_NOT_OWNED", unknown> | import("@orpc/client").ORPCError<"GOVERNANCE_BALLOT_ZERO_WEIGHT", unknown> | import("@orpc/client").ORPCError<"GOVERNANCE_CREATE_NOT_INDEXED", unknown> | import("@orpc/client").ORPCError<"GOVERNANCE_DETACH_BLOCKED", unknown> | import("@orpc/client").ORPCError<"GOVERNANCE_INSTANCE_NOT_FOUND", unknown> | import("@orpc/client").ORPCError<"GOVERNANCE_POLL_ALREADY_CLOSED", unknown> | import("@orpc/client").ORPCError<"GOVERNANCE_POLL_DEFINITION_MISMATCH", unknown> | import("@orpc/client").ORPCError<"GOVERNANCE_POLL_INVALID_SCHEDULE", unknown> | import("@orpc/client").ORPCError<"GOVERNANCE_POLL_NOT_FOUND", unknown> | import("@orpc/client").ORPCError<"GOVERNANCE_POLL_NOT_OPEN", unknown> | import("@orpc/client").ORPCError<"GOVERNANCE_POLL_OPERATOR_REQUIRED", unknown> | import("@orpc/client").ORPCError<"GOVERNANCE_PROPOSAL_CONFIG_INVALID", unknown> | import("@orpc/client").ORPCError<"GOVERNANCE_PROPOSAL_NOT_FOUND", unknown> | import("@orpc/client").ORPCError<"GOVERNANCE_PROPOSAL_STATE_INVALID", unknown> | import("@orpc/client").ORPCError<"GOVERNANCE_TIMELOCK_MISSING_ROLE", unknown> | import("@orpc/client").ORPCError<"GOVERNANCE_TOKEN_MISSING_VOTING_POWER", unknown> | import("@orpc/client").ORPCError<"GOVERNANCE_VOTE_ALREADY_CAST", unknown> | import("@orpc/client").ORPCError<"GOVERNANCE_VOTE_NOT_ACTIVE", unknown> | import("@orpc/client").ORPCError<"GOVERNANCE_VOTE_ZERO_WEIGHT", unknown> | import("@orpc/client").ORPCError<"IDEMPOTENCY_KEY_INFLIGHT", { readonly id?: string | undefined; readonly why?: string | undefined; readonly fix?: string | undefined; readonly retryable?: boolean | undefined; readonly category?: "auth" | "client" | "contract" | "dependency" | "domain" | "operational" | "permission" | "unknown" | "vendor-boundary" | undefined; readonly retryAfterSeconds: number; } | undefined> | import("@orpc/client").ORPCError<"IDEMPOTENCY_KEY_REUSE", unknown> | import("@orpc/client").ORPCError<"IDENTITY_RECOVERY_FACTORY_ADDRESS_NOT_FOUND_USER_S_INDICATES_DATA_INTEGRITY_ISSUE_INDEXER", { readonly [x: string]: unknown; } | undefined> | import("@orpc/client").ORPCError<"IDENTITY_RECOVERY_MULTISIG_SHARED_WALLETS_NOT_YET_SUPPORTED_WILL_AVAILABLE_FUTURE_RELEASE", unknown> | import("@orpc/client").ORPCError<"IDENTITY_RECOVERY_NO_ACTIVE_WORKFLOW_FOUND_USER", unknown> | import("@orpc/client").ORPCError<"IDENTITY_RECOVERY_NO_WALLET_SPECIFIED_USER_DEFAULT_ADDRESS", unknown> | import("@orpc/client").ORPCError<"IDENTITY_RECOVERY_NO_WALLET_SPECIFIED_USER_PERSONAL_ADDRESS", unknown> | import("@orpc/client").ORPCError<"IDENTITY_RECOVERY_USER_DOES_NOT_CONTRACT_DEPLOYED_POSSIBLE_DEPLOY_FIRST_VIA_MANAGEMENT_FLO", unknown> | import("@orpc/client").ORPCError<"IDENTITY_RECOVERY_USER_NOT_FOUND_ID", unknown> | import("@orpc/client").ORPCError<"IDENTITY_RECOVERY_WALLET_NOT_IN_OWNER_SCOPE_USER_ADDRESS", unknown> | import("@orpc/client").ORPCError<"INDEXER_COUNT_VALUE_INVALID", unknown> | import("@orpc/client").ORPCError<"INDEXER_REINDEXING", { readonly id?: string | undefined; readonly why?: string | undefined; readonly fix?: string | undefined; readonly retryable?: boolean | undefined; readonly category?: "auth" | "client" | "contract" | "dependency" | "domain" | "operational" | "permission" | "unknown" | "vendor-boundary" | undefined; readonly retryAfterSeconds: number; } | undefined> | import("@orpc/client").ORPCError<"INPUT_VALIDATION_FAILED", { readonly id?: string | undefined; readonly why?: string | undefined; readonly fix?: string | undefined; readonly retryable?: boolean | undefined; readonly category?: "auth" | "client" | "contract" | "dependency" | "domain" | "operational" | "permission" | "unknown" | "vendor-boundary" | undefined; readonly errors: string[]; }> | import("@orpc/client").ORPCError<"INSUFFICIENT_TREASURY_ALLOWANCE", { readonly id?: string | undefined; readonly why?: string | undefined; readonly fix?: string | undefined; readonly retryable?: boolean | undefined; readonly category?: "auth" | "client" | "contract" | "dependency" | "domain" | "operational" | "permission" | "unknown" | "vendor-boundary" | undefined; readonly allowance: string; readonly required: string; readonly denominationAsset: string; readonly feature: string; readonly treasury: string; }> | import("@orpc/client").ORPCError<"INTERNAL_SERVER_ERROR", unknown> | import("@orpc/client").ORPCError<"INVITATION_ALREADY_ACCEPTED", unknown> | import("@orpc/client").ORPCError<"INVITATION_EMAIL_MISMATCH", unknown> | import("@orpc/client").ORPCError<"INVITATION_EXPIRED", unknown> | import("@orpc/client").ORPCError<"INVITATION_NOT_FOUND", unknown> | import("@orpc/client").ORPCError<"INVITATION_REVOKED", unknown> | import("@orpc/client").ORPCError<"KYC_ACTION_REQUESTS_QUERY_UNAVAILABLE", unknown> | import("@orpc/client").ORPCError<"KYC_DOCUMENTS_QUERY_UNAVAILABLE", unknown> | import("@orpc/client").ORPCError<"KYC_PROFILES_QUERY_UNAVAILABLE", unknown> | import("@orpc/client").ORPCError<"KYC_VERSIONS_QUERY_UNAVAILABLE", unknown> | import("@orpc/client").ORPCError<"LUNA_MOFN_QUORUM_CLASSIFICATION_FAILED", unknown> | import("@orpc/client").ORPCError<"LUNA_MOFN_QUORUM_EXPIRED", unknown> | import("@orpc/client").ORPCError<"MATURITY_REDEMPTION_FEATURE_STATE_NOT_INDEXED", unknown> | import("@orpc/client").ORPCError<"MATURITY_REDEMPTION_NOT_MATURED", { readonly id?: string | undefined; readonly why?: string | undefined; readonly fix?: string | undefined; readonly retryable?: boolean | undefined; readonly category?: "auth" | "client" | "contract" | "dependency" | "domain" | "operational" | "permission" | "unknown" | "vendor-boundary" | undefined; readonly maturityDate: string; readonly feature: string; }> | import("@orpc/client").ORPCError<"MATURITY_REDEMPTION_TREASURY_NOT_YET_CLASSIFIED", unknown> | import("@orpc/client").ORPCError<"METADATA_NOT_FOUND", unknown> | import("@orpc/client").ORPCError<"MIGRATION_COMPARE_DIRECTORY_ADDRESS_NOT_CONFIGURED", unknown> | import("@orpc/client").ORPCError<"MIGRATION_COMPARE_DIRECTORY_NOT_INDEXED", unknown> | import("@orpc/client").ORPCError<"MIGRATION_COMPARE_SYSTEM_ADDRESS_NOT_CONFIGURED", unknown> | import("@orpc/client").ORPCError<"MIGRATION_START_ACCOUNT_WALLET_NOT_CONFIGURED", unknown> | import("@orpc/client").ORPCError<"MIGRATION_START_ALREADY_IN_PROGRESS", unknown> | import("@orpc/client").ORPCError<"MIGRATION_START_CONNECTED_WALLET_REQUIRED", unknown> | import("@orpc/client").ORPCError<"MIGRATION_START_DIRECTORY_ADDRESS_NOT_CONFIGURED", unknown> | import("@orpc/client").ORPCError<"MIGRATION_START_INSUFFICIENT_ROLE", unknown> | import("@orpc/client").ORPCError<"MIGRATION_START_NO_ACTIVE_ORGANIZATION", unknown> | import("@orpc/client").ORPCError<"MIGRATION_START_RESET_FAILED", unknown> | import("@orpc/client").ORPCError<"MIGRATION_START_SYSTEM_ADDRESS_NOT_CONFIGURED", unknown> | import("@orpc/client").ORPCError<"MIGRATION_STREAM_WORKFLOW_FAILED", { readonly id?: string | undefined; readonly why?: string | undefined; readonly fix?: string | undefined; readonly retryable?: boolean | undefined; readonly category?: "auth" | "client" | "contract" | "dependency" | "domain" | "operational" | "permission" | "unknown" | "vendor-boundary" | undefined; readonly reason: string; }> | import("@orpc/client").ORPCError<"MULTI_NETWORK_ADMIN_REQUIRED", unknown> | import("@orpc/client").ORPCError<"MULTI_NETWORK_DISABLE_BLOCKED", unknown> | import("@orpc/client").ORPCError<"MULTI_NETWORK_NOT_ENABLED", unknown> | import("@orpc/client").ORPCError<"NETWORK_NOT_ENABLED", { readonly id?: string | undefined; readonly why?: string | undefined; readonly fix?: string | undefined; readonly retryable?: boolean | undefined; readonly category?: "auth" | "client" | "contract" | "dependency" | "domain" | "operational" | "permission" | "unknown" | "vendor-boundary" | undefined; readonly chainId: number; }> | import("@orpc/client").ORPCError<"NOT_FOUND", unknown> | import("@orpc/client").ORPCError<"NOT_ONBOARDED", unknown> | import("@orpc/client").ORPCError<"OBJECT_STORAGE_UNAVAILABLE", unknown> | import("@orpc/client").ORPCError<"OFFCHAIN_ORGANIZATION_PERMISSION_REQUIRED", unknown> | import("@orpc/client").ORPCError<"OFFCHAIN_USER_PERMISSION_REQUIRED", unknown> | import("@orpc/client").ORPCError<"OIDC_MFA_INVALID", unknown> | import("@orpc/client").ORPCError<"OIDC_MFA_UNAVAILABLE", unknown> | import("@orpc/client").ORPCError<"ORGANIZATION_ADD_MEMBER_FAILED", unknown> | import("@orpc/client").ORPCError<"ORGANIZATION_ADD_MEMBER_GRANT_OWNER_REQUIRES_ORG_OWNER", unknown> | import("@orpc/client").ORPCError<"ORGANIZATION_ADD_MEMBER_ONBOARDING_NOT_COMPLETE", unknown> | import("@orpc/client").ORPCError<"ORGANIZATION_CREATION_RESTRICTED", unknown> | import("@orpc/client").ORPCError<"ORGANIZATION_DEPLOYMENT_RETRY_FORBIDDEN", unknown> | import("@orpc/client").ORPCError<"ORGANIZATION_DEPLOYMENT_RETRY_PREPARE_FAILED", unknown> | import("@orpc/client").ORPCError<"PARTICIPANT_CREATE_RATE_LIMITED", unknown> | import("@orpc/client").ORPCError<"PAYMASTER_SIGNER_SECRET_PERSISTENCE_FAILED", unknown> | import("@orpc/client").ORPCError<"PLATFORM_SETUP_RPC_UPSTREAM_REQUIRED", unknown> | import("@orpc/client").ORPCError<"REINDEX_REQUEST_INVALID", unknown> | import("@orpc/client").ORPCError<"REINDEX_SERVICE_UNAVAILABLE", unknown> | import("@orpc/client").ORPCError<"REINDEX_SERVICE_UNREACHABLE", unknown> | import("@orpc/client").ORPCError<"REQUEST_WALLET_HEADER_FORBIDDEN", unknown> | import("@orpc/client").ORPCError<"REQUEST_WALLET_HEADER_INVALID", unknown> | import("@orpc/client").ORPCError<"REQUEST_WALLET_SELECTION_FAILED", unknown> | import("@orpc/client").ORPCError<"RESOURCE_ALREADY_EXISTS", unknown> | import("@orpc/client").ORPCError<"RESTATE_ADMIN_UNREACHABLE", unknown> | import("@orpc/client").ORPCError<"RESTATE_BULK_RESUME_NOT_CONFIRMED", unknown> | import("@orpc/client").ORPCError<"RESTATE_DEPLOYMENT_NOT_FOUND", unknown> | import("@orpc/client").ORPCError<"RESTATE_INVOCATION_NOT_FOUND", unknown> | import("@orpc/client").ORPCError<"RESTATE_INVOCATION_NOT_PAUSED", unknown> | import("@orpc/client").ORPCError<"RESTATE_WORKFLOW_RETRY_BLOCKED", { readonly id?: string | undefined; readonly why?: string | undefined; readonly fix?: string | undefined; readonly retryable?: boolean | undefined; readonly category?: "auth" | "client" | "contract" | "dependency" | "domain" | "operational" | "permission" | "unknown" | "vendor-boundary" | undefined; readonly reason: "active-invocation" | "already-succeeded" | "purge-failed" | "query-failed"; readonly invocationIds: string[]; }> | import("@orpc/client").ORPCError<"SERVICE_UNAVAILABLE", { readonly id?: string | undefined; readonly why?: string | undefined; readonly fix?: string | undefined; readonly retryable?: boolean | undefined; readonly category?: "auth" | "client" | "contract" | "dependency" | "domain" | "operational" | "permission" | "unknown" | "vendor-boundary" | undefined; readonly retryAfterSeconds?: number | undefined; }> | import("@orpc/client").ORPCError<"SESSION_RESOLUTION_FAILED", unknown> | import("@orpc/client").ORPCError<"SETTINGS_ASSET_CANNOT_CHANGE_BASE_TYPE_PUBLISHED_TEMPLATE_DETERMINES_PRICING_FIELDS_DEPLOY", unknown> | import("@orpc/client").ORPCError<"SETTINGS_ASSET_CANNOT_CHANGE_TYPE_ID_PUBLISHED_TEMPLATE", unknown> | import("@orpc/client").ORPCError<"SETTINGS_ASSET_CANNOT_CLEAR_CLASS_ID_TYPE_NOT_RECOGNIZED_FACTORY", unknown> | import("@orpc/client").ORPCError<"SETTINGS_ASSET_CLASSES_CANNOT_DELETED_ONLY_CUSTOM_CAN_REMOVED", unknown> | import("@orpc/client").ORPCError<"SETTINGS_ASSET_CLASSES_CANNOT_MODIFIED_CREATE_CUSTOM_CLASS", unknown> | import("@orpc/client").ORPCError<"SETTINGS_ASSET_CLASS_NAME_ALREADY_EXISTS", unknown> | import("@orpc/client").ORPCError<"SETTINGS_ASSET_FAILED_TO_CREATE_CLASS_DEFINITION_DATABASE_CONNECTIVITY", { readonly [x: string]: unknown; } | undefined> | import("@orpc/client").ORPCError<"SETTINGS_ASSET_FAILED_TO_CREATE_TYPE_TEMPLATE_DATABASE_CONNECTIVITY_NAME_UNIQUE", { readonly [x: string]: unknown; } | undefined> | import("@orpc/client").ORPCError<"SETTINGS_ASSET_INVALID_CLASS_ID_MUST_BELONG_ORGANIZATION", unknown> | import("@orpc/client").ORPCError<"SETTINGS_ASSET_TEMPLATES_CANNOT_DELETED", unknown> | import("@orpc/client").ORPCError<"SETTINGS_ASSET_TEMPLATES_CANNOT_MODIFIED_ONLY_DISPLAY_PREFERENCES_E_G_SIDEBAR_VISIBILITY_C", unknown> | import("@orpc/client").ORPCError<"SETTINGS_ASSET_TEMPLATES_CANNOT_PUBLISHED", unknown> | import("@orpc/client").ORPCError<"SETTINGS_ASSET_TEMPLATE_FEATURES_INCOMPATIBLE", { readonly id?: string | undefined; readonly why?: string | undefined; readonly fix?: string | undefined; readonly retryable?: boolean | undefined; readonly category?: "auth" | "client" | "contract" | "dependency" | "domain" | "operational" | "permission" | "unknown" | "vendor-boundary" | undefined; readonly conflictingPairs: ["aum-fee" | "conversion" | "conversion-minter" | "external-transaction-fee" | "fixed-treasury-yield" | "historical-balances" | "maturity-redemption" | "permit" | "transaction-fee" | "transaction-fee-accounting" | "voting-power", "aum-fee" | "conversion" | "conversion-minter" | "external-transaction-fee" | "fixed-treasury-yield" | "historical-balances" | "maturity-redemption" | "permit" | "transaction-fee" | "transaction-fee-accounting" | "voting-power"][]; }> | import("@orpc/client").ORPCError<"SETTINGS_ASSET_TEMPLATE_FEATURE_DEPENDENCY_MISSING", unknown> | import("@orpc/client").ORPCError<"SETTINGS_ASSET_TYPE_ID_NOT_RECOGNIZED_FACTORY", unknown> | import("@orpc/client").ORPCError<"SETTINGS_ASSET_UNRECOGNIZED_TYPE_ID_KNOWN", unknown> | import("@orpc/client").ORPCError<"SETTINGS_COMPLIANCE_FAILED_TO_CREATE_TEMPLATE", unknown> | import("@orpc/client").ORPCError<"SETTINGS_COMPLIANCE_FAILED_TO_UPDATE_TEMPLATE", unknown> | import("@orpc/client").ORPCError<"SETTINGS_COMPLIANCE_LEGACY_TEMPLATES_DISABLED", unknown> | import("@orpc/client").ORPCError<"SETTINGS_COMPLIANCE_TEMPLATES_CANNOT_DELETED", unknown> | import("@orpc/client").ORPCError<"SETTINGS_COMPLIANCE_TEMPLATES_CANNOT_MODIFIED", unknown> | import("@orpc/client").ORPCError<"SETTINGS_COMPLIANCE_TEMPLATES_CANNOT_PUBLISHED", unknown> | import("@orpc/client").ORPCError<"SETTINGS_COMPLIANCE_TEMPLATE_INCOMPATIBLE_MODULE_SET", { readonly id?: string | undefined; readonly why?: string | undefined; readonly fix?: string | undefined; readonly retryable?: boolean | undefined; readonly category?: "auth" | "client" | "contract" | "dependency" | "domain" | "operational" | "permission" | "unknown" | "vendor-boundary" | undefined; readonly typeIds: string[]; }> | import("@orpc/client").ORPCError<"SETTINGS_FAILED_TO_UPSERT_SETTING_KEY", unknown> | import("@orpc/client").ORPCError<"SETTINGS_GLOBAL_ORGANIZATION_NOT_FOUND", unknown> | import("@orpc/client").ORPCError<"SETTINGS_SETTING_NOT_FOUND", unknown> | import("@orpc/client").ORPCError<"SETTINGS_TEMPLATE_NAME_ALREADY_EXISTS", unknown> | import("@orpc/client").ORPCError<"SETTINGS_THEME_FILE_SIZE_EXCEEDS_VALUEMB_LIMIT", unknown> | import("@orpc/client").ORPCError<"SETTINGS_THEME_OBJECT_STORAGE_NOT_CONFIGURED", unknown> | import("@orpc/client").ORPCError<"SETTINGS_THEME_PAYLOAD_EXCEEDS_SUPPORTED_LIMITS", { readonly [x: string]: unknown; } | undefined> | import("@orpc/client").ORPCError<"SIGNED_PERMIT_ALREADY_RELAYED", unknown> | import("@orpc/client").ORPCError<"SIGNED_PERMIT_DEADLINE_EXPIRED", unknown> | import("@orpc/client").ORPCError<"SIGNED_PERMIT_NONCE_CONFLICT", unknown> | import("@orpc/client").ORPCError<"SIGNED_PERMIT_NOT_FOUND", unknown> | import("@orpc/client").ORPCError<"SIGNED_PERMIT_NOT_RELAYABLE", unknown> | import("@orpc/client").ORPCError<"SIGNED_PERMIT_RELAY_SYNC_ONLY", unknown> | import("@orpc/client").ORPCError<"SMART_WALLETS_APPROVAL_NOT_FOUND_USER_OP_HASH", unknown> | import("@orpc/client").ORPCError<"SMART_WALLETS_APPROVAL_NOT_IN_OWNER_SCOPE_WALLET", unknown> | import("@orpc/client").ORPCError<"SMART_WALLETS_APPROVAL_NOT_IN_OWNER_SCOPE_WALLET_CROSS_SIGNATURE_SUBMISSION_NOT_ALLOWED", unknown> | import("@orpc/client").ORPCError<"SMART_WALLETS_APPROVAL_WORKFLOW_COMPLETED_WITHOUT_ENOUGH_DATA_BUILD_RESPONSE", { readonly [x: string]: unknown; } | undefined> | import("@orpc/client").ORPCError<"SMART_WALLETS_AUTHENTICATED_WALLET_MUST_INCLUDED_MULTISIG_SIGNERS_LIST", unknown> | import("@orpc/client").ORPCError<"SMART_WALLETS_CALLDATA_MUST_0X_PREFIXED_HEX_STRING", { readonly [x: string]: unknown; } | undefined> | import("@orpc/client").ORPCError<"SMART_WALLETS_GLOBAL_ACCOUNT_ABSTRACTION_DISABLED_CANNOT_CREATE_WALLET_DEFAULT", unknown> | import("@orpc/client").ORPCError<"SMART_WALLETS_GLOBAL_ACCOUNT_ABSTRACTION_DISABLED_CANNOT_SET_WALLET_DEFAULT", unknown> | import("@orpc/client").ORPCError<"SMART_WALLETS_INVALID_INIT_DATA_NOT_VALID_HEX_0X_PREFIXED_STRING", { readonly [x: string]: unknown; } | undefined> | import("@orpc/client").ORPCError<"SMART_WALLETS_NONE_KNOWN_SIGNING_EOAS_CURRENTLY_SIGNER_WALLET", unknown> | import("@orpc/client").ORPCError<"SMART_WALLETS_NON_DEFAULT_SIGNER_WEIGHTS_NOT_SUPPORTED_YET_ADD_WEIGHT_DEDICATED_MANAGEMENT", unknown> | import("@orpc/client").ORPCError<"SMART_WALLETS_NOT_AUTHORIZED_UPDATE_METADATA_WALLET", { readonly [x: string]: unknown; } | undefined> | import("@orpc/client").ORPCError<"SMART_WALLETS_NOT_SIGNER_MULTISIG_VALIDATOR_WALLET", unknown> | import("@orpc/client").ORPCError<"SMART_WALLETS_NOT_SIGNER_MULTISIG_VALIDATOR_WALLET_ONLY_SIGNERS_CAN_CREATE_APPROVALS", unknown> | import("@orpc/client").ORPCError<"SMART_WALLETS_NOT_SIGNER_WALLET", unknown> | import("@orpc/client").ORPCError<"SMART_WALLETS_NO_BUNDLER_WALLET_PROVISIONED_ORGANIZATION_COMPLETE_DEPLOYMENT_FIRST_PROVISI", unknown> | import("@orpc/client").ORPCError<"SMART_WALLETS_NO_WALLET_ID_AVAILABLE_USER_SESSION_VALID_BUNDLER_CONFIGURED", unknown> | import("@orpc/client").ORPCError<"SMART_WALLETS_NO_WALLET_ID_AVAILABLE_USER_SESSION_VALID_SIGNER_CONFIGURED", unknown> | import("@orpc/client").ORPCError<"SMART_WALLETS_ONLY_WALLET_OWNER_CAN_DIRECTLY_MULTISIG_APPROVAL_FLOW_CO_SIGNER_OPERATIONS", unknown> | import("@orpc/client").ORPCError<"SMART_WALLETS_ORGANIZATION_ACCOUNT_ABSTRACTION_DISABLED_CANNOT_CREATE_WALLET_DEFAULT", unknown> | import("@orpc/client").ORPCError<"SMART_WALLETS_ORGANIZATION_ACCOUNT_ABSTRACTION_DISABLED_CANNOT_SET_WALLET_DEFAULT", unknown> | import("@orpc/client").ORPCError<"SMART_WALLETS_RPC_URL_NOT_CONFIGURED_CHAIN_NETWORK_CONFIGURATION", unknown> | import("@orpc/client").ORPCError<"SMART_WALLETS_RPC_URL_NOT_CONFIGURED_GAS_STATUS_CHECKS_NETWORK_CONFIG_RUN_BUN_DEV_SETUP", unknown> | import("@orpc/client").ORPCError<"SMART_WALLETS_SYSTEMADDRESS_DOES_NOT_MATCH_WALLET_S", unknown> | import("@orpc/client").ORPCError<"SMART_WALLETS_USER_OP_HASH_DOES_NOT_MATCH_PREVIEW_BUILT_SUPPLIED_CALLDATA_WALLET_STATE_REB", { readonly [x: string]: unknown; } | undefined> | import("@orpc/client").ORPCError<"SMART_WALLETS_USER_OP_HASH_INVALID", unknown> | import("@orpc/client").ORPCError<"SMART_WALLETS_WALLET_ADDRESS_UNAVAILABLE_WORKFLOW_COMPLETION", unknown> | import("@orpc/client").ORPCError<"SMART_WALLETS_WALLET_METADATA_UPDATE_SUCCEEDED_BUT_COULD_NOT_RELOADED", { readonly [x: string]: unknown; } | undefined> | import("@orpc/client").ORPCError<"SMART_WALLETS_WALLET_NOT_FOUND_ADDRESS_INDEXED", unknown> | import("@orpc/client").ORPCError<"SMART_WALLETS_WALLET_NOT_FOUND_ADDRESS_INDEXED_CREATE_APPROVAL", unknown> | import("@orpc/client").ORPCError<"SMART_WALLETS_WALLET_NOT_FOUND_ADDRESS_INDEXED_GAS_STATUS", unknown> | import("@orpc/client").ORPCError<"SMART_WALLETS_WALLET_NOT_FOUND_ADDRESS_INDEXED_WALLETS_READ", unknown> | import("@orpc/client").ORPCError<"SMART_WALLETS_WALLET_NOT_FOUND_ADDRESS_NOT_INDEXED_YET", unknown> | import("@orpc/client").ORPCError<"SMART_WALLETS_WALLET_NOT_FOUND_INDEXING_INDEXER_NOT_PROCESSED_ACCOUNTCREATED_EVENT_YET", unknown> | import("@orpc/client").ORPCError<"SMART_WALLETS_WALLET_NO_MULTISIG_THRESHOLD_CONFIGURED_SET_CREATING_APPROVALS", unknown> | import("@orpc/client").ORPCError<"SMART_WALLET_APPROVAL_FAILED", unknown> | import("@orpc/client").ORPCError<"SMART_WALLET_MULTISIG_VALIDATOR_NOT_INSTALLED", unknown> | import("@orpc/client").ORPCError<"SMART_WALLET_MULTISIG_VALIDATOR_NOT_INSTALLED_ADD_SIGNER", unknown> | import("@orpc/client").ORPCError<"SMART_WALLET_MULTISIG_VALIDATOR_NOT_INSTALLED_CREATE_APPROVAL", unknown> | import("@orpc/client").ORPCError<"SMART_WALLET_MULTISIG_VALIDATOR_NOT_INSTALLED_REMOVE_SIGNER", unknown> | import("@orpc/client").ORPCError<"SMART_WALLET_MULTISIG_VALIDATOR_NOT_INSTALLED_SIGN_APPROVAL", unknown> | import("@orpc/client").ORPCError<"STEP_UP_REQUIRED", unknown> | import("@orpc/client").ORPCError<"SYSTEM_ACCESS_CONTROL_UNAVAILABLE", unknown> | import("@orpc/client").ORPCError<"SYSTEM_ACCESS_LEAST_ONE_ADDRESS_ROLE_REQUIRED", unknown> | import("@orpc/client").ORPCError<"SYSTEM_ACCESS_MANAGER_GRANT_ROLE", unknown> | import("@orpc/client").ORPCError<"SYSTEM_ACCESS_MANAGER_REVOKE_ROLE", unknown> | import("@orpc/client").ORPCError<"SYSTEM_ACCESS_ROLES_NOT_FOUND", unknown> | import("@orpc/client").ORPCError<"SYSTEM_ACCESS_UNEXPECTED_ERROR_INVALID_ADDRESS_CONFIGURATION", unknown> | import("@orpc/client").ORPCError<"SYSTEM_ACCESS_UNEXPECTED_ERROR_INVALID_ADDRESS_ROLE_CONFIGURATION", unknown> | import("@orpc/client").ORPCError<"SYSTEM_ACCESS_UNEXPECTED_ERROR_INVALID_ROLE_CONFIGURATION", unknown> | import("@orpc/client").ORPCError<"SYSTEM_ACTIVITY_LIST", unknown> | import("@orpc/client").ORPCError<"SYSTEM_ADDON_CONTEXT_UNAVAILABLE_SERVER_CONFIGURATION_SYSTEMMIDDLEWARE_ACTIVE", unknown> | import("@orpc/client").ORPCError<"SYSTEM_ADDON_DATABASE_UNAVAILABLE_REQUIRED_ADVISORY_LOCK_PAYMASTER_SIGNER_PROVISIONING", { readonly [x: string]: unknown; } | undefined> | import("@orpc/client").ORPCError<"SYSTEM_ADDON_DATABASE_UNAVAILABLE_REQUIRED_RESOLVING_ENTRYPOINT_ADDRESS", { readonly [x: string]: unknown; } | undefined> | import("@orpc/client").ORPCError<"SYSTEM_ADDON_DATABASE_UNAVAILABLE_REQUIRED_RESOLVING_FEEDSDIRECTORY_ADDRESS_PRICERESOLVER", { readonly [x: string]: unknown; } | undefined> | import("@orpc/client").ORPCError<"SYSTEM_ADDON_FACTORY_CREATE", unknown> | import("@orpc/client").ORPCError<"SYSTEM_ADDON_FACTORY_NOT_FOUND_INDEXER", unknown> | import("@orpc/client").ORPCError<"SYSTEM_ADDON_FACTORY_RECEIPT_DID_NOT_CONTAIN_CANNOT_RESOLVE_DEPLOYED_ADDRESS", unknown> | import("@orpc/client").ORPCError<"SYSTEM_ADDON_FACTORY_REGISTRATION_COMPLETED_BUT_NO_BLOCK_NUMBER_RECORDED_ALL_TRANSACTION_R", unknown> | import("@orpc/client").ORPCError<"SYSTEM_ADDON_NOT_IN_SYSTEM", unknown> | import("@orpc/client").ORPCError<"SYSTEM_ADDON_PAYMASTER_DEPLOYMENT_COMPLETED_WITHOUT_TRANSACTION_RECEIPT_CANNOT_PERSIST_SCO", unknown> | import("@orpc/client").ORPCError<"SYSTEM_ADDON_PAYMASTER_SIGNER_KEY_MISMATCH", unknown> | import("@orpc/client").ORPCError<"SYSTEM_ADDON_PENDING_PAYMASTER_SIGNER_KEY_BUT_NOT_VALID_HEX", unknown> | import("@orpc/client").ORPCError<"SYSTEM_ADDON_PRICERESOLVER_PREREQUISITES_NOT_PREFLIGHTED_RESOLVE_THEM_VIA_RESOLVEPRICERESO", unknown> | import("@orpc/client").ORPCError<"SYSTEM_ADDON_REGISTRY_NOT_FOUND", unknown> | import("@orpc/client").ORPCError<"SYSTEM_ADDON_SECRETS_PROVIDER_UNAVAILABLE_REQUIRED_PERSISTING_PAYMASTER_SIGNER_KEY_DEPLOYM", unknown> | import("@orpc/client").ORPCError<"SYSTEM_ADDON_SECRETS_PROVIDER_UNAVAILABLE_REQUIRED_PREPARING_PAYMASTER_SIGNER_KEY", unknown> | import("@orpc/client").ORPCError<"SYSTEM_ADDON_SECRETS_PROVIDER_UNAVAILABLE_REQUIRED_RECONCILING_PAYMASTER_SIGNER_KEY", unknown> | import("@orpc/client").ORPCError<"SYSTEM_ADDON_TRANSACTION_PROCESSING_SERVICE_UNAVAILABLE_SERVER_CONFIGURATION_RESTATEMIDDLE", unknown> | import("@orpc/client").ORPCError<"SYSTEM_BUNDLER_WALLET_ADDRESS_NOT_CONFIGURED_CONFIGURE_BUNDLER_WALLET_ADDRESS_ORGANIZATION", unknown> | import("@orpc/client").ORPCError<"SYSTEM_CLAIM_TOPIC_CREATION_REQUIRES_HEADERS_QUEUE_EXECUTION", { readonly [x: string]: unknown; } | undefined> | import("@orpc/client").ORPCError<"SYSTEM_CLAIM_TOPIC_DELETES_REQUIRE_HEADERS_QUEUE_EXECUTION", { readonly [x: string]: unknown; } | undefined> | import("@orpc/client").ORPCError<"SYSTEM_CLAIM_TOPIC_NOT_FOUND", { readonly [x: string]: unknown; } | undefined> | import("@orpc/client").ORPCError<"SYSTEM_CLAIM_TOPIC_UPDATES_REQUIRE_HEADERS_QUEUE_EXECUTION", { readonly [x: string]: unknown; } | undefined> | import("@orpc/client").ORPCError<"SYSTEM_COMPLIANCE_CACHEDRESULT_MUST_SET_STARTWORKFLOW_BUG_QUEUE_BRIDGE", unknown> | import("@orpc/client").ORPCError<"SYSTEM_COMPLIANCE_CONTRACT_NOT_FOUND", unknown> | import("@orpc/client").ORPCError<"SYSTEM_COMPLIANCE_MODULE_IMPLEMENTATIONS_NOT_FOUND_INDEXER", unknown> | import("@orpc/client").ORPCError<"SYSTEM_COMPLIANCE_MODULE_NOT_REGISTERED_REGISTRY", unknown> | import("@orpc/client").ORPCError<"SYSTEM_COMPLIANCE_MODULE_UNINSTALL", unknown> | import("@orpc/client").ORPCError<"SYSTEM_CONSISTENCY_TIMEOUT", unknown> | import("@orpc/client").ORPCError<"SYSTEM_DEPLOYMENT_FAILED", unknown> | import("@orpc/client").ORPCError<"SYSTEM_DEPLOYMENT_TIMEOUT", unknown> | import("@orpc/client").ORPCError<"SYSTEM_DIRECTORY_READ", unknown> | import("@orpc/client").ORPCError<"SYSTEM_DIRECTORY_UNAVAILABLE", unknown> | import("@orpc/client").ORPCError<"SYSTEM_FACTORY_ADDRESS_NOT_FOUND_DIRECTORY", unknown> | import("@orpc/client").ORPCError<"SYSTEM_FACTORY_DIRECTORY_MISSING", unknown> | import("@orpc/client").ORPCError<"SYSTEM_IDENTITY_ADDRESS_REQUIRED", unknown> | import("@orpc/client").ORPCError<"SYSTEM_IDENTITY_CACHEDRESULT_MUST_SET_STARTWORKFLOW_BUG_QUEUE_BRIDGE", unknown> | import("@orpc/client").ORPCError<"SYSTEM_IDENTITY_CACHEDRESULT_RECEIPT_MUST_SET_STARTWORKFLOW_BUG_QUEUE_BRIDGE", unknown> | import("@orpc/client").ORPCError<"SYSTEM_IDENTITY_CLAIM_ISSUE", { readonly [x: string]: unknown; } | undefined> | import("@orpc/client").ORPCError<"SYSTEM_IDENTITY_CONTEXT_REQUIRED_VALIDATE_KNOWYOURCUSTOMER_CLAIM_VALUES", { readonly [x: string]: unknown; } | undefined> | import("@orpc/client").ORPCError<"SYSTEM_IDENTITY_CONTEXT_UNAVAILABLE_SYSTEMMIDDLEWARE_APPLIED", unknown> | import("@orpc/client").ORPCError<"SYSTEM_IDENTITY_DATABASE_CONTEXT_REQUIRED_VALIDATE_KNOWYOURCUSTOMER_CLAIM_VALUES", { readonly [x: string]: unknown; } | undefined> | import("@orpc/client").ORPCError<"SYSTEM_IDENTITY_DATABASE_CONTEXT_UNAVAILABLE_DATABASEMIDDLEWARE_APPLIED", { readonly [x: string]: unknown; } | undefined> | import("@orpc/client").ORPCError<"SYSTEM_IDENTITY_DO_NOT_MANAGEMENT_KEY_ONLY_USERS_MANAGEMENT_RIGHTS_CAN_REVOKE_CLAIMS", { readonly [x: string]: unknown; } | undefined> | import("@orpc/client").ORPCError<"SYSTEM_IDENTITY_FACTORY_ADDRESS_NOT_FOUND", unknown> | import("@orpc/client").ORPCError<"SYSTEM_IDENTITY_INVALID_ADDRESS_VALID_ETHEREUM_0X_PREFIXED_HEX_CHARACTERS", unknown> | import("@orpc/client").ORPCError<"SYSTEM_IDENTITY_MULTIPLE_ACTIVE_CLAIMS_FOUND_TOPIC", { readonly [x: string]: unknown; } | undefined> | import("@orpc/client").ORPCError<"SYSTEM_IDENTITY_NOT_FOUND", unknown> | import("@orpc/client").ORPCError<"SYSTEM_IDENTITY_NOT_FOUND_CREATION_INDEXER_DID_NOT_PROCESS_BLOCK_WITHIN_TIMEOUT", unknown> | import("@orpc/client").ORPCError<"SYSTEM_IDENTITY_NOT_FOUND_REGISTRY", unknown> | import("@orpc/client").ORPCError<"SYSTEM_IDENTITY_NOT_REGISTERED_S_REGISTRY", unknown> | import("@orpc/client").ORPCError<"SYSTEM_IDENTITY_NOT_REGISTERED_YET", unknown> | import("@orpc/client").ORPCError<"SYSTEM_IDENTITY_NO_ACTIVE_CLAIM_FOUND_TOPIC", { readonly [x: string]: unknown; } | undefined> | import("@orpc/client").ORPCError<"SYSTEM_IDENTITY_NO_ASSOCIATED_ACCOUNT", unknown> | import("@orpc/client").ORPCError<"SYSTEM_IDENTITY_NO_CONTRACT_FOUND_WALLET", unknown> | import("@orpc/client").ORPCError<"SYSTEM_IDENTITY_NO_FOUND", unknown> | import("@orpc/client").ORPCError<"SYSTEM_IDENTITY_TOPIC_CLAIM_MUST_MATCH_APPROVED_KYC_CONTENT_HASH", { readonly [x: string]: unknown; } | undefined> | import("@orpc/client").ORPCError<"SYSTEM_IDENTITY_TOPIC_NOT_REGISTERED_SCHEME_REGISTRY", unknown> | import("@orpc/client").ORPCError<"SYSTEM_IDENTITY_TOPIC_REQUIRES_APPROVED_KYC_PROFILE_TARGET", { readonly id?: string | undefined; readonly why?: string | undefined; readonly fix?: string | undefined; readonly retryable?: boolean | undefined; readonly category?: "auth" | "client" | "contract" | "dependency" | "domain" | "operational" | "permission" | "unknown" | "vendor-boundary" | undefined; readonly topic: string; }> | import("@orpc/client").ORPCError<"SYSTEM_IDENTITY_TOPIC_REQUIRES_SINGLE_CLAIM_NOT_ARRAY_STRUCTURED_DATA", { readonly [x: string]: unknown; } | undefined> | import("@orpc/client").ORPCError<"SYSTEM_IDENTITY_TRANSACTION_PROCESSING_SERVICE_UNAVAILABLE_SERVER_CONFIGURATION_RESTATEMID", unknown> | import("@orpc/client").ORPCError<"SYSTEM_IDENTITY_UNEXPECTED_CLAIM_MISSING_VALIDATION", { readonly [x: string]: unknown; } | undefined> | import("@orpc/client").ORPCError<"SYSTEM_IDENTITY_WALLET_NOT_REGISTERED", unknown> | import("@orpc/client").ORPCError<"SYSTEM_INDEXER_CONTEXT_FAILED", unknown> | import("@orpc/client").ORPCError<"SYSTEM_NOT_BOOTSTRAPPED_INDEXING", unknown> | import("@orpc/client").ORPCError<"SYSTEM_NOT_CREATED", unknown> | import("@orpc/client").ORPCError<"SYSTEM_NOT_DEPLOYED", unknown> | import("@orpc/client").ORPCError<"SYSTEM_NOT_FOUND", unknown> | import("@orpc/client").ORPCError<"SYSTEM_NO_FOUND_ORGANIZATION", unknown> | import("@orpc/client").ORPCError<"SYSTEM_PAYMASTER_CONTEXT_UNAVAILABLE_SERVER_CONFIGURATION_SYSTEMMIDDLEWARE_ACTIVE", unknown> | import("@orpc/client").ORPCError<"SYSTEM_PAYMASTER_DIRECTORY_ADDRESS_NOT_CONFIGURED_NETWORK_CONFIG_CONTRACT_SET", unknown> | import("@orpc/client").ORPCError<"SYSTEM_PAYMASTER_ENTRYPOINT_NOT_FOUND_INDEXER_NOT_PROCESSED_DIRECTORY_S", unknown> | import("@orpc/client").ORPCError<"SYSTEM_PAYMASTER_NOT_FOUND_ADDRESS_INDEXED_LIST_AVAILABLE_PAYMASTERS_VIA_GET", unknown> | import("@orpc/client").ORPCError<"SYSTEM_PAYMASTER_NOT_FOUND_ADDRESS_INDEXED_LIST_AVAILABLE_PAYMASTERS_VIA_GET_V2", unknown> | import("@orpc/client").ORPCError<"SYSTEM_PAYMASTER_SPONSORSHIP_NOT_FOUND_ADDRESS", unknown> | import("@orpc/client").ORPCError<"SYSTEM_PAYMASTER_WALLET_ID_NOT_FOUND_USER_MUST_ROTATE_SIGNER_KEY", unknown> | import("@orpc/client").ORPCError<"SYSTEM_REFUND_SPLITTER_INVALID_BPS_RANGE", unknown> | import("@orpc/client").ORPCError<"SYSTEM_REFUND_SPLITTER_NOT_INSTALLED", unknown> | import("@orpc/client").ORPCError<"SYSTEM_REFUND_SPLITTER_REFUND_LOOP_READ_FAILED", unknown> | import("@orpc/client").ORPCError<"SYSTEM_REFUND_SPLITTER_THRESHOLDS_INVALID", unknown> | import("@orpc/client").ORPCError<"SYSTEM_TOKEN_CONTEXT_UNAVAILABLE_SERVER_CONFIGURATION_SYSTEMMIDDLEWARE_ACTIVE", unknown> | import("@orpc/client").ORPCError<"SYSTEM_TOKEN_FACTORY_DEPLOYMENT_COMPLETED_BUT_NO_BLOCK_NUMBER_RECORDED_ALL_TRANSACTION_REC", unknown> | import("@orpc/client").ORPCError<"SYSTEM_TOKEN_FACTORY_TYPE_NOT_FOUND", unknown> | import("@orpc/client").ORPCError<"SYSTEM_TOKEN_NO_FACTORY_FOUND_ADDRESS_BOOTSTRAPPED", unknown> | import("@orpc/client").ORPCError<"SYSTEM_TOKEN_NO_FACTORY_FOUND_CONTRACT_TYPE_NOT_RECOGNIZED", unknown> | import("@orpc/client").ORPCError<"SYSTEM_TOKEN_TRANSACTION_PROCESSING_SERVICE_UNAVAILABLE_SERVER_CONFIGURATION_RESTATEMIDDLE", unknown> | import("@orpc/client").ORPCError<"SYSTEM_TRUSTED_ISSUER_ADD_REMOVE_CLAIM_TOPIC_ROUTES_SYNC_ONLY_PREFER_RESPOND_ASYNC_NOT_SUP", { readonly [x: string]: unknown; } | undefined> | import("@orpc/client").ORPCError<"SYSTEM_TRUSTED_ISSUER_CLAIM_TOPIC_MUTATION_IN_PROGRESS", unknown> | import("@orpc/client").ORPCError<"SYSTEM_TRUSTED_ISSUER_NOT_FOUND", unknown> | import("@orpc/client").ORPCError<"TARGET_CURRENCIES_FEED_DISPATCH_FORBIDDEN", unknown> | import("@orpc/client").ORPCError<"TARGET_CURRENCIES_FEED_DISPATCH_UNAVAILABLE", unknown> | import("@orpc/client").ORPCError<"TARGET_CURRENCIES_NOT_SUPPORTED_ON_SYSTEM", unknown> | import("@orpc/client").ORPCError<"TARGET_CURRENCIES_REMOVAL_FORBIDDEN", { readonly id?: string | undefined; readonly why?: string | undefined; readonly fix?: string | undefined; readonly retryable?: boolean | undefined; readonly category?: "auth" | "client" | "contract" | "dependency" | "domain" | "operational" | "permission" | "unknown" | "vendor-boundary" | undefined; readonly removed: string[]; }> | import("@orpc/client").ORPCError<"TARGET_CURRENCY_NOT_SUPPORTED", { readonly id?: string | undefined; readonly why?: string | undefined; readonly fix?: string | undefined; readonly retryable?: boolean | undefined; readonly category?: "auth" | "client" | "contract" | "dependency" | "domain" | "operational" | "permission" | "unknown" | "vendor-boundary" | undefined; readonly unsupported: string[]; }> | import("@orpc/client").ORPCError<"TOKEN_ACCESS_CANNOT_REVOKE_LAST_PERMISSION_MANAGER_LEAST_ONE_ADMIN_MUST_REMAIN", unknown> | import("@orpc/client").ORPCError<"TOKEN_ACCESS_CONTROL_NOT_FOUND_MANAGER_CONFIGURED", unknown> | import("@orpc/client").ORPCError<"TOKEN_ACCESS_INVALID_GRANT_ROLE_INPUT_SHAPE_EITHER_ACCOUNTS_ACCOUNT_ROLES", unknown> | import("@orpc/client").ORPCError<"TOKEN_ACCESS_INVALID_REVOKE_ROLE_INPUT_SHAPE_EITHER_ACCOUNTS_ACCOUNT_ROLES", unknown> | import("@orpc/client").ORPCError<"TOKEN_ACCESS_LEAST_ONE_ROLE_MUST_GRANTING", unknown> | import("@orpc/client").ORPCError<"TOKEN_ACCESS_LEAST_ONE_ROLE_MUST_REVOCATION", unknown> | import("@orpc/client").ORPCError<"TOKEN_ACCESS_ONE_MORE_ROLES_NOT_FOUND_ALL_ROLE_NAMES_VALID_CONTROL", unknown> | import("@orpc/client").ORPCError<"TOKEN_ACCESS_ROLE_NOT_FOUND_NAME_VALID_CONTROL", unknown> | import("@orpc/client").ORPCError<"TOKEN_BURN", unknown> | import("@orpc/client").ORPCError<"TOKEN_BURN_INSUFFICIENT_BALANCE", unknown> | import("@orpc/client").ORPCError<"TOKEN_BURN_PAUSED_UNPAUSE_BURNING", unknown> | import("@orpc/client").ORPCError<"TOKEN_CLAIM_ACCOUNT_ADDRESS_DOES_NOT_ASSOCIATED_IDENTITY_CONTRACT_ONLY_USERS_CAN_ISSUE_CLA", { readonly [x: string]: unknown; } | undefined> | import("@orpc/client").ORPCError<"TOKEN_CLAIM_ACCOUNT_ADDRESS_DOES_NOT_ASSOCIATED_IDENTITY_CONTRACT_ONLY_USERS_CAN_REVOKE_CL", { readonly [x: string]: unknown; } | undefined> | import("@orpc/client").ORPCError<"TOKEN_CLAIM_DATABASE_CONTEXT_REQUIRED_ISSUE_ASSETCLASSIFICATION_MIDDLEWARE_CONFIGURED", { readonly [x: string]: unknown; } | undefined> | import("@orpc/client").ORPCError<"TOKEN_CLAIM_DOES_NOT_ASSOCIATED_IDENTITY_CONTRACT", { readonly [x: string]: unknown; } | undefined> | import("@orpc/client").ORPCError<"TOKEN_CLAIM_TOPIC_NOT_REGISTERED_SCHEME_REGISTRY", { readonly [x: string]: unknown; } | undefined> | import("@orpc/client").ORPCError<"TOKEN_COMPLIANCE_CAPITAL_RAISE_LIMIT_CONFIGURATION_IMMUTABLE", unknown> | import("@orpc/client").ORPCError<"TOKEN_COMPLIANCE_NOT_INDEXED_NOT_IN_OWNER_SCOPE", unknown> | import("@orpc/client").ORPCError<"TOKEN_COMPLIANCE_NO_BINDING_FOUND_MODULE_TYPE_CONTRACT", unknown> | import("@orpc/client").ORPCError<"TOKEN_COMPLIANCE_PRICE_RESOLVER_ADDON_NOT_INSTALLED", unknown> | import("@orpc/client").ORPCError<"TOKEN_COMPLIANCE_SCOPED_CONFIGURATION_REQUIRES_V2_ENGINE", unknown> | import("@orpc/client").ORPCError<"TOKEN_COMPLIANCE_SCOPED_INSTALL_REQUIRES_V2_ENGINE", unknown> | import("@orpc/client").ORPCError<"TOKEN_COMPLIANCE_SET_MODULE_SCOPE_REQUIRES_V2_ENGINE", unknown> | import("@orpc/client").ORPCError<"TOKEN_CONTEXT_REQUIRED", unknown> | import("@orpc/client").ORPCError<"TOKEN_CONVERT_INTEREST_BACKLOG_PENDING_RETRY", unknown> | import("@orpc/client").ORPCError<"TOKEN_CREATE_CREATION_WORKFLOW_FAILED", unknown> | import("@orpc/client").ORPCError<"TOKEN_CREATE_DATABASE_CONTEXT_REQUIRED_DALP_ASSET_CREATION", { readonly [x: string]: unknown; } | undefined> | import("@orpc/client").ORPCError<"TOKEN_CREATE_DENOMINATION_ASSET_NOT_ERC20", unknown> | import("@orpc/client").ORPCError<"TOKEN_CREATE_FACTORY_TYPE_NOT_FOUND", unknown> | import("@orpc/client").ORPCError<"TOKEN_CREATE_FEATURES_INCOMPATIBLE", { readonly id?: string | undefined; readonly why?: string | undefined; readonly fix?: string | undefined; readonly retryable?: boolean | undefined; readonly category?: "auth" | "client" | "contract" | "dependency" | "domain" | "operational" | "permission" | "unknown" | "vendor-boundary" | undefined; readonly conflictingPairs: ["aum-fee" | "conversion" | "conversion-minter" | "external-transaction-fee" | "fixed-treasury-yield" | "historical-balances" | "maturity-redemption" | "permit" | "transaction-fee" | "transaction-fee-accounting" | "voting-power", "aum-fee" | "conversion" | "conversion-minter" | "external-transaction-fee" | "fixed-treasury-yield" | "historical-balances" | "maturity-redemption" | "permit" | "transaction-fee" | "transaction-fee-accounting" | "voting-power"][]; }> | import("@orpc/client").ORPCError<"TOKEN_CREATE_REQUIRED_PARAM_MISSING", { readonly id?: string | undefined; readonly why?: string | undefined; readonly fix?: string | undefined; readonly retryable?: boolean | undefined; readonly category?: "auth" | "client" | "contract" | "dependency" | "domain" | "operational" | "permission" | "unknown" | "vendor-boundary" | undefined; readonly missingParams: { readonly featureId: string; readonly paramKey: string; }[]; }> | import("@orpc/client").ORPCError<"TOKEN_CREATE_REQUIRED_WINDOW_EXPIRED", { readonly id?: string | undefined; readonly why?: string | undefined; readonly fix?: string | undefined; readonly retryable?: boolean | undefined; readonly category?: "auth" | "client" | "contract" | "dependency" | "domain" | "operational" | "permission" | "unknown" | "vendor-boundary" | undefined; readonly featureId: string; readonly paramKey: string; }> | import("@orpc/client").ORPCError<"TOKEN_CREATE_TEMPLATEID_REQUIRED_DALP_ASSET_CREATION_SELECT_INSTRUMENT_TEMPLATE_CREATING", unknown> | import("@orpc/client").ORPCError<"TOKEN_CREATE_TRANSACTION_PROCESSING_SERVICE_UNAVAILABLE_SERVER_CONFIGURATION", unknown> | import("@orpc/client").ORPCError<"TOKEN_CREATE_USER_ADDRESS_DOES_NOT_ASSOCIATED_IDENTITY_CONTRACT", unknown> | import("@orpc/client").ORPCError<"TOKEN_CREATE_WORKFLOW_PHASE_FAILED", { readonly id?: string | undefined; readonly why?: string | undefined; readonly fix?: string | undefined; readonly retryable?: boolean | undefined; readonly category?: "auth" | "client" | "contract" | "dependency" | "domain" | "operational" | "permission" | "unknown" | "vendor-boundary" | undefined; readonly phase: string; readonly error?: string | undefined; }> | import("@orpc/client").ORPCError<"TOKEN_DOCUMENTS_ACCESS_DENIED_HOLDER_REQUIRED", unknown> | import("@orpc/client").ORPCError<"TOKEN_DOCUMENTS_ACCESS_DENIED_RESTRICTED_DOCUMENT", unknown> | import("@orpc/client").ORPCError<"TOKEN_DOCUMENTS_DECLARED_FILE_SIZE_DOES_NOT_MATCH_ACTUAL_STORAGE", unknown> | import("@orpc/client").ORPCError<"TOKEN_DOCUMENTS_DOCUMENT_GROUP_NOT_FOUND_REPLACEMENT", unknown> | import("@orpc/client").ORPCError<"TOKEN_DOCUMENTS_DOCUMENT_NOT_FOUND", unknown> | import("@orpc/client").ORPCError<"TOKEN_DOCUMENTS_DOCUMENT_TYPE_NOT_VALID_ASSET", unknown> | import("@orpc/client").ORPCError<"TOKEN_DOCUMENTS_FAILED_TO_CREATE_DOCUMENT_RECORD", unknown> | import("@orpc/client").ORPCError<"TOKEN_DOCUMENTS_FILE_NOT_FOUND_STORAGE_UPLOAD_FAILED", unknown> | import("@orpc/client").ORPCError<"TOKEN_DOCUMENTS_INVALID_OBJECT_KEY", unknown> | import("@orpc/client").ORPCError<"TOKEN_FACTORY_NOT_FOUND", unknown> | import("@orpc/client").ORPCError<"TOKEN_FEATURES_FIXED_TREASURY_YIELD_FEATURE_STATE_NOT_YET_INDEXED_INDEXER_PROCESSED_INITIA", unknown> | import("@orpc/client").ORPCError<"TOKEN_FEATURES_MATURITY_REDEMPTION_FEATURE_STATE_NOT_YET_INDEXED_INDEXER_PROCESSED_INITIAL", unknown> | import("@orpc/client").ORPCError<"TOKEN_FEATURES_NO_YIELD_AVAILABLE_CLAIM_FIRST_PERIOD_NOT_COMPLETED_YET", { readonly [x: string]: unknown; } | undefined> | import("@orpc/client").ORPCError<"TOKEN_FEATURES_NO_YIELD_AVAILABLE_FOR_HOLDER", { readonly [x: string]: unknown; } | undefined> | import("@orpc/client").ORPCError<"TOKEN_FEATURES_UNAVAILABLE", unknown> | import("@orpc/client").ORPCError<"TOKEN_FEATURES_YIELD_ACCRUAL_CLOSED", { readonly [x: string]: unknown; } | undefined> | import("@orpc/client").ORPCError<"TOKEN_FEATURES_YIELD_FULLY_CONSUMED", { readonly [x: string]: unknown; } | undefined> | import("@orpc/client").ORPCError<"TOKEN_FEATURE_CONTEXT_REQUIRED", unknown> | import("@orpc/client").ORPCError<"TOKEN_FEATURE_INSTANCE_NOT_FOUND", "aum-fee" | "conversion" | "conversion-minter" | "external-transaction-fee" | "fixed-treasury-yield" | "historical-balances" | "maturity-redemption" | "permit" | "transaction-fee" | "transaction-fee-accounting" | "voting-power"> | import("@orpc/client").ORPCError<"TOKEN_FEE_RATES_FROZEN", { readonly id?: string | undefined; readonly why?: string | undefined; readonly fix?: string | undefined; readonly retryable?: boolean | undefined; readonly category?: "auth" | "client" | "contract" | "dependency" | "domain" | "operational" | "permission" | "unknown" | "vendor-boundary" | undefined; readonly tokenAddress: `0x${string}`; readonly featureAddress: `0x${string}`; }> | import("@orpc/client").ORPCError<"TOKEN_FREEZE_AMOUNT_EXCEEDS_AVAILABLE_BALANCE", unknown> | import("@orpc/client").ORPCError<"TOKEN_HISTORICAL_BALANCE_BLOCK_NOT_INDEXED", { readonly [x: string]: unknown; } | undefined> | import("@orpc/client").ORPCError<"TOKEN_IDENTITY_REGISTRY_NOT_FOUND", unknown> | import("@orpc/client").ORPCError<"TOKEN_INDEXED_BASE_PRICE_FEED_STALE_UNDER_ACTIVE_PRICERESOLVER_POLICY", unknown> | import("@orpc/client").ORPCError<"TOKEN_INDEXED_PRICERESOLVER_REGISTRATION_DID_NOT_DECODE_INITIALIZE", unknown> | import("@orpc/client").ORPCError<"TOKEN_INDEXED_PRICERESOLVER_REGISTRATION_DID_NOT_INCLUDE_INITIALIZATION_ARGUMENTS", unknown> | import("@orpc/client").ORPCError<"TOKEN_INDEXED_PRICERESOLVER_REGISTRATION_MISSING_VALID_INITIALIZATION_CALLDATA", { readonly [x: string]: unknown; } | undefined> | import("@orpc/client").ORPCError<"TOKEN_INDEXER_DATA_INVALID", { readonly [x: string]: unknown; } | undefined> | import("@orpc/client").ORPCError<"TOKEN_INDEXER_TOKEN_NOT_FOUND", unknown> | import("@orpc/client").ORPCError<"TOKEN_INTERFACE_NOT_SUPPORTED", { readonly id?: string | undefined; readonly why?: string | undefined; readonly fix?: string | undefined; readonly retryable?: boolean | undefined; readonly category?: "auth" | "client" | "contract" | "dependency" | "domain" | "operational" | "permission" | "unknown" | "vendor-boundary" | undefined; readonly requiredInterfaces: string[]; }> | import("@orpc/client").ORPCError<"TOKEN_INVALID_ADDRESS_VALID_ETHEREUM_0X_PREFIXED_HEX_CHARACTERS", unknown> | import("@orpc/client").ORPCError<"TOKEN_LIST_METADATA_KEY_IDENTIFIER_INELIGIBLE", { readonly id?: string | undefined; readonly why?: string | undefined; readonly fix?: string | undefined; readonly retryable?: boolean | undefined; readonly category?: "auth" | "client" | "contract" | "dependency" | "domain" | "operational" | "permission" | "unknown" | "vendor-boundary" | undefined; readonly key: string; }> | import("@orpc/client").ORPCError<"TOKEN_LIST_METADATA_KEY_NOT_BUCKETABLE", { readonly id?: string | undefined; readonly why?: string | undefined; readonly fix?: string | undefined; readonly retryable?: boolean | undefined; readonly category?: "auth" | "client" | "contract" | "dependency" | "domain" | "operational" | "permission" | "unknown" | "vendor-boundary" | undefined; readonly key: string; }> | import("@orpc/client").ORPCError<"TOKEN_LIST_METADATA_KEY_UNKNOWN", { readonly id?: string | undefined; readonly why?: string | undefined; readonly fix?: string | undefined; readonly retryable?: boolean | undefined; readonly category?: "auth" | "client" | "contract" | "dependency" | "domain" | "operational" | "permission" | "unknown" | "vendor-boundary" | undefined; readonly key: string; readonly availableKeys: string[]; }> | import("@orpc/client").ORPCError<"TOKEN_MINT_MATURITY_REDEMPTION_MATURED", { readonly id?: string | undefined; readonly why?: string | undefined; readonly fix?: string | undefined; readonly retryable?: boolean | undefined; readonly category?: "auth" | "client" | "contract" | "dependency" | "domain" | "operational" | "permission" | "unknown" | "vendor-boundary" | undefined; readonly tokenAddress: `0x${string}`; }> | import("@orpc/client").ORPCError<"TOKEN_MINT_PAUSED_UNPAUSE_MINTING", unknown> | import("@orpc/client").ORPCError<"TOKEN_NOT_INDEXED_NOT_IN_OWNER_SCOPE", unknown> | import("@orpc/client").ORPCError<"TOKEN_PERMISSIONS_UNAVAILABLE", unknown> | import("@orpc/client").ORPCError<"TOKEN_PERMIT_SIGN_OWNER_NOT_CALLER_WALLET", unknown> | import("@orpc/client").ORPCError<"TOKEN_PRECHECKS_INVALID_ADDRESS_VALID_ETHEREUM_0X_PREFIXED_HEX_CHARACTERS", unknown> | import("@orpc/client").ORPCError<"TOKEN_PRICE_ACCOUNT_ADDRESS_DOES_NOT_ASSOCIATED_IDENTITY_CONTRACT_ONLY_USERS_CAN_SET_PRICE", unknown> | import("@orpc/client").ORPCError<"TOKEN_PRICE_ISSUERSIGNEDSCALARFEEDFACTORY_ADDON_NOT_INSTALLED_DEPLOY_FEED_SETTING_PRICES", unknown> | import("@orpc/client").ORPCError<"TOKEN_PRICE_NOT_INDEXED_ENROLLED_CANNOT_BUILD_FEED_DESCRIPTION_NEW", unknown> | import("@orpc/client").ORPCError<"TOKEN_PRICE_ORG_FEED_SUBMISSION_SIGNER_NOT_RESOLVED", unknown> | import("@orpc/client").ORPCError<"TOKEN_PRICE_RESOLVER", unknown> | import("@orpc/client").ORPCError<"TOKEN_READBACK_LOOP_TERMINATED_UNEXPECTEDLY", unknown> | import("@orpc/client").ORPCError<"TOKEN_REDEEM_BOND_MATURITY_REDEMPTION_FEATURE_ATTACHED_LEGACY_TOP_UP_WOULD_NOT_FUND_CONFIG", { readonly [x: string]: unknown; } | undefined> | import("@orpc/client").ORPCError<"TOKEN_REDEEM_BOND_NOT_YET_INDEXED_INDEXER_PROCESSED_INITIALIZATION_PLEASE_LATER", { readonly [x: string]: unknown; } | undefined> | import("@orpc/client").ORPCError<"TOKEN_REDEEM_CONTEXT_NOT_INITIALISED", { readonly [x: string]: unknown; } | undefined> | import("@orpc/client").ORPCError<"TOKEN_REDEEM_DELEGATED_REDEMPTION_REQUIRES_CUSTODIAN_ROLE", { readonly [x: string]: unknown; } | undefined> | import("@orpc/client").ORPCError<"TOKEN_REDEEM_MISSING_PERMISSION_CONTEXT", { readonly [x: string]: unknown; } | undefined> | import("@orpc/client").ORPCError<"TOKEN_SALE_ADDON_NOT_FOUND", unknown> | import("@orpc/client").ORPCError<"TOKEN_SALE_ADDON_NOT_FOUND_ADDONS", unknown> | import("@orpc/client").ORPCError<"TOKEN_SALE_ADDON_NOT_IN_OWNER_SCOPE_AUTHENTICATED", unknown> | import("@orpc/client").ORPCError<"TOKEN_SALE_CANNOT_WITHDRAW_SALE_TOKEN_CURRENCY", unknown> | import("@orpc/client").ORPCError<"TOKEN_SALE_DEPLOYMENT_INDEXED_AMBIGUOUSLY_TRANSACTION_MULTIPLE_SALES_MATCHED_CONFIRMED", unknown> | import("@orpc/client").ORPCError<"TOKEN_SALE_DEPLOYMENT_NOT_INDEXED_TRANSACTION_CONFIRMED_CREATED_BUT_ADDRESS_COULD_NOT_RETR", unknown> | import("@orpc/client").ORPCError<"TOKEN_SALE_INVALID_TERMSHASH_HEX_STRING_STARTING_0X", unknown> | import("@orpc/client").ORPCError<"TOKEN_SALE_NOT_FOUND_INDEXER", unknown> | import("@orpc/client").ORPCError<"TOKEN_SALE_NOT_IN_OWNER_SCOPE_AUTHENTICATED", unknown> | import("@orpc/client").ORPCError<"TOKEN_SALE_NO_REGISTERED_IDENTITY_FOUND_MUST_CREATE", unknown> | import("@orpc/client").ORPCError<"TOKEN_SALE_REGISTERED_IDENTITY_MISSING_COUNTRY_CODE_MUST_SET_CREATE", unknown> | import("@orpc/client").ORPCError<"TOKEN_TOPIC_SCHEME_NOT_FOUND", unknown> | import("@orpc/client").ORPCError<"TOKEN_TOPIC_SCHEME_REGISTRY_NOT_FOUND", unknown> | import("@orpc/client").ORPCError<"TOKEN_TRANSFER_APPROVAL_CONFIG_UTIL", unknown> | import("@orpc/client").ORPCError<"TOKEN_TRANSFER_BATCH_TRANSFERFROM_NOT_SUPPORTED_INDIVIDUAL_OPERATIONS", unknown> | import("@orpc/client").ORPCError<"TOKEN_TRANSFER_FROMIDENTITYADDRESS_TOIDENTITYADDRESS_MUST_BOTH_OMITTED_PARTIAL_OVERRIDES_N", unknown> | import("@orpc/client").ORPCError<"TOKEN_TRANSFER_FROMWALLET_NOT_REGISTERED_IDENTITY_REGISTRY_WALLET_MUST_ONBOARDED_CAN", unknown> | import("@orpc/client").ORPCError<"TOKEN_TRANSFER_IDENTITY_NOT_LISTED_APPROVAL_AUTHORITY_S_MODULE_ADMINISTRATOR_ADDED", unknown> | import("@orpc/client").ORPCError<"TOKEN_TRANSFER_INSUFFICIENT_BALANCE", unknown> | import("@orpc/client").ORPCError<"TOKEN_TRANSFER_INVALID_ADDRESS_VALID_ETHEREUM_0X_PREFIXED_HEX_CHARACTERS", unknown> | import("@orpc/client").ORPCError<"TOKEN_TRANSFER_MISSING_ADDRESS_TRANSFERFROM", unknown> | import("@orpc/client").ORPCError<"TOKEN_TRANSFER_MISSING_ITEM", unknown> | import("@orpc/client").ORPCError<"TOKEN_TRANSFER_MISSING_REQUIRED_FIELDS_OWNER_RECIPIENT_AMOUNT_FORCED", unknown> | import("@orpc/client").ORPCError<"TOKEN_TRANSFER_NOT_FOUND_ADDRESS_DEPLOYED_INDEXED", unknown> | import("@orpc/client").ORPCError<"TOKEN_TRANSFER_PAUSED_UNPAUSE_TRANSFERRING", unknown> | import("@orpc/client").ORPCError<"TOKEN_TRANSFER_TOWALLET_NOT_REGISTERED_IDENTITY_REGISTRY_WALLET_MUST_ONBOARDED_CAN", unknown> | import("@orpc/client").ORPCError<"TOKEN_TRANSFER_TRANSACTION_PROCESSING_SERVICE_UNAVAILABLE_SERVER_CONFIGURATION", unknown> | import("@orpc/client").ORPCError<"TOKEN_TRANSFER_TRANSFERAPPROVALCOMPLIANCEMODULE_PARAMETERS_COULD_NOT_DECODED_INDEXER_STATE", unknown> | import("@orpc/client").ORPCError<"TOKEN_TRANSFER_WALLET_NOT_REGISTERED_IDENTITY_REGISTRY_MUST_ONBOARDED_APPROVING_TRANSFERS", unknown> | import("@orpc/client").ORPCError<"TOKEN_TRANSFER_WALLET_NOT_REGISTERED_IDENTITY_REGISTRY_MUST_ONBOARDED_REVOKING_APPROVALS", unknown> | import("@orpc/client").ORPCError<"TOKEN_TRUSTED_ISSUERS_REGISTRY_NOT_FOUND", unknown> | import("@orpc/client").ORPCError<"TOKEN_TRUSTED_ISSUER_NOT_FOUND", unknown> | import("@orpc/client").ORPCError<"TRANSACTION_ALREADY_TERMINAL_STATE_CANNOT_FORCE_FAIL_COMPLETED_FAILED_DEAD_LETTERED_CANCEL", unknown> | import("@orpc/client").ORPCError<"TRANSACTION_HASH_INVALID", unknown> | import("@orpc/client").ORPCError<"TRANSACTION_NOT_FOUND", unknown> | import("@orpc/client").ORPCError<"TRANSACTION_NOT_FOUND_NOT_CHAIN_NO_STORED_QUEUE_RECORD_HASH", unknown> | import("@orpc/client").ORPCError<"TRANSACTION_NOT_VALID_DATETIME", unknown> | import("@orpc/client").ORPCError<"TRANSACTION_PROVIDER_READ_FAILED", unknown> | import("@orpc/client").ORPCError<"TRANSACTION_QUEUE_BAD_REQUEST", unknown> | import("@orpc/client").ORPCError<"TRANSACTION_QUEUE_CONFIRMATION_TIMEOUT", unknown> | import("@orpc/client").ORPCError<"TRANSACTION_QUEUE_CONFLICT", unknown> | import("@orpc/client").ORPCError<"TRANSACTION_QUEUE_OPERATION_FAILED", unknown> | import("@orpc/client").ORPCError<"TRANSACTION_QUEUE_UNPROCESSABLE", unknown> | import("@orpc/client").ORPCError<"TRANSACTION_STATE_FORCE_ONLY_AVAILABLE_FAILED_DEAD_LETTER_TRANSACTIONS", unknown> | import("@orpc/client").ORPCError<"TREASURY_HEALTH_BOND_STATUS_UNAVAILABLE", unknown> | import("@orpc/client").ORPCError<"TREASURY_HEALTH_CHAIN_UNREACHABLE", unknown> | import("@orpc/client").ORPCError<"TREASURY_HEALTH_TREASURY_MISMATCH", unknown> | import("@orpc/client").ORPCError<"TREASURY_HEALTH_TREASURY_UNCONFIGURED", unknown> | import("@orpc/client").ORPCError<"TREASURY_IS_CONTRACT_NOT_SUPPORTED", unknown> | import("@orpc/client").ORPCError<"TREASURY_WALLET_MISMATCH", unknown> | import("@orpc/client").ORPCError<"TRUSTED_ISSUER_CONTEXT_UNAVAILABLE", unknown> | import("@orpc/client").ORPCError<"TRUSTED_ISSUER_IDENTITY_REQUIRED", unknown> | import("@orpc/client").ORPCError<"TRUSTED_ISSUER_PERMISSION_REQUIRED", unknown> | import("@orpc/client").ORPCError<"UNAUTHORIZED", unknown> | import("@orpc/client").ORPCError<"USER_EMAIL_ALREADY_EXISTS", unknown> | import("@orpc/client").ORPCError<"USER_IDENTITY_REGISTRATION_INCOMPLETE", unknown> | import("@orpc/client").ORPCError<"USER_KYC_ACTION_NO_ASSOCIATED_VERSION", unknown> | import("@orpc/client").ORPCError<"USER_KYC_CANNOT_APPROVE_VERSION_STATUS_ONLY_VERSIONS_UNDER_REVIEW_CAN_APPROVED", unknown> | import("@orpc/client").ORPCError<"USER_KYC_CANNOT_FULFILL_ACTION_STATUS_ONLY_OPEN_REQUESTS_CAN_FULFILLED", unknown> | import("@orpc/client").ORPCError<"USER_KYC_CANNOT_REJECT_VERSION_STATUS_ONLY_VERSIONS_UNDER_REVIEW_CAN_REJECTED", unknown> | import("@orpc/client").ORPCError<"USER_KYC_CANNOT_SUBMIT_VERSION_STATUS_ONLY_DRAFT_VERSIONS_CAN_SUBMITTED", unknown> | import("@orpc/client").ORPCError<"USER_KYC_CANNOT_UPDATE_VERSION_STATUS_ONLY_DRAFT_VERSIONS_CAN_UPDATED", unknown> | import("@orpc/client").ORPCError<"USER_KYC_DOCUMENTS_ONLY_DELETED_DRAFT_VERSIONS", unknown> | import("@orpc/client").ORPCError<"USER_KYC_DOCUMENTS_ONLY_UPLOADED_DRAFT_VERSIONS", unknown> | import("@orpc/client").ORPCError<"USER_KYC_DOCUMENT_CORRUPT", unknown> | import("@orpc/client").ORPCError<"USER_KYC_DOCUMENT_NOT_FOUND", unknown> | import("@orpc/client").ORPCError<"USER_KYC_DUPLICATE_NATIONAL_ID_IN_ORG", unknown> | import("@orpc/client").ORPCError<"USER_KYC_DUPLICATE_NATIONAL_ID_ON_INVITE", unknown> | import("@orpc/client").ORPCError<"USER_KYC_FAILED_TO_APPROVE_VERSION", unknown> | import("@orpc/client").ORPCError<"USER_KYC_FAILED_TO_CREATE_ACTION", unknown> | import("@orpc/client").ORPCError<"USER_KYC_FAILED_TO_CREATE_DOCUMENT_RECORD", unknown> | import("@orpc/client").ORPCError<"USER_KYC_FAILED_TO_CREATE_FETCH_PROFILE_CONTAINER", unknown> | import("@orpc/client").ORPCError<"USER_KYC_FAILED_TO_CREATE_PROFILE", unknown> | import("@orpc/client").ORPCError<"USER_KYC_FAILED_TO_CREATE_VERSION", unknown> | import("@orpc/client").ORPCError<"USER_KYC_FAILED_TO_CREATE_VERSION_KYC_UPSERT", unknown> | import("@orpc/client").ORPCError<"USER_KYC_FAILED_TO_REJECT_VERSION", unknown> | import("@orpc/client").ORPCError<"USER_KYC_FAILED_TO_UPDATE_ACTION", unknown> | import("@orpc/client").ORPCError<"USER_KYC_FAILED_TO_UPDATE_DRAFT_VERSION", unknown> | import("@orpc/client").ORPCError<"USER_KYC_FAILED_TO_UPDATE_PROFILE_LATEST_VERSION", unknown> | import("@orpc/client").ORPCError<"USER_KYC_FAILED_TO_UPDATE_VERSION", unknown> | import("@orpc/client").ORPCError<"USER_KYC_FAILED_TO_UPDATE_VERSION_VERSION_UPDATE", unknown> | import("@orpc/client").ORPCError<"USER_KYC_FILE_NOT_FOUND_STORAGE_UPLOAD_FAILED", unknown> | import("@orpc/client").ORPCError<"USER_KYC_FILE_SIZE_MISMATCH", unknown> | import("@orpc/client").ORPCError<"USER_KYC_INVALID_FILE_DATA", unknown> | import("@orpc/client").ORPCError<"USER_KYC_INVALID_FILE_TYPE", unknown> | import("@orpc/client").ORPCError<"USER_KYC_INVALID_OBJECT_KEY", unknown> | import("@orpc/client").ORPCError<"USER_KYC_NO_DATA_FOUND_PROFILE_BUT_VERSION_HISTORY_NOT_COMPLETED_VERIFICATION_YET", { readonly [x: string]: unknown; } | undefined> | import("@orpc/client").ORPCError<"USER_KYC_NO_PROFILE_FOUND_DELETE_ALREADY_REMOVED", unknown> | import("@orpc/client").ORPCError<"USER_KYC_NO_VERSION_CLONE_INITIALDATA_NEW_USERS", { readonly [x: string]: unknown; } | undefined> | import("@orpc/client").ORPCError<"USER_KYC_ONLY_FULFILL_OWN_ACTION_REQUESTS", unknown> | import("@orpc/client").ORPCError<"USER_KYC_ONLY_UPDATES_VERSIONS_UNDER_REVIEW", unknown> | import("@orpc/client").ORPCError<"USER_KYC_PROFILE_NOT_FOUND", unknown> | import("@orpc/client").ORPCError<"USER_KYC_PROFILE_NOT_FOUND_ACTION", unknown> | import("@orpc/client").ORPCError<"USER_KYC_SOURCE_VERSION_NOT_FOUND_INITIALDATA_NEW_USERS", { readonly [x: string]: unknown; } | undefined> | import("@orpc/client").ORPCError<"USER_KYC_VERSION_NOT_FOUND", unknown> | import("@orpc/client").ORPCError<"USER_KYC_VERSION_NOT_FOUND_ACTION", unknown> | import("@orpc/client").ORPCError<"USER_KYC_VERSION_NOT_FOUND_VERSION_READ", unknown> | import("@orpc/client").ORPCError<"USER_KYC_VERSION_SUBMITTED_UPLOAD_DOCUMENT_NOT_SAVED", unknown> | import("@orpc/client").ORPCError<"USER_MISSING_2FA", unknown> | import("@orpc/client").ORPCError<"USER_NOT_AUTHORIZED", { readonly id?: string | undefined; readonly why?: string | undefined; readonly fix?: string | undefined; readonly retryable?: boolean | undefined; readonly category?: "auth" | "client" | "contract" | "dependency" | "domain" | "operational" | "permission" | "unknown" | "vendor-boundary" | undefined; readonly requiredRoles: string | string[] | { readonly any: ("addonManager" | "addonModule" | "addonRegistryModule" | "admin" | "auditor" | "claimIssuer" | "claimPolicyManager" | "complianceManager" | "custodian" | "emergency" | "feedsManager" | "fundsManager" | "gasManager" | "governance" | "identityManager" | "identityRegistryModule" | "organisationIdentityManager" | "saleAdmin" | "supplyManagement" | "systemManager" | "systemModule" | "tokenFactoryModule" | "tokenFactoryRegistryModule" | "tokenManager" | "trustedIssuersMetaRegistryModule" | any | { readonly all: ("addonManager" | "addonModule" | "addonRegistryModule" | "admin" | "auditor" | "claimIssuer" | "claimPolicyManager" | "complianceManager" | "custodian" | "emergency" | "feedsManager" | "fundsManager" | "gasManager" | "governance" | "identityManager" | "identityRegistryModule" | "organisationIdentityManager" | "saleAdmin" | "supplyManagement" | "systemManager" | "systemModule" | "tokenFactoryModule" | "tokenFactoryRegistryModule" | "tokenManager" | "trustedIssuersMetaRegistryModule" | any | any)[]; })[]; } | { readonly all: ("addonManager" | "addonModule" | "addonRegistryModule" | "admin" | "auditor" | "claimIssuer" | "claimPolicyManager" | "complianceManager" | "custodian" | "emergency" | "feedsManager" | "fundsManager" | "gasManager" | "governance" | "identityManager" | "identityRegistryModule" | "organisationIdentityManager" | "saleAdmin" | "supplyManagement" | "systemManager" | "systemModule" | "tokenFactoryModule" | "tokenFactoryRegistryModule" | "tokenManager" | "trustedIssuersMetaRegistryModule" | any | any)[]; }; }> | import("@orpc/client").ORPCError<"USER_NOT_FOUND", unknown> | import("@orpc/client").ORPCError<"USER_NOT_FOUND_BY_WALLET", unknown> | import("@orpc/client").ORPCError<"USER_NOT_FOUND_GET_SECURITY", unknown> | import("@orpc/client").ORPCError<"USER_NOT_FOUND_NATIONAL_ID", unknown> | import("@orpc/client").ORPCError<"USER_NOT_FOUND_PASSWORD_RESET", unknown> | import("@orpc/client").ORPCError<"USER_NOT_FOUND_RESET_MFA", unknown> | import("@orpc/client").ORPCError<"USER_NO_EMAIL_CONFIGURED", unknown> | import("@orpc/client").ORPCError<"USER_RESTATE_CLIENT_UNAVAILABLE", unknown> | import("@orpc/client").ORPCError<"WEBHOOK_DELIVERY_NOT_FOUND", unknown> | import("@orpc/client").ORPCError<"WEBHOOK_ENDPOINT_DISABLED", unknown> | import("@orpc/client").ORPCError<"WEBHOOK_ENDPOINT_LIMIT_REACHED", unknown> | import("@orpc/client").ORPCError<"WEBHOOK_ENDPOINT_NOT_FOUND", unknown> | import("@orpc/client").ORPCError<"WEBHOOK_FAT_ACK_INCOMPLETE", unknown> | import("@orpc/client").ORPCError<"WEBHOOK_PENDING_RETARGET_REQUIRED", unknown> | import("@orpc/client").ORPCError<"WEBHOOK_RECALL_NOT_AUTHORIZED", unknown> | import("@orpc/client").ORPCError<"WEBHOOK_RECEIPT_NOT_FOUND", unknown> | import("@orpc/client").ORPCError<"WEBHOOK_REPLAY_NOT_FOUND", unknown> | import("@orpc/client").ORPCError<"WEBHOOK_REPLAY_RANGE_TOO_LARGE", unknown> | import("@orpc/client").ORPCError<"WEBHOOK_REPLAY_RATE_LIMITED", { readonly id?: string | undefined; readonly why?: string | undefined; readonly fix?: string | undefined; readonly retryable?: boolean | undefined; readonly category?: "auth" | "client" | "contract" | "dependency" | "domain" | "operational" | "permission" | "unknown" | "vendor-boundary" | undefined; readonly retryAfterSeconds: number; } | undefined> | import("@orpc/client").ORPCError<"WEBHOOK_SIGNING_VERIFICATION_FAILED", unknown> | import("@orpc/client").ORPCError<"WEBHOOK_SUBSCRIPTION_INVALID", unknown> | import("@orpc/client").ORPCError<"WEBHOOK_URL_PRIVATE_RANGE", unknown> | import("@orpc/client").ORPCError<"XVP_ADDON_NOT_FOUND", unknown> | import("@orpc/client").ORPCError<"XVP_APPROVAL_NOT_FOUND", unknown> | import("@orpc/client").ORPCError<"XVP_CREATE_COULD_NOT_RESOLVE_CREATED_SETTLEMENT_INDEXER_RETRIES", unknown> | import("@orpc/client").ORPCError<"XVP_DECODING_FAILED", unknown> | import("@orpc/client").ORPCError<"XVP_FACTORY_ADDON_NOT_FOUND", unknown> | import("@orpc/client").ORPCError<"XVP_HASHLOCK_INVALID", unknown> | import("@orpc/client").ORPCError<"XVP_HASHLOCK_REVEAL_NOT_REQUIRED", unknown> | import("@orpc/client").ORPCError<"XVP_LOCAL_SENDER_REQUIRED", unknown> | import("@orpc/client").ORPCError<"XVP_MIXED_CHAIN_SETTLEMENT", unknown> | import("@orpc/client").ORPCError<"XVP_PARTICIPANT_WALLET_REQUIRED", unknown> | import("@orpc/client").ORPCError<"XVP_SECRET_NOT_FOUND", unknown> | import("@orpc/client").ORPCError<"XVP_SECRET_OR_HASHLOCK_REQUIRED", unknown> | import("@orpc/client").ORPCError<"XVP_SETTLEMENT_NOT_FOUND", unknown> | import("@orpc/client").ORPCError<"XVP_SETTLEMENT_SIGNATURE_FAILED", unknown> | import("@orpc/client").ORPCError<"XVP_SIGNATURE_HEX_INVALID", unknown> | import("@orpc/client").ORPCError<"XVP_SIGNING_WALLET_MISSING", unknown> | import("@orpc/client").ORPCError<"XVP_STORE_SECRET_CREATOR_ONLY", unknown> | import("@orpc/client").ORPCError<"XVP_UNSUPPORTED_ENCRYPTION_METHOD", unknown> | import("@orpc/client").ORPCError<"XVP_V3_COUNTRY_REQUIRED", unknown> | import("@orpc/client").ORPCError<"X_EXECUTOR_AA_DISABLED_FOR_ORG", unknown> | import("@orpc/client").ORPCError<"X_EXECUTOR_AA_DISABLED_GLOBALLY", unknown> | import("@orpc/client").ORPCError<"X_EXECUTOR_NO_SMART_WALLET", unknown> | import("@orpc/client").ORPCError<"X_EXECUTOR_UNSUPPORTED_FOR_PARTICIPANT_TYPE", unknown> | import("@orpc/client").ORPCError<"X_PARTICIPANT_FORBIDDEN", unknown>;
|
|
676
|
+
|
|
677
|
+
export interface DalpClient {
|
|
678
|
+
readonly account: DalpClientAccount;
|
|
679
|
+
readonly actions: DalpClientActions;
|
|
680
|
+
readonly addons: DalpClientAddons;
|
|
681
|
+
readonly admin: DalpClientAdmin;
|
|
682
|
+
readonly compliance: DalpClientCompliance;
|
|
683
|
+
readonly contacts: DalpClientContacts;
|
|
684
|
+
readonly contracts: DalpClientContracts;
|
|
685
|
+
readonly custody: DalpClientCustody;
|
|
686
|
+
readonly directory: DalpClientDirectory;
|
|
687
|
+
readonly exchangeRates: DalpClientExchangeRates;
|
|
688
|
+
readonly externalToken: DalpClientExternalToken;
|
|
689
|
+
readonly historicalBalances: DalpClientHistoricalBalances;
|
|
690
|
+
readonly identityRecovery: DalpClientIdentityRecovery;
|
|
691
|
+
readonly invitation: DalpClientInvitation;
|
|
692
|
+
readonly metadata: DalpClientMetadata;
|
|
693
|
+
readonly monitoring: DalpClientMonitoring;
|
|
694
|
+
readonly organization: DalpClientOrganization;
|
|
695
|
+
readonly participants: DalpClientParticipants;
|
|
696
|
+
readonly platformSetup: DalpClientPlatformSetup;
|
|
697
|
+
readonly platformStatus: DalpClientPlatformStatus;
|
|
698
|
+
readonly restate: DalpClientRestate;
|
|
699
|
+
readonly rpc: DalpClientRpc;
|
|
700
|
+
readonly search: DalpClientSearch;
|
|
701
|
+
readonly settings: DalpClientSettings;
|
|
702
|
+
readonly smartWallets: DalpClientSmartWallets;
|
|
703
|
+
readonly system: DalpClientSystem;
|
|
704
|
+
readonly token: DalpClientToken;
|
|
705
|
+
readonly transaction: DalpClientTransaction;
|
|
706
|
+
readonly user: DalpClientUser;
|
|
707
|
+
readonly webhookReceipts: DalpClientWebhookReceipts;
|
|
708
|
+
readonly webhooks: DalpClientWebhooks;
|
|
709
|
+
}
|
|
710
|
+
interface DalpClientAccount {
|
|
711
|
+
readonly byAddress: Client<DalpClientCallContext, DalpClientInput1, DalpClientOutput1, DalpClientError1>;
|
|
712
|
+
readonly list: Client<DalpClientCallContext, DalpClientInput2, DalpClientOutput2, DalpClientError1>;
|
|
713
|
+
readonly nativeBalanceHistory: Client<DalpClientCallContext, DalpClientInput3, DalpClientOutput3, DalpClientError1>;
|
|
714
|
+
}
|
|
715
|
+
interface DalpClientActions {
|
|
716
|
+
readonly list: Client<DalpClientCallContext, DalpClientInput2, DalpClientOutput4, DalpClientError1>;
|
|
717
|
+
readonly stream: Client<DalpClientCallContext, DalpClientInput2, DalpClientOutput5, DalpClientError1>;
|
|
718
|
+
}
|
|
719
|
+
interface DalpClientAddons {
|
|
720
|
+
readonly airdrop: DalpClientAddonsAirdrop;
|
|
721
|
+
readonly fixedYield: DalpClientAddonsFixedYield;
|
|
722
|
+
readonly governance: DalpClientAddonsGovernance;
|
|
723
|
+
readonly tokenSale: DalpClientAddonsTokenSale;
|
|
724
|
+
readonly xvp: DalpClientAddonsXvp;
|
|
725
|
+
}
|
|
726
|
+
interface DalpClientAddonsAirdrop {
|
|
727
|
+
readonly list: Client<DalpClientCallContext, DalpClientInput2, DalpClientOutput6, DalpClientError1>;
|
|
728
|
+
readonly read: Client<DalpClientCallContext, DalpClientInput4, DalpClientOutput7, DalpClientError1>;
|
|
729
|
+
}
|
|
730
|
+
interface DalpClientAddonsFixedYield {
|
|
731
|
+
readonly claim: Client<DalpClientCallContext, DalpClientInput5, DalpClientOutput8, DalpClientError1>;
|
|
732
|
+
readonly create: Client<DalpClientCallContext, DalpClientInput6, DalpClientOutput9, DalpClientError1>;
|
|
733
|
+
readonly read: Client<DalpClientCallContext, DalpClientInput7, DalpClientOutput10, DalpClientError1>;
|
|
734
|
+
readonly topUp: Client<DalpClientCallContext, DalpClientInput8, DalpClientOutput11, DalpClientError1>;
|
|
735
|
+
readonly withdraw: Client<DalpClientCallContext, DalpClientInput9, DalpClientOutput11, DalpClientError1>;
|
|
736
|
+
}
|
|
737
|
+
interface DalpClientAddonsGovernance {
|
|
738
|
+
readonly ballots: Client<DalpClientCallContext, DalpClientInput10, DalpClientOutput12, DalpClientError1>;
|
|
739
|
+
readonly cancel: Client<DalpClientCallContext, DalpClientInput11, DalpClientOutput13, DalpClientError1>;
|
|
740
|
+
readonly castVote: Client<DalpClientCallContext, DalpClientInput12, DalpClientOutput13, DalpClientError1>;
|
|
741
|
+
readonly create: Client<DalpClientCallContext, DalpClientInput13, DalpClientOutput14, DalpClientError1>;
|
|
742
|
+
readonly execute: Client<DalpClientCallContext, DalpClientInput11, DalpClientOutput13, DalpClientError1>;
|
|
743
|
+
readonly export: Client<DalpClientCallContext, DalpClientInput14, DalpClientOutput15, DalpClientError1>;
|
|
744
|
+
readonly getDownloadUrl: Client<DalpClientCallContext, DalpClientInput15, DalpClientOutput16, DalpClientError1>;
|
|
745
|
+
readonly getUploadUrl: Client<DalpClientCallContext, DalpClientInput16, DalpClientOutput17, DalpClientError1>;
|
|
746
|
+
readonly instanceRead: Client<DalpClientCallContext, DalpClientInput17, DalpClientOutput18, DalpClientError1>;
|
|
747
|
+
readonly list: Client<DalpClientCallContext, DalpClientInput2, DalpClientOutput19, DalpClientError1>;
|
|
748
|
+
readonly polls: DalpClientAddonsGovernancePolls;
|
|
749
|
+
readonly preflight: Client<DalpClientCallContext, DalpClientInput18, DalpClientOutput20, DalpClientError1>;
|
|
750
|
+
readonly queue: Client<DalpClientCallContext, DalpClientInput11, DalpClientOutput13, DalpClientError1>;
|
|
751
|
+
readonly read: Client<DalpClientCallContext, DalpClientInput14, DalpClientOutput21, DalpClientError1>;
|
|
752
|
+
}
|
|
753
|
+
interface DalpClientAddonsGovernancePolls {
|
|
754
|
+
readonly castBallot: Client<DalpClientCallContext, DalpClientInput19, DalpClientOutput22, DalpClientError1>;
|
|
755
|
+
readonly close: Client<DalpClientCallContext, DalpClientInput20, DalpClientOutput23, DalpClientError1>;
|
|
756
|
+
readonly create: Client<DalpClientCallContext, DalpClientInput21, DalpClientOutput24, DalpClientError1>;
|
|
757
|
+
readonly export: Client<DalpClientCallContext, DalpClientInput20, DalpClientOutput15, DalpClientError1>;
|
|
758
|
+
readonly list: Client<DalpClientCallContext, DalpClientInput2, DalpClientOutput25, DalpClientError1>;
|
|
759
|
+
readonly read: Client<DalpClientCallContext, DalpClientInput20, DalpClientOutput23, DalpClientError1>;
|
|
760
|
+
readonly signBallot: Client<DalpClientCallContext, DalpClientInput22, DalpClientOutput22, DalpClientError1>;
|
|
761
|
+
}
|
|
762
|
+
interface DalpClientAddonsTokenSale {
|
|
763
|
+
readonly acknowledgeTerms: Client<DalpClientCallContext, DalpClientInput23, DalpClientOutput26, DalpClientError1>;
|
|
764
|
+
readonly activate: Client<DalpClientCallContext, DalpClientInput23, DalpClientOutput26, DalpClientError1>;
|
|
765
|
+
readonly addPaymentCurrency: Client<DalpClientCallContext, DalpClientInput24, DalpClientOutput26, DalpClientError1>;
|
|
766
|
+
readonly addToPresaleWhitelist: Client<DalpClientCallContext, DalpClientInput25, DalpClientOutput26, DalpClientError1>;
|
|
767
|
+
readonly buy: Client<DalpClientCallContext, DalpClientInput26, DalpClientOutput26, DalpClientError1>;
|
|
768
|
+
readonly capTable: Client<DalpClientCallContext, DalpClientInput27, DalpClientOutput27, DalpClientError1>;
|
|
769
|
+
readonly claimRefund: Client<DalpClientCallContext, DalpClientInput28, DalpClientOutput26, DalpClientError1>;
|
|
770
|
+
readonly configureVesting: Client<DalpClientCallContext, DalpClientInput29, DalpClientOutput26, DalpClientError1>;
|
|
771
|
+
readonly create: Client<DalpClientCallContext, DalpClientInput30, DalpClientOutput28, DalpClientError1>;
|
|
772
|
+
readonly currentTime: Client<DalpClientCallContext, DalpClientInput31, DalpClientOutput29, DalpClientError1>;
|
|
773
|
+
readonly documentsConfirmUpload: Client<DalpClientCallContext, DalpClientInput32, DalpClientOutput30, DalpClientError1>;
|
|
774
|
+
readonly documentsDelete: Client<DalpClientCallContext, DalpClientInput33, DalpClientOutput31, DalpClientError1>;
|
|
775
|
+
readonly documentsGetDownloadUrl: Client<DalpClientCallContext, DalpClientInput33, DalpClientOutput16, DalpClientError1>;
|
|
776
|
+
readonly documentsGetUploadUrl: Client<DalpClientCallContext, DalpClientInput34, DalpClientOutput17, DalpClientError1>;
|
|
777
|
+
readonly documentsList: Client<DalpClientCallContext, DalpClientInput35, DalpClientOutput32, DalpClientError1>;
|
|
778
|
+
readonly end: Client<DalpClientCallContext, DalpClientInput23, DalpClientOutput26, DalpClientError1>;
|
|
779
|
+
readonly finalize: Client<DalpClientCallContext, DalpClientInput23, DalpClientOutput26, DalpClientError1>;
|
|
780
|
+
readonly grantRoleByParticipant: Client<DalpClientCallContext, DalpClientInput36, DalpClientOutput33, DalpClientError1>;
|
|
781
|
+
readonly investments: Client<DalpClientCallContext, DalpClientInput2, DalpClientOutput34, DalpClientError1>;
|
|
782
|
+
readonly list: Client<DalpClientCallContext, DalpClientInput2, DalpClientOutput35, DalpClientError1>;
|
|
783
|
+
readonly operationsList: Client<DalpClientCallContext, DalpClientInput2, DalpClientOutput36, DalpClientError1>;
|
|
784
|
+
readonly pauseSale: Client<DalpClientCallContext, DalpClientInput23, DalpClientOutput26, DalpClientError1>;
|
|
785
|
+
readonly read: Client<DalpClientCallContext, DalpClientInput37, DalpClientOutput37, DalpClientError1>;
|
|
786
|
+
readonly removeFromPresaleWhitelist: Client<DalpClientCallContext, DalpClientInput25, DalpClientOutput26, DalpClientError1>;
|
|
787
|
+
readonly removePaymentCurrency: Client<DalpClientCallContext, DalpClientInput28, DalpClientOutput26, DalpClientError1>;
|
|
788
|
+
readonly revokeRoleByParticipant: Client<DalpClientCallContext, DalpClientInput36, DalpClientOutput33, DalpClientError1>;
|
|
789
|
+
readonly setPurchaseLimits: Client<DalpClientCallContext, DalpClientInput38, DalpClientOutput26, DalpClientError1>;
|
|
790
|
+
readonly setSoftCap: Client<DalpClientCallContext, DalpClientInput39, DalpClientOutput26, DalpClientError1>;
|
|
791
|
+
readonly setTermsHash: Client<DalpClientCallContext, DalpClientInput40, DalpClientOutput26, DalpClientError1>;
|
|
792
|
+
readonly transitionToPublic: Client<DalpClientCallContext, DalpClientInput23, DalpClientOutput26, DalpClientError1>;
|
|
793
|
+
readonly unpauseSale: Client<DalpClientCallContext, DalpClientInput23, DalpClientOutput26, DalpClientError1>;
|
|
794
|
+
readonly withdrawFunds: Client<DalpClientCallContext, DalpClientInput41, DalpClientOutput26, DalpClientError1>;
|
|
795
|
+
readonly withdrawTokens: Client<DalpClientCallContext, DalpClientInput23, DalpClientOutput26, DalpClientError1>;
|
|
796
|
+
readonly withdrawUnsoldTokens: Client<DalpClientCallContext, DalpClientInput42, DalpClientOutput26, DalpClientError1>;
|
|
797
|
+
}
|
|
798
|
+
interface DalpClientAddonsXvp {
|
|
799
|
+
readonly approve: Client<DalpClientCallContext, DalpClientInput43, DalpClientOutput26, DalpClientError1>;
|
|
800
|
+
readonly cancel: Client<DalpClientCallContext, DalpClientInput43, DalpClientOutput26, DalpClientError1>;
|
|
801
|
+
readonly create: Client<DalpClientCallContext, DalpClientInput44, DalpClientOutput38, DalpClientError1>;
|
|
802
|
+
readonly decrypt: Client<DalpClientCallContext, DalpClientInput43, DalpClientOutput39, DalpClientError1>;
|
|
803
|
+
readonly execute: Client<DalpClientCallContext, DalpClientInput43, DalpClientOutput26, DalpClientError1>;
|
|
804
|
+
readonly list: Client<DalpClientCallContext, DalpClientInput2, DalpClientOutput40, DalpClientError1>;
|
|
805
|
+
readonly read: Client<DalpClientCallContext, DalpClientInput45, DalpClientOutput41, DalpClientError1>;
|
|
806
|
+
readonly revealSecret: Client<DalpClientCallContext, DalpClientInput46, DalpClientOutput42, DalpClientError1>;
|
|
807
|
+
readonly revokeApproval: Client<DalpClientCallContext, DalpClientInput43, DalpClientOutput26, DalpClientError1>;
|
|
808
|
+
readonly storeSecret: Client<DalpClientCallContext, DalpClientInput47, DalpClientOutput43, DalpClientError1>;
|
|
809
|
+
readonly withdrawCancel: Client<DalpClientCallContext, DalpClientInput43, DalpClientOutput26, DalpClientError1>;
|
|
810
|
+
readonly withdrawExpired: Client<DalpClientCallContext, DalpClientInput43, DalpClientOutput26, DalpClientError1>;
|
|
811
|
+
}
|
|
812
|
+
interface DalpClientAdmin {
|
|
813
|
+
readonly networks: DalpClientAdminNetworks;
|
|
814
|
+
readonly organizations: DalpClientAdminOrganizations;
|
|
815
|
+
readonly rpcApiKeys: DalpClientAdminRpcApiKeys;
|
|
816
|
+
readonly rpcHealth: DalpClientAdminRpcHealth;
|
|
817
|
+
readonly rpcUpstreamPools: DalpClientAdminRpcUpstreamPools;
|
|
818
|
+
}
|
|
819
|
+
interface DalpClientAdminNetworks {
|
|
820
|
+
readonly list: Client<DalpClientCallContext, DalpClientInput2, DalpClientOutput44, DalpClientError1>;
|
|
821
|
+
}
|
|
822
|
+
interface DalpClientAdminOrganizations {
|
|
823
|
+
readonly list: Client<DalpClientCallContext, DalpClientInput2, DalpClientOutput45, DalpClientError1>;
|
|
824
|
+
}
|
|
825
|
+
interface DalpClientAdminRpcApiKeys {
|
|
826
|
+
readonly issue: Client<DalpClientCallContext, DalpClientInput48, DalpClientOutput46, DalpClientError1>;
|
|
827
|
+
readonly list: Client<DalpClientCallContext, DalpClientInput2, DalpClientOutput47, DalpClientError1>;
|
|
828
|
+
readonly revoke: Client<DalpClientCallContext, DalpClientInput49, DalpClientOutput48, DalpClientError1>;
|
|
829
|
+
readonly rotate: Client<DalpClientCallContext, DalpClientInput50, DalpClientOutput46, DalpClientError1>;
|
|
830
|
+
}
|
|
831
|
+
interface DalpClientAdminRpcHealth {
|
|
832
|
+
readonly list: Client<DalpClientCallContext, DalpClientInput51, DalpClientOutput49, DalpClientError1>;
|
|
833
|
+
}
|
|
834
|
+
interface DalpClientAdminRpcUpstreamPools {
|
|
835
|
+
readonly delete: Client<DalpClientCallContext, DalpClientInput52, DalpClientOutput31, DalpClientError1>;
|
|
836
|
+
readonly list: Client<DalpClientCallContext, DalpClientInput2, DalpClientOutput50, DalpClientError1>;
|
|
837
|
+
readonly upsert: Client<DalpClientCallContext, DalpClientInput53, DalpClientOutput51, DalpClientError1>;
|
|
838
|
+
}
|
|
839
|
+
interface DalpClientCompliance {
|
|
840
|
+
readonly providers: DalpClientComplianceProviders;
|
|
841
|
+
readonly subjects: DalpClientComplianceSubjects;
|
|
842
|
+
}
|
|
843
|
+
interface DalpClientComplianceProviders {
|
|
844
|
+
readonly cancelSecretRotation: Client<DalpClientCallContext, DalpClientInput54, DalpClientOutput52, DalpClientError1>;
|
|
845
|
+
readonly create: Client<DalpClientCallContext, DalpClientInput55, DalpClientOutput52, DalpClientError1>;
|
|
846
|
+
readonly health: Client<DalpClientCallContext, DalpClientInput54, DalpClientOutput52, DalpClientError1>;
|
|
847
|
+
readonly list: Client<DalpClientCallContext, DalpClientInput2, DalpClientOutput53, DalpClientError1>;
|
|
848
|
+
readonly monitoring: Client<DalpClientCallContext, DalpClientInput56, DalpClientOutput54, DalpClientError1>;
|
|
849
|
+
readonly pause: Client<DalpClientCallContext, DalpClientInput54, DalpClientOutput52, DalpClientError1>;
|
|
850
|
+
readonly promoteSecret: Client<DalpClientCallContext, DalpClientInput54, DalpClientOutput52, DalpClientError1>;
|
|
851
|
+
readonly read: Client<DalpClientCallContext, DalpClientInput57, DalpClientOutput52, DalpClientError1>;
|
|
852
|
+
readonly resume: Client<DalpClientCallContext, DalpClientInput54, DalpClientOutput52, DalpClientError1>;
|
|
853
|
+
readonly retryProvisioning: Client<DalpClientCallContext, DalpClientInput54, DalpClientOutput52, DalpClientError1>;
|
|
854
|
+
readonly revoke: Client<DalpClientCallContext, DalpClientInput58, DalpClientOutput55, DalpClientError1>;
|
|
855
|
+
readonly rotateSecret: Client<DalpClientCallContext, DalpClientInput59, DalpClientOutput52, DalpClientError1>;
|
|
856
|
+
readonly validateCredentials: Client<DalpClientCallContext, DalpClientInput60, DalpClientOutput56, DalpClientError1>;
|
|
857
|
+
readonly webhooks: DalpClientComplianceProvidersWebhooks;
|
|
858
|
+
}
|
|
859
|
+
interface DalpClientComplianceProvidersWebhooks {
|
|
860
|
+
readonly add: Client<DalpClientCallContext, DalpClientInput61, DalpClientOutput57, DalpClientError1>;
|
|
861
|
+
readonly pause: Client<DalpClientCallContext, DalpClientInput62, DalpClientOutput57, DalpClientError1>;
|
|
862
|
+
readonly reactivate: Client<DalpClientCallContext, DalpClientInput63, DalpClientOutput57, DalpClientError1>;
|
|
863
|
+
readonly resume: Client<DalpClientCallContext, DalpClientInput62, DalpClientOutput57, DalpClientError1>;
|
|
864
|
+
readonly revoke: Client<DalpClientCallContext, DalpClientInput63, DalpClientOutput57, DalpClientError1>;
|
|
865
|
+
readonly rotateSecret: Client<DalpClientCallContext, DalpClientInput64, DalpClientOutput57, DalpClientError1>;
|
|
866
|
+
}
|
|
867
|
+
interface DalpClientComplianceSubjects {
|
|
868
|
+
readonly createApplicant: Client<DalpClientCallContext, DalpClientInput65, DalpClientOutput58, DalpClientError1>;
|
|
869
|
+
readonly registerWallet: Client<DalpClientCallContext, DalpClientInput66, DalpClientOutput59, DalpClientError1>;
|
|
870
|
+
readonly transactions: DalpClientComplianceSubjectsTransactions;
|
|
871
|
+
}
|
|
872
|
+
interface DalpClientComplianceSubjectsTransactions {
|
|
873
|
+
readonly register: Client<DalpClientCallContext, DalpClientInput67, DalpClientOutput60, DalpClientError1>;
|
|
874
|
+
}
|
|
875
|
+
interface DalpClientContacts {
|
|
876
|
+
readonly delete: Client<DalpClientCallContext, DalpClientInput68, DalpClientOutput31, DalpClientError1>;
|
|
877
|
+
readonly list: Client<DalpClientCallContext, DalpClientInput2, DalpClientOutput61, DalpClientError1>;
|
|
878
|
+
readonly read: Client<DalpClientCallContext, DalpClientInput68, DalpClientOutput62, DalpClientError1>;
|
|
879
|
+
readonly upsert: Client<DalpClientCallContext, DalpClientInput69, DalpClientOutput62, DalpClientError1>;
|
|
880
|
+
}
|
|
881
|
+
interface DalpClientContracts {
|
|
882
|
+
readonly read: Client<DalpClientCallContext, DalpClientInput70, DalpClientOutput63, DalpClientError1>;
|
|
883
|
+
}
|
|
884
|
+
interface DalpClientCustody {
|
|
885
|
+
readonly adminDestroyCredentials: Client<DalpClientCallContext, DalpClientInput71, DalpClientOutput64, DalpClientError1>;
|
|
886
|
+
readonly adminGet: Client<DalpClientCallContext, DalpClientInput71, DalpClientOutput65, DalpClientError1>;
|
|
887
|
+
readonly get: Client<DalpClientCallContext, DalpClientInput72, DalpClientOutput65, DalpClientError1>;
|
|
888
|
+
readonly rotateCredentials: Client<DalpClientCallContext, DalpClientInput73, DalpClientOutput65, DalpClientError1>;
|
|
889
|
+
readonly testCredentials: Client<DalpClientCallContext, DalpClientInput74, DalpClientOutput66, DalpClientError1>;
|
|
890
|
+
}
|
|
891
|
+
interface DalpClientDirectory {
|
|
892
|
+
readonly topicSchemes: DalpClientDirectoryTopicSchemes;
|
|
893
|
+
readonly trustedIssuers: DalpClientDirectoryTrustedIssuers;
|
|
894
|
+
}
|
|
895
|
+
interface DalpClientDirectoryTopicSchemes {
|
|
896
|
+
readonly list: Client<DalpClientCallContext, DalpClientInput2, DalpClientOutput67, DalpClientError1>;
|
|
897
|
+
readonly read: Client<DalpClientCallContext, DalpClientInput75, DalpClientOutput68, DalpClientError1>;
|
|
898
|
+
}
|
|
899
|
+
interface DalpClientDirectoryTrustedIssuers {
|
|
900
|
+
readonly list: Client<DalpClientCallContext, DalpClientInput2, DalpClientOutput69, DalpClientError1>;
|
|
901
|
+
readonly read: Client<DalpClientCallContext, DalpClientInput76, DalpClientOutput70, DalpClientError1>;
|
|
902
|
+
readonly topics: Client<DalpClientCallContext, DalpClientInput77, DalpClientOutput71, DalpClientError1>;
|
|
903
|
+
}
|
|
904
|
+
interface DalpClientExchangeRates {
|
|
905
|
+
readonly history: Client<DalpClientCallContext, DalpClientInput78, DalpClientOutput72, DalpClientError1>;
|
|
906
|
+
readonly list: Client<DalpClientCallContext, DalpClientInput2, DalpClientOutput73, DalpClientError1>;
|
|
907
|
+
readonly read: Client<DalpClientCallContext, DalpClientInput79, DalpClientOutput74, DalpClientError1>;
|
|
908
|
+
readonly supportedCurrencies: Client<DalpClientCallContext, DalpClientInput72, DalpClientOutput75, DalpClientError1>;
|
|
909
|
+
}
|
|
910
|
+
interface DalpClientExternalToken {
|
|
911
|
+
readonly list: Client<DalpClientCallContext, DalpClientInput2, DalpClientOutput76, DalpClientError1>;
|
|
912
|
+
readonly register: Client<DalpClientCallContext, DalpClientInput80, DalpClientOutput77, DalpClientError1>;
|
|
913
|
+
}
|
|
914
|
+
interface DalpClientHistoricalBalances {
|
|
915
|
+
readonly atBlock: Client<DalpClientCallContext, DalpClientInput2, DalpClientOutput78, DalpClientError1>;
|
|
916
|
+
}
|
|
917
|
+
interface DalpClientIdentityRecovery {
|
|
918
|
+
readonly execute: Client<DalpClientCallContext, DalpClientInput81, DalpClientOutput79, DalpClientError1>;
|
|
919
|
+
readonly preview: Client<DalpClientCallContext, DalpClientInput82, DalpClientOutput80, DalpClientError1>;
|
|
920
|
+
readonly status: Client<DalpClientCallContext, DalpClientInput83, DalpClientOutput81, DalpClientError1>;
|
|
921
|
+
}
|
|
922
|
+
interface DalpClientInvitation {
|
|
923
|
+
readonly accept: Client<DalpClientCallContext, DalpClientInput84, DalpClientOutput82, DalpClientError1>;
|
|
924
|
+
readonly deploy: Client<DalpClientCallContext, DalpClientInput84, DalpClientOutput82, DalpClientError1>;
|
|
925
|
+
readonly deployStatus: Client<DalpClientCallContext, DalpClientInput85, DalpClientOutput83, DalpClientError1>;
|
|
926
|
+
readonly deployStream: Client<DalpClientCallContext, DalpClientInput85, DalpClientOutput84, DalpClientError1>;
|
|
927
|
+
readonly hasOnChainRoles: Client<DalpClientCallContext, DalpClientInput86, DalpClientOutput85, DalpClientError1>;
|
|
928
|
+
readonly inviteWithRoles: Client<DalpClientCallContext, DalpClientInput87, DalpClientOutput86, DalpClientError1>;
|
|
929
|
+
readonly resendWithRoles: Client<DalpClientCallContext, DalpClientInput88, DalpClientOutput87, DalpClientError1>;
|
|
930
|
+
readonly retry: Client<DalpClientCallContext, DalpClientInput84, DalpClientOutput88, DalpClientError1>;
|
|
931
|
+
}
|
|
932
|
+
interface DalpClientMetadata {
|
|
933
|
+
readonly read: Client<DalpClientCallContext, DalpClientInput89, DalpClientOutput89, DalpClientError1>;
|
|
934
|
+
}
|
|
935
|
+
interface DalpClientMonitoring {
|
|
936
|
+
readonly api: DalpClientMonitoringApi;
|
|
937
|
+
readonly blockchain: DalpClientMonitoringBlockchain;
|
|
938
|
+
}
|
|
939
|
+
interface DalpClientMonitoringApi {
|
|
940
|
+
readonly detail: Client<DalpClientCallContext, DalpClientInput68, DalpClientOutput90, DalpClientError1>;
|
|
941
|
+
readonly endpoints: Client<DalpClientCallContext, DalpClientInput90, DalpClientOutput91, DalpClientError1>;
|
|
942
|
+
readonly logs: Client<DalpClientCallContext, DalpClientInput91, DalpClientOutput92, DalpClientError1>;
|
|
943
|
+
readonly logsStream: Client<DalpClientCallContext, DalpClientInput31, DalpClientOutput93, DalpClientError1>;
|
|
944
|
+
readonly summary: Client<DalpClientCallContext, DalpClientInput92, DalpClientOutput94, DalpClientError1>;
|
|
945
|
+
readonly timeline: Client<DalpClientCallContext, DalpClientInput93, DalpClientOutput95, DalpClientError1>;
|
|
946
|
+
readonly topErrors: Client<DalpClientCallContext, DalpClientInput94, DalpClientOutput96, DalpClientError1>;
|
|
947
|
+
}
|
|
948
|
+
interface DalpClientMonitoringBlockchain {
|
|
949
|
+
readonly reindex: Client<DalpClientCallContext, DalpClientInput95, DalpClientOutput97, DalpClientError1>;
|
|
950
|
+
readonly services: Client<DalpClientCallContext, DalpClientInput96, DalpClientOutput98, DalpClientError1>;
|
|
951
|
+
readonly snapshots: Client<DalpClientCallContext, DalpClientInput97, DalpClientOutput99, DalpClientError1>;
|
|
952
|
+
readonly snapshotsStream: Client<DalpClientCallContext, DalpClientInput31, DalpClientOutput100, DalpClientError1>;
|
|
953
|
+
readonly summary: Client<DalpClientCallContext, DalpClientInput96, DalpClientOutput101, DalpClientError1>;
|
|
954
|
+
readonly timeline: Client<DalpClientCallContext, DalpClientInput98, DalpClientOutput102, DalpClientError1>;
|
|
955
|
+
}
|
|
956
|
+
interface DalpClientOrganization {
|
|
957
|
+
readonly addMember: Client<DalpClientCallContext, DalpClientInput99, DalpClientOutput103, DalpClientError1>;
|
|
958
|
+
readonly addNetwork: Client<DalpClientCallContext, DalpClientInput100, DalpClientOutput104, DalpClientError1>;
|
|
959
|
+
readonly deploy: Client<DalpClientCallContext, DalpClientInput101, DalpClientOutput82, DalpClientError1>;
|
|
960
|
+
readonly deployStatus: Client<DalpClientCallContext, DalpClientInput85, DalpClientOutput105, DalpClientError1>;
|
|
961
|
+
readonly deployStream: Client<DalpClientCallContext, DalpClientInput85, DalpClientOutput84, DalpClientError1>;
|
|
962
|
+
readonly enabledNetworks: Client<DalpClientCallContext, DalpClientInput2, DalpClientOutput106, DalpClientError1>;
|
|
963
|
+
readonly networksList: Client<DalpClientCallContext, DalpClientInput2, DalpClientOutput107, DalpClientError1>;
|
|
964
|
+
}
|
|
965
|
+
interface DalpClientParticipants {
|
|
966
|
+
readonly activityList: Client<DalpClientCallContext, DalpClientInput102, DalpClientOutput108, DalpClientError1>;
|
|
967
|
+
readonly activityStats: Client<DalpClientCallContext, DalpClientInput103, DalpClientOutput109, DalpClientError1>;
|
|
968
|
+
readonly addressKinds: Client<DalpClientCallContext, DalpClientInput31, DalpClientOutput110, DalpClientError1>;
|
|
969
|
+
readonly assumableList: Client<DalpClientCallContext, DalpClientInput2, DalpClientOutput111, DalpClientError1>;
|
|
970
|
+
readonly complianceEligibility: DalpClientParticipantsComplianceEligibility;
|
|
971
|
+
readonly create: Client<DalpClientCallContext, DalpClientInput104, DalpClientOutput112, DalpClientError1>;
|
|
972
|
+
readonly holdings: Client<DalpClientCallContext, DalpClientInput102, DalpClientOutput113, DalpClientError1>;
|
|
973
|
+
readonly list: Client<DalpClientCallContext, DalpClientInput2, DalpClientOutput114, DalpClientError1>;
|
|
974
|
+
readonly smartWalletRead: Client<DalpClientCallContext, DalpClientInput105, DalpClientOutput115, DalpClientError1>;
|
|
975
|
+
}
|
|
976
|
+
interface DalpClientParticipantsComplianceEligibility {
|
|
977
|
+
readonly read: Client<DalpClientCallContext, DalpClientInput106, DalpClientOutput116, DalpClientError1>;
|
|
978
|
+
}
|
|
979
|
+
interface DalpClientPlatformSetup {
|
|
980
|
+
readonly complete: Client<DalpClientCallContext, DalpClientInput107, DalpClientOutput117, DalpClientError1>;
|
|
981
|
+
readonly status: Client<DalpClientCallContext, DalpClientInput31, DalpClientOutput118, DalpClientError1>;
|
|
982
|
+
}
|
|
983
|
+
interface DalpClientPlatformStatus {
|
|
984
|
+
readonly dataFreshness: Client<DalpClientCallContext, DalpClientInput31, DalpClientOutput119, DalpClientError1>;
|
|
985
|
+
readonly debugBundle: Client<DalpClientCallContext, DalpClientInput108, DalpClientOutput120, DalpClientError1>;
|
|
986
|
+
readonly history: Client<DalpClientCallContext, DalpClientInput109, DalpClientOutput121, DalpClientError1>;
|
|
987
|
+
readonly platformApi: Client<DalpClientCallContext, DalpClientInput31, DalpClientOutput122, DalpClientError1>;
|
|
988
|
+
readonly snapshot: Client<DalpClientCallContext, DalpClientInput31, DalpClientOutput123, DalpClientError1>;
|
|
989
|
+
readonly statCards: Client<DalpClientCallContext, DalpClientInput31, DalpClientOutput124, DalpClientError1>;
|
|
990
|
+
readonly transactions: Client<DalpClientCallContext, DalpClientInput31, DalpClientOutput125, DalpClientError1>;
|
|
991
|
+
readonly transactionsList: Client<DalpClientCallContext, DalpClientInput2, DalpClientOutput126, DalpClientError1>;
|
|
992
|
+
readonly workflows: Client<DalpClientCallContext, DalpClientInput31, DalpClientOutput127, DalpClientError1>;
|
|
993
|
+
readonly workflowsList: Client<DalpClientCallContext, DalpClientInput110, DalpClientOutput128, DalpClientError1>;
|
|
994
|
+
}
|
|
995
|
+
interface DalpClientRestate {
|
|
996
|
+
readonly cleanupStaleDeployments: Client<DalpClientCallContext, DalpClientInput111, DalpClientOutput129, DalpClientError1>;
|
|
997
|
+
readonly doctor: Client<DalpClientCallContext, DalpClientInput107, DalpClientOutput130, DalpClientError1>;
|
|
998
|
+
readonly forceRedeploy: Client<DalpClientCallContext, DalpClientInput112, DalpClientOutput131, DalpClientError1>;
|
|
999
|
+
readonly recoverStuckWorkflow: Client<DalpClientCallContext, DalpClientInput113, DalpClientOutput129, DalpClientError1>;
|
|
1000
|
+
readonly resumeInvocation: Client<DalpClientCallContext, DalpClientInput114, DalpClientOutput132, DalpClientError1>;
|
|
1001
|
+
readonly resumePausedInvocations: Client<DalpClientCallContext, DalpClientInput115, DalpClientOutput133, DalpClientError1>;
|
|
1002
|
+
}
|
|
1003
|
+
interface DalpClientRpc {
|
|
1004
|
+
readonly forward: Client<DalpClientCallContext, DalpClientInput116, DalpClientOutput134, DalpClientError1>;
|
|
1005
|
+
}
|
|
1006
|
+
interface DalpClientSearch {
|
|
1007
|
+
readonly global: Client<DalpClientCallContext, DalpClientInput117, DalpClientOutput135, DalpClientError1>;
|
|
1008
|
+
}
|
|
1009
|
+
interface DalpClientSettings {
|
|
1010
|
+
readonly assetClassDefinitions: DalpClientSettingsAssetClassDefinitions;
|
|
1011
|
+
readonly assetTypeTemplates: DalpClientSettingsAssetTypeTemplates;
|
|
1012
|
+
readonly complianceTemplates: DalpClientSettingsComplianceTemplates;
|
|
1013
|
+
readonly delete: Client<DalpClientCallContext, DalpClientInput118, DalpClientOutput31, DalpClientError1>;
|
|
1014
|
+
readonly globalTheme: DalpClientSettingsGlobalTheme;
|
|
1015
|
+
readonly list: Client<DalpClientCallContext, DalpClientInput2, DalpClientOutput136, DalpClientError1>;
|
|
1016
|
+
readonly publicConfig: DalpClientSettingsPublicConfig;
|
|
1017
|
+
readonly read: Client<DalpClientCallContext, DalpClientInput118, DalpClientOutput137, DalpClientError1>;
|
|
1018
|
+
readonly theme: DalpClientSettingsTheme;
|
|
1019
|
+
readonly upsert: Client<DalpClientCallContext, DalpClientInput119, DalpClientOutput138, DalpClientError1>;
|
|
1020
|
+
}
|
|
1021
|
+
interface DalpClientSettingsAssetClassDefinitions {
|
|
1022
|
+
readonly create: Client<DalpClientCallContext, DalpClientInput120, DalpClientOutput139, DalpClientError1>;
|
|
1023
|
+
readonly delete: Client<DalpClientCallContext, DalpClientInput68, DalpClientOutput31, DalpClientError1>;
|
|
1024
|
+
readonly list: Client<DalpClientCallContext, DalpClientInput2, DalpClientOutput140, DalpClientError1>;
|
|
1025
|
+
readonly read: Client<DalpClientCallContext, DalpClientInput68, DalpClientOutput139, DalpClientError1>;
|
|
1026
|
+
readonly update: Client<DalpClientCallContext, DalpClientInput121, DalpClientOutput139, DalpClientError1>;
|
|
1027
|
+
}
|
|
1028
|
+
interface DalpClientSettingsAssetTypeTemplates {
|
|
1029
|
+
readonly create: Client<DalpClientCallContext, DalpClientInput122, DalpClientOutput141, DalpClientError1>;
|
|
1030
|
+
readonly delete: Client<DalpClientCallContext, DalpClientInput68, DalpClientOutput31, DalpClientError1>;
|
|
1031
|
+
readonly list: Client<DalpClientCallContext, DalpClientInput2, DalpClientOutput142, DalpClientError1>;
|
|
1032
|
+
readonly publish: Client<DalpClientCallContext, DalpClientInput68, DalpClientOutput141, DalpClientError1>;
|
|
1033
|
+
readonly read: Client<DalpClientCallContext, DalpClientInput68, DalpClientOutput141, DalpClientError1>;
|
|
1034
|
+
readonly update: Client<DalpClientCallContext, DalpClientInput123, DalpClientOutput141, DalpClientError1>;
|
|
1035
|
+
}
|
|
1036
|
+
interface DalpClientSettingsComplianceTemplates {
|
|
1037
|
+
readonly create: Client<DalpClientCallContext, DalpClientInput124, DalpClientOutput143, DalpClientError1>;
|
|
1038
|
+
readonly delete: Client<DalpClientCallContext, DalpClientInput68, DalpClientOutput31, DalpClientError1>;
|
|
1039
|
+
readonly list: Client<DalpClientCallContext, DalpClientInput2, DalpClientOutput144, DalpClientError1>;
|
|
1040
|
+
readonly publish: Client<DalpClientCallContext, DalpClientInput68, DalpClientOutput143, DalpClientError1>;
|
|
1041
|
+
readonly read: Client<DalpClientCallContext, DalpClientInput68, DalpClientOutput143, DalpClientError1>;
|
|
1042
|
+
readonly update: Client<DalpClientCallContext, DalpClientInput125, DalpClientOutput143, DalpClientError1>;
|
|
1043
|
+
}
|
|
1044
|
+
interface DalpClientSettingsGlobalTheme {
|
|
1045
|
+
readonly get: Client<DalpClientCallContext, DalpClientInput72, DalpClientOutput145, DalpClientError1>;
|
|
1046
|
+
readonly set: Client<DalpClientCallContext, DalpClientInput126, DalpClientOutput146, DalpClientError1>;
|
|
1047
|
+
}
|
|
1048
|
+
interface DalpClientSettingsPublicConfig {
|
|
1049
|
+
readonly get: Client<DalpClientCallContext, DalpClientInput2, DalpClientOutput147, DalpClientError1>;
|
|
1050
|
+
}
|
|
1051
|
+
interface DalpClientSettingsTheme {
|
|
1052
|
+
readonly get: Client<DalpClientCallContext, DalpClientInput72, DalpClientOutput148, DalpClientError1>;
|
|
1053
|
+
readonly preview: Client<DalpClientCallContext, DalpClientInput127, DalpClientOutput149, DalpClientError1>;
|
|
1054
|
+
readonly proxyUploadLogo: Client<DalpClientCallContext, DalpClientInput128, DalpClientOutput150, DalpClientError1>;
|
|
1055
|
+
readonly update: Client<DalpClientCallContext, DalpClientInput129, DalpClientOutput151, DalpClientError1>;
|
|
1056
|
+
readonly uploadLogo: Client<DalpClientCallContext, DalpClientInput130, DalpClientOutput152, DalpClientError1>;
|
|
1057
|
+
}
|
|
1058
|
+
interface DalpClientSmartWallets {
|
|
1059
|
+
readonly addSigner: Client<DalpClientCallContext, DalpClientInput131, DalpClientOutput153, DalpClientError1>;
|
|
1060
|
+
readonly create: Client<DalpClientCallContext, DalpClientInput132, DalpClientOutput153, DalpClientError1>;
|
|
1061
|
+
readonly createApproval: Client<DalpClientCallContext, DalpClientInput133, DalpClientOutput154, DalpClientError1>;
|
|
1062
|
+
readonly custodyGasBalance: Client<DalpClientCallContext, DalpClientInput31, DalpClientOutput155, DalpClientError1>;
|
|
1063
|
+
readonly gasStatus: Client<DalpClientCallContext, DalpClientInput134, DalpClientOutput156, DalpClientError1>;
|
|
1064
|
+
readonly installModule: Client<DalpClientCallContext, DalpClientInput135, DalpClientOutput153, DalpClientError1>;
|
|
1065
|
+
readonly list: Client<DalpClientCallContext, DalpClientInput2, DalpClientOutput157, DalpClientError1>;
|
|
1066
|
+
readonly listApprovals: Client<DalpClientCallContext, DalpClientInput136, DalpClientOutput158, DalpClientError1>;
|
|
1067
|
+
readonly listSigners: Client<DalpClientCallContext, DalpClientInput136, DalpClientOutput159, DalpClientError1>;
|
|
1068
|
+
readonly read: Client<DalpClientCallContext, DalpClientInput70, DalpClientOutput160, DalpClientError1>;
|
|
1069
|
+
readonly readApproval: Client<DalpClientCallContext, DalpClientInput137, DalpClientOutput154, DalpClientError1>;
|
|
1070
|
+
readonly removeSigner: Client<DalpClientCallContext, DalpClientInput138, DalpClientOutput153, DalpClientError1>;
|
|
1071
|
+
readonly setThreshold: Client<DalpClientCallContext, DalpClientInput139, DalpClientOutput153, DalpClientError1>;
|
|
1072
|
+
readonly signApproval: Client<DalpClientCallContext, DalpClientInput140, DalpClientOutput154, DalpClientError1>;
|
|
1073
|
+
readonly uninstallModule: Client<DalpClientCallContext, DalpClientInput141, DalpClientOutput153, DalpClientError1>;
|
|
1074
|
+
readonly update: Client<DalpClientCallContext, DalpClientInput142, DalpClientOutput160, DalpClientError1>;
|
|
1075
|
+
}
|
|
1076
|
+
interface DalpClientSystem {
|
|
1077
|
+
readonly accessManager: DalpClientSystemAccessManager;
|
|
1078
|
+
readonly activity: DalpClientSystemActivity;
|
|
1079
|
+
readonly addonFactory: DalpClientSystemAddonFactory;
|
|
1080
|
+
readonly bundler: DalpClientSystemBundler;
|
|
1081
|
+
readonly claimTopics: DalpClientSystemClaimTopics;
|
|
1082
|
+
readonly compliance: DalpClientSystemCompliance;
|
|
1083
|
+
readonly directory: DalpClientSystemDirectory;
|
|
1084
|
+
readonly entity: DalpClientSystemEntity;
|
|
1085
|
+
readonly factory: DalpClientSystemFactory;
|
|
1086
|
+
readonly featureInventory: DalpClientSystemFeatureInventory;
|
|
1087
|
+
readonly feeds: DalpClientSystemFeeds;
|
|
1088
|
+
readonly identity: DalpClientSystemIdentity;
|
|
1089
|
+
readonly list: Client<DalpClientCallContext, DalpClientInput2, DalpClientOutput161, DalpClientError1>;
|
|
1090
|
+
readonly migration: DalpClientSystemMigration;
|
|
1091
|
+
readonly paymaster: DalpClientSystemPaymaster;
|
|
1092
|
+
readonly read: Client<DalpClientCallContext, DalpClientInput143, DalpClientOutput162, DalpClientError1>;
|
|
1093
|
+
readonly refundSplitter: DalpClientSystemRefundSplitter;
|
|
1094
|
+
readonly stats: DalpClientSystemStats;
|
|
1095
|
+
readonly trustedIssuers: DalpClientSystemTrustedIssuers;
|
|
1096
|
+
}
|
|
1097
|
+
interface DalpClientSystemAccessManager {
|
|
1098
|
+
readonly grantRole: Client<DalpClientCallContext, DalpClientInput144, DalpClientOutput163, DalpClientError1>;
|
|
1099
|
+
readonly grantRoleByParticipant: Client<DalpClientCallContext, DalpClientInput145, DalpClientOutput163, DalpClientError1>;
|
|
1100
|
+
readonly participantRolesView: Client<DalpClientCallContext, DalpClientInput2, DalpClientOutput164, DalpClientError1>;
|
|
1101
|
+
readonly revokeRole: Client<DalpClientCallContext, DalpClientInput144, DalpClientOutput163, DalpClientError1>;
|
|
1102
|
+
readonly revokeRoleByParticipant: Client<DalpClientCallContext, DalpClientInput145, DalpClientOutput163, DalpClientError1>;
|
|
1103
|
+
readonly rolesList: Client<DalpClientCallContext, DalpClientInput2, DalpClientOutput165, DalpClientError1>;
|
|
1104
|
+
readonly rolesRead: Client<DalpClientCallContext, DalpClientInput70, DalpClientOutput166, DalpClientError1>;
|
|
1105
|
+
}
|
|
1106
|
+
interface DalpClientSystemActivity {
|
|
1107
|
+
readonly list: Client<DalpClientCallContext, DalpClientInput146, DalpClientOutput108, DalpClientError1>;
|
|
1108
|
+
readonly stats: Client<DalpClientCallContext, DalpClientInput147, DalpClientOutput109, DalpClientError1>;
|
|
1109
|
+
}
|
|
1110
|
+
interface DalpClientSystemAddonFactory {
|
|
1111
|
+
readonly create: Client<DalpClientCallContext, DalpClientInput148, DalpClientOutput167, DalpClientError1>;
|
|
1112
|
+
readonly list: Client<DalpClientCallContext, DalpClientInput2, DalpClientOutput168, DalpClientError1>;
|
|
1113
|
+
readonly read: Client<DalpClientCallContext, DalpClientInput149, DalpClientOutput169, DalpClientError1>;
|
|
1114
|
+
}
|
|
1115
|
+
interface DalpClientSystemBundler {
|
|
1116
|
+
readonly balance: Client<DalpClientCallContext, DalpClientInput72, DalpClientOutput170, DalpClientError1>;
|
|
1117
|
+
readonly status: Client<DalpClientCallContext, DalpClientInput72, DalpClientOutput171, DalpClientError1>;
|
|
1118
|
+
}
|
|
1119
|
+
interface DalpClientSystemClaimTopics {
|
|
1120
|
+
readonly create: Client<DalpClientCallContext, DalpClientInput150, DalpClientOutput172, DalpClientError1>;
|
|
1121
|
+
readonly delete: Client<DalpClientCallContext, DalpClientInput151, DalpClientOutput172, DalpClientError1>;
|
|
1122
|
+
readonly list: Client<DalpClientCallContext, DalpClientInput2, DalpClientOutput173, DalpClientError1>;
|
|
1123
|
+
readonly read: Client<DalpClientCallContext, DalpClientInput152, DalpClientOutput174, DalpClientError1>;
|
|
1124
|
+
readonly update: Client<DalpClientCallContext, DalpClientInput153, DalpClientOutput175, DalpClientError1>;
|
|
1125
|
+
}
|
|
1126
|
+
interface DalpClientSystemCompliance {
|
|
1127
|
+
readonly configure: Client<DalpClientCallContext, DalpClientInput154, DalpClientOutput167, DalpClientError1>;
|
|
1128
|
+
readonly create: Client<DalpClientCallContext, DalpClientInput155, DalpClientOutput167, DalpClientError1>;
|
|
1129
|
+
readonly installScoped: Client<DalpClientCallContext, DalpClientInput156, DalpClientOutput167, DalpClientError1>;
|
|
1130
|
+
readonly list: Client<DalpClientCallContext, DalpClientInput2, DalpClientOutput176, DalpClientError1>;
|
|
1131
|
+
readonly setScope: Client<DalpClientCallContext, DalpClientInput157, DalpClientOutput167, DalpClientError1>;
|
|
1132
|
+
readonly setScopedParams: Client<DalpClientCallContext, DalpClientInput158, DalpClientOutput167, DalpClientError1>;
|
|
1133
|
+
readonly uninstall: Client<DalpClientCallContext, DalpClientInput159, DalpClientOutput167, DalpClientError1>;
|
|
1134
|
+
}
|
|
1135
|
+
interface DalpClientSystemDirectory {
|
|
1136
|
+
readonly read: Client<DalpClientCallContext, DalpClientInput160, DalpClientOutput177, DalpClientError1>;
|
|
1137
|
+
}
|
|
1138
|
+
interface DalpClientSystemEntity {
|
|
1139
|
+
readonly list: Client<DalpClientCallContext, DalpClientInput2, DalpClientOutput178, DalpClientError1>;
|
|
1140
|
+
}
|
|
1141
|
+
interface DalpClientSystemFactory {
|
|
1142
|
+
readonly available: Client<DalpClientCallContext, DalpClientInput161, DalpClientOutput179, DalpClientError1>;
|
|
1143
|
+
readonly create: Client<DalpClientCallContext, DalpClientInput162, DalpClientOutput167, DalpClientError1>;
|
|
1144
|
+
readonly list: Client<DalpClientCallContext, DalpClientInput2, DalpClientOutput180, DalpClientError1>;
|
|
1145
|
+
readonly predictAccessManagerAddress: Client<DalpClientCallContext, DalpClientInput163, DalpClientOutput181, DalpClientError1>;
|
|
1146
|
+
readonly read: Client<DalpClientCallContext, DalpClientInput149, DalpClientOutput182, DalpClientError1>;
|
|
1147
|
+
}
|
|
1148
|
+
interface DalpClientSystemFeatureInventory {
|
|
1149
|
+
readonly list: Client<DalpClientCallContext, DalpClientInput2, DalpClientOutput183, DalpClientError1>;
|
|
1150
|
+
}
|
|
1151
|
+
interface DalpClientSystemFeeds {
|
|
1152
|
+
readonly adapters: DalpClientSystemFeedsAdapters;
|
|
1153
|
+
readonly capabilities: Client<DalpClientCallContext, DalpClientInput72, DalpClientOutput184, DalpClientError1>;
|
|
1154
|
+
readonly config: Client<DalpClientCallContext, DalpClientInput164, DalpClientOutput185, DalpClientError1>;
|
|
1155
|
+
readonly issuerSigned: DalpClientSystemFeedsIssuerSigned;
|
|
1156
|
+
readonly latest: Client<DalpClientCallContext, DalpClientInput164, DalpClientOutput186, DalpClientError1>;
|
|
1157
|
+
readonly list: Client<DalpClientCallContext, DalpClientInput2, DalpClientOutput187, DalpClientError1>;
|
|
1158
|
+
readonly nonce: Client<DalpClientCallContext, DalpClientInput165, DalpClientOutput188, DalpClientError1>;
|
|
1159
|
+
readonly read: Client<DalpClientCallContext, DalpClientInput164, DalpClientOutput189, DalpClientError1>;
|
|
1160
|
+
readonly registerExternal: Client<DalpClientCallContext, DalpClientInput166, DalpClientOutput190, DalpClientError1>;
|
|
1161
|
+
readonly remove: Client<DalpClientCallContext, DalpClientInput167, DalpClientOutput191, DalpClientError1>;
|
|
1162
|
+
readonly replace: Client<DalpClientCallContext, DalpClientInput168, DalpClientOutput192, DalpClientError1>;
|
|
1163
|
+
readonly resolve: Client<DalpClientCallContext, DalpClientInput169, DalpClientOutput193, DalpClientError1>;
|
|
1164
|
+
readonly round: Client<DalpClientCallContext, DalpClientInput170, DalpClientOutput194, DalpClientError1>;
|
|
1165
|
+
readonly staleness: Client<DalpClientCallContext, DalpClientInput171, DalpClientOutput195, DalpClientError1>;
|
|
1166
|
+
readonly submit: Client<DalpClientCallContext, DalpClientInput172, DalpClientOutput196, DalpClientError1>;
|
|
1167
|
+
}
|
|
1168
|
+
interface DalpClientSystemFeedsAdapters {
|
|
1169
|
+
readonly create: Client<DalpClientCallContext, DalpClientInput167, DalpClientOutput197, DalpClientError1>;
|
|
1170
|
+
readonly list: Client<DalpClientCallContext, DalpClientInput2, DalpClientOutput198, DalpClientError1>;
|
|
1171
|
+
}
|
|
1172
|
+
interface DalpClientSystemFeedsIssuerSigned {
|
|
1173
|
+
readonly create: Client<DalpClientCallContext, DalpClientInput173, DalpClientOutput199, DalpClientError1>;
|
|
1174
|
+
readonly list: Client<DalpClientCallContext, DalpClientInput2, DalpClientOutput200, DalpClientError1>;
|
|
1175
|
+
}
|
|
1176
|
+
interface DalpClientSystemIdentity {
|
|
1177
|
+
readonly claim: DalpClientSystemIdentityClaim;
|
|
1178
|
+
readonly create: Client<DalpClientCallContext, DalpClientInput174, DalpClientOutput201, DalpClientError1>;
|
|
1179
|
+
readonly delete: Client<DalpClientCallContext, DalpClientInput175, DalpClientOutput202, DalpClientError1>;
|
|
1180
|
+
readonly keys: Client<DalpClientCallContext, DalpClientInput176, DalpClientOutput203, DalpClientError1>;
|
|
1181
|
+
readonly list: Client<DalpClientCallContext, DalpClientInput2, DalpClientOutput204, DalpClientError1>;
|
|
1182
|
+
readonly me: Client<DalpClientCallContext, DalpClientInput72, DalpClientOutput205, DalpClientError1>;
|
|
1183
|
+
readonly readById: Client<DalpClientCallContext, DalpClientInput177, DalpClientOutput205, DalpClientError1>;
|
|
1184
|
+
readonly readByWallet: Client<DalpClientCallContext, DalpClientInput178, DalpClientOutput205, DalpClientError1>;
|
|
1185
|
+
readonly register: Client<DalpClientCallContext, DalpClientInput179, DalpClientOutput201, DalpClientError1>;
|
|
1186
|
+
readonly registerPending: Client<DalpClientCallContext, DalpClientInput180, DalpClientOutput201, DalpClientError1>;
|
|
1187
|
+
readonly registrationStatus: Client<DalpClientCallContext, DalpClientInput181, DalpClientOutput206, DalpClientError1>;
|
|
1188
|
+
readonly search: Client<DalpClientCallContext, DalpClientInput182, DalpClientOutput207, DalpClientError1>;
|
|
1189
|
+
readonly updateCountry: Client<DalpClientCallContext, DalpClientInput183, DalpClientOutput201, DalpClientError1>;
|
|
1190
|
+
}
|
|
1191
|
+
interface DalpClientSystemIdentityClaim {
|
|
1192
|
+
readonly history: Client<DalpClientCallContext, DalpClientInput176, DalpClientOutput208, DalpClientError1>;
|
|
1193
|
+
readonly issue: Client<DalpClientCallContext, DalpClientInput184, DalpClientOutput209, DalpClientError1>;
|
|
1194
|
+
readonly revoke: Client<DalpClientCallContext, DalpClientInput185, DalpClientOutput210, DalpClientError1>;
|
|
1195
|
+
}
|
|
1196
|
+
interface DalpClientSystemMigration {
|
|
1197
|
+
readonly active: Client<DalpClientCallContext, DalpClientInput72, DalpClientOutput211, DalpClientError1>;
|
|
1198
|
+
readonly compare: Client<DalpClientCallContext, DalpClientInput72, DalpClientOutput212, DalpClientError1>;
|
|
1199
|
+
readonly start: Client<DalpClientCallContext, DalpClientInput186, DalpClientOutput213, DalpClientError1>;
|
|
1200
|
+
readonly stream: Client<DalpClientCallContext, DalpClientInput187, DalpClientOutput84, DalpClientError1>;
|
|
1201
|
+
}
|
|
1202
|
+
interface DalpClientSystemPaymaster {
|
|
1203
|
+
readonly balance: Client<DalpClientCallContext, DalpClientInput70, DalpClientOutput214, DalpClientError1>;
|
|
1204
|
+
readonly deposit: Client<DalpClientCallContext, DalpClientInput188, DalpClientOutput215, DalpClientError1>;
|
|
1205
|
+
readonly getConfig: Client<DalpClientCallContext, DalpClientInput72, DalpClientOutput216, DalpClientError1>;
|
|
1206
|
+
readonly list: Client<DalpClientCallContext, DalpClientInput2, DalpClientOutput217, DalpClientError1>;
|
|
1207
|
+
readonly rotateSignerKey: Client<DalpClientCallContext, DalpClientInput189, DalpClientOutput218, DalpClientError1>;
|
|
1208
|
+
readonly setConfig: Client<DalpClientCallContext, DalpClientInput190, DalpClientOutput216, DalpClientError1>;
|
|
1209
|
+
readonly signerKeyStatus: Client<DalpClientCallContext, DalpClientInput70, DalpClientOutput219, DalpClientError1>;
|
|
1210
|
+
}
|
|
1211
|
+
interface DalpClientSystemRefundSplitter {
|
|
1212
|
+
readonly getHistory: Client<DalpClientCallContext, DalpClientInput2, DalpClientOutput220, DalpClientError1>;
|
|
1213
|
+
readonly getStatus: Client<DalpClientCallContext, DalpClientInput72, DalpClientOutput221, DalpClientError1>;
|
|
1214
|
+
readonly getThresholds: Client<DalpClientCallContext, DalpClientInput72, DalpClientOutput222, DalpClientError1>;
|
|
1215
|
+
readonly recoverErc20: Client<DalpClientCallContext, DalpClientInput191, DalpClientOutput223, DalpClientError1>;
|
|
1216
|
+
readonly recoverNative: Client<DalpClientCallContext, DalpClientInput192, DalpClientOutput223, DalpClientError1>;
|
|
1217
|
+
readonly setBps: Client<DalpClientCallContext, DalpClientInput193, DalpClientOutput223, DalpClientError1>;
|
|
1218
|
+
readonly setSponsorship: Client<DalpClientCallContext, DalpClientInput190, DalpClientOutput223, DalpClientError1>;
|
|
1219
|
+
readonly setThresholds: Client<DalpClientCallContext, DalpClientInput194, DalpClientOutput222, DalpClientError1>;
|
|
1220
|
+
}
|
|
1221
|
+
interface DalpClientSystemStats {
|
|
1222
|
+
readonly assetActivityByPreset: Client<DalpClientCallContext, DalpClientInput195, DalpClientOutput224, DalpClientError1>;
|
|
1223
|
+
readonly assetActivityByRange: Client<DalpClientCallContext, DalpClientInput196, DalpClientOutput224, DalpClientError1>;
|
|
1224
|
+
readonly assetLifecycleByPreset: Client<DalpClientCallContext, DalpClientInput195, DalpClientOutput225, DalpClientError1>;
|
|
1225
|
+
readonly assetLifecycleByRange: Client<DalpClientCallContext, DalpClientInput196, DalpClientOutput225, DalpClientError1>;
|
|
1226
|
+
readonly assets: Client<DalpClientCallContext, DalpClientInput72, DalpClientOutput226, DalpClientError1>;
|
|
1227
|
+
readonly claimsStatsByPreset: Client<DalpClientCallContext, DalpClientInput195, DalpClientOutput227, DalpClientError1>;
|
|
1228
|
+
readonly claimsStatsByRange: Client<DalpClientCallContext, DalpClientInput196, DalpClientOutput227, DalpClientError1>;
|
|
1229
|
+
readonly claimsStatsState: Client<DalpClientCallContext, DalpClientInput72, DalpClientOutput228, DalpClientError1>;
|
|
1230
|
+
readonly countryAssetCount: Client<DalpClientCallContext, DalpClientInput72, DalpClientOutput229, DalpClientError1>;
|
|
1231
|
+
readonly identityCount: Client<DalpClientCallContext, DalpClientInput72, DalpClientOutput230, DalpClientError1>;
|
|
1232
|
+
readonly identityStatsOverTimeByPreset: Client<DalpClientCallContext, DalpClientInput195, DalpClientOutput231, DalpClientError1>;
|
|
1233
|
+
readonly identityStatsOverTimeByRange: Client<DalpClientCallContext, DalpClientInput196, DalpClientOutput231, DalpClientError1>;
|
|
1234
|
+
readonly portfolioByPreset: Client<DalpClientCallContext, DalpClientInput195, DalpClientOutput232, DalpClientError1>;
|
|
1235
|
+
readonly portfolioByRange: Client<DalpClientCallContext, DalpClientInput196, DalpClientOutput232, DalpClientError1>;
|
|
1236
|
+
readonly portfolioDetails: Client<DalpClientCallContext, DalpClientInput31, DalpClientOutput233, DalpClientError1>;
|
|
1237
|
+
readonly systemValueHistoryByPreset: Client<DalpClientCallContext, DalpClientInput195, DalpClientOutput232, DalpClientError1>;
|
|
1238
|
+
readonly systemValueHistoryByRange: Client<DalpClientCallContext, DalpClientInput196, DalpClientOutput232, DalpClientError1>;
|
|
1239
|
+
readonly topicSchemeClaimsCoverage: Client<DalpClientCallContext, DalpClientInput72, DalpClientOutput234, DalpClientError1>;
|
|
1240
|
+
readonly topicSchemesStatsByPreset: Client<DalpClientCallContext, DalpClientInput195, DalpClientOutput235, DalpClientError1>;
|
|
1241
|
+
readonly topicSchemesStatsByRange: Client<DalpClientCallContext, DalpClientInput196, DalpClientOutput235, DalpClientError1>;
|
|
1242
|
+
readonly topicSchemesStatsState: Client<DalpClientCallContext, DalpClientInput72, DalpClientOutput236, DalpClientError1>;
|
|
1243
|
+
readonly transactionCount: Client<DalpClientCallContext, DalpClientInput197, DalpClientOutput237, DalpClientError1>;
|
|
1244
|
+
readonly transactionHistory: Client<DalpClientCallContext, DalpClientInput197, DalpClientOutput238, DalpClientError1>;
|
|
1245
|
+
readonly trustedIssuerStatsByPreset: Client<DalpClientCallContext, DalpClientInput195, DalpClientOutput239, DalpClientError1>;
|
|
1246
|
+
readonly trustedIssuerStatsByRange: Client<DalpClientCallContext, DalpClientInput196, DalpClientOutput239, DalpClientError1>;
|
|
1247
|
+
readonly trustedIssuerStatsState: Client<DalpClientCallContext, DalpClientInput72, DalpClientOutput240, DalpClientError1>;
|
|
1248
|
+
readonly value: Client<DalpClientCallContext, DalpClientInput72, DalpClientOutput241, DalpClientError1>;
|
|
1249
|
+
}
|
|
1250
|
+
interface DalpClientSystemTrustedIssuers {
|
|
1251
|
+
readonly addClaimTopic: Client<DalpClientCallContext, DalpClientInput198, DalpClientOutput242, DalpClientError1>;
|
|
1252
|
+
readonly create: Client<DalpClientCallContext, DalpClientInput199, DalpClientOutput243, DalpClientError1>;
|
|
1253
|
+
readonly delete: Client<DalpClientCallContext, DalpClientInput200, DalpClientOutput243, DalpClientError1>;
|
|
1254
|
+
readonly list: Client<DalpClientCallContext, DalpClientInput2, DalpClientOutput244, DalpClientError1>;
|
|
1255
|
+
readonly read: Client<DalpClientCallContext, DalpClientInput201, DalpClientOutput245, DalpClientError1>;
|
|
1256
|
+
readonly removeClaimTopic: Client<DalpClientCallContext, DalpClientInput198, DalpClientOutput242, DalpClientError1>;
|
|
1257
|
+
readonly topics: Client<DalpClientCallContext, DalpClientInput77, DalpClientOutput71, DalpClientError1>;
|
|
1258
|
+
readonly update: Client<DalpClientCallContext, DalpClientInput202, DalpClientOutput243, DalpClientError1>;
|
|
1259
|
+
readonly upsert: Client<DalpClientCallContext, DalpClientInput202, DalpClientOutput243, DalpClientError1>;
|
|
1260
|
+
}
|
|
1261
|
+
interface DalpClientToken {
|
|
1262
|
+
readonly aaRoleMigrationPending: Client<DalpClientCallContext, DalpClientInput2, DalpClientOutput246, DalpClientError1>;
|
|
1263
|
+
readonly actions: Client<DalpClientCallContext, DalpClientInput203, DalpClientOutput4, DalpClientError1>;
|
|
1264
|
+
readonly addAuthorizedConverter: Client<DalpClientCallContext, DalpClientInput204, DalpClientOutput247, DalpClientError1>;
|
|
1265
|
+
readonly allowance: Client<DalpClientCallContext, DalpClientInput205, DalpClientOutput248, DalpClientError1>;
|
|
1266
|
+
readonly approve: Client<DalpClientCallContext, DalpClientInput206, DalpClientOutput247, DalpClientError1>;
|
|
1267
|
+
readonly approveMaturityTreasuryAllowance: Client<DalpClientCallContext, DalpClientInput207, DalpClientOutput247, DalpClientError1>;
|
|
1268
|
+
readonly approveTransfer: Client<DalpClientCallContext, DalpClientInput208, DalpClientOutput247, DalpClientError1>;
|
|
1269
|
+
readonly approveYieldTreasuryAllowance: Client<DalpClientCallContext, DalpClientInput207, DalpClientOutput247, DalpClientError1>;
|
|
1270
|
+
readonly aumFeeAccruedEstimate: Client<DalpClientCallContext, DalpClientInput17, DalpClientOutput249, DalpClientError1>;
|
|
1271
|
+
readonly aumFeeEvents: Client<DalpClientCallContext, DalpClientInput203, DalpClientOutput250, DalpClientError1>;
|
|
1272
|
+
readonly burn: Client<DalpClientCallContext, DalpClientInput209, DalpClientOutput247, DalpClientError1>;
|
|
1273
|
+
readonly claimIssue: Client<DalpClientCallContext, DalpClientInput210, DalpClientOutput251, DalpClientError1>;
|
|
1274
|
+
readonly claimRevoke: Client<DalpClientCallContext, DalpClientInput211, DalpClientOutput210, DalpClientError1>;
|
|
1275
|
+
readonly claimYield: Client<DalpClientCallContext, DalpClientInput212, DalpClientOutput247, DalpClientError1>;
|
|
1276
|
+
readonly collectAumFee: Client<DalpClientCallContext, DalpClientInput212, DalpClientOutput247, DalpClientError1>;
|
|
1277
|
+
readonly compliance: Client<DalpClientCallContext, DalpClientInput17, DalpClientOutput252, DalpClientError1>;
|
|
1278
|
+
readonly complianceExpression: DalpClientTokenComplianceExpression;
|
|
1279
|
+
readonly configureComplianceModule: Client<DalpClientCallContext, DalpClientInput213, DalpClientOutput247, DalpClientError1>;
|
|
1280
|
+
readonly configureScopedComplianceModule: Client<DalpClientCallContext, DalpClientInput214, DalpClientOutput247, DalpClientError1>;
|
|
1281
|
+
readonly conversionFeatureProbe: Client<DalpClientCallContext, DalpClientInput215, DalpClientOutput253, DalpClientError1>;
|
|
1282
|
+
readonly conversionHolderState: Client<DalpClientCallContext, DalpClientInput216, DalpClientOutput254, DalpClientError1>;
|
|
1283
|
+
readonly conversionRecords: Client<DalpClientCallContext, DalpClientInput203, DalpClientOutput255, DalpClientError1>;
|
|
1284
|
+
readonly conversionTriggerEvents: Client<DalpClientCallContext, DalpClientInput203, DalpClientOutput256, DalpClientError1>;
|
|
1285
|
+
readonly conversionTriggers: Client<DalpClientCallContext, DalpClientInput203, DalpClientOutput257, DalpClientError1>;
|
|
1286
|
+
readonly convert: Client<DalpClientCallContext, DalpClientInput217, DalpClientOutput247, DalpClientError1>;
|
|
1287
|
+
readonly convertedFrom: Client<DalpClientCallContext, DalpClientInput203, DalpClientOutput258, DalpClientError1>;
|
|
1288
|
+
readonly convertsTo: Client<DalpClientCallContext, DalpClientInput203, DalpClientOutput259, DalpClientError1>;
|
|
1289
|
+
readonly create: Client<DalpClientCallContext, DalpClientInput218, DalpClientOutput247, DalpClientError1>;
|
|
1290
|
+
readonly createStream: Client<DalpClientCallContext, DalpClientInput219, DalpClientOutput84, DalpClientError1>;
|
|
1291
|
+
readonly delegate: Client<DalpClientCallContext, DalpClientInput220, DalpClientOutput247, DalpClientError1>;
|
|
1292
|
+
readonly delegateBySig: Client<DalpClientCallContext, DalpClientInput221, DalpClientOutput247, DalpClientError1>;
|
|
1293
|
+
readonly disableTrigger: Client<DalpClientCallContext, DalpClientInput222, DalpClientOutput247, DalpClientError1>;
|
|
1294
|
+
readonly documents: DalpClientTokenDocuments;
|
|
1295
|
+
readonly events: Client<DalpClientCallContext, DalpClientInput203, DalpClientOutput260, DalpClientError1>;
|
|
1296
|
+
readonly externalFeeCollectionEvents: Client<DalpClientCallContext, DalpClientInput203, DalpClientOutput261, DalpClientError1>;
|
|
1297
|
+
readonly featurePermitReplayHistory: Client<DalpClientCallContext, DalpClientInput203, DalpClientOutput262, DalpClientError1>;
|
|
1298
|
+
readonly features: DalpClientTokenFeatures;
|
|
1299
|
+
readonly feeAccrualEvents: Client<DalpClientCallContext, DalpClientInput203, DalpClientOutput263, DalpClientError1>;
|
|
1300
|
+
readonly feeAccrualPayer: Client<DalpClientCallContext, DalpClientInput223, DalpClientOutput264, DalpClientError1>;
|
|
1301
|
+
readonly feeExemptions: Client<DalpClientCallContext, DalpClientInput203, DalpClientOutput265, DalpClientError1>;
|
|
1302
|
+
readonly feeReconciliations: Client<DalpClientCallContext, DalpClientInput203, DalpClientOutput266, DalpClientError1>;
|
|
1303
|
+
readonly fixedTreasuryYieldHolderPeriods: Client<DalpClientCallContext, DalpClientInput224, DalpClientOutput267, DalpClientError1>;
|
|
1304
|
+
readonly forceConvert: Client<DalpClientCallContext, DalpClientInput225, DalpClientOutput247, DalpClientError1>;
|
|
1305
|
+
readonly forcedRecover: Client<DalpClientCallContext, DalpClientInput226, DalpClientOutput247, DalpClientError1>;
|
|
1306
|
+
readonly forcedTransfer: Client<DalpClientCallContext, DalpClientInput227, DalpClientOutput247, DalpClientError1>;
|
|
1307
|
+
readonly freezeAddress: Client<DalpClientCallContext, DalpClientInput228, DalpClientOutput247, DalpClientError1>;
|
|
1308
|
+
readonly freezeAumFeeRate: Client<DalpClientCallContext, DalpClientInput212, DalpClientOutput247, DalpClientError1>;
|
|
1309
|
+
readonly freezeExternalTransactionFees: Client<DalpClientCallContext, DalpClientInput212, DalpClientOutput247, DalpClientError1>;
|
|
1310
|
+
readonly freezePartial: Client<DalpClientCallContext, DalpClientInput229, DalpClientOutput247, DalpClientError1>;
|
|
1311
|
+
readonly freezeTransactionFeeAccountingRates: Client<DalpClientCallContext, DalpClientInput212, DalpClientOutput247, DalpClientError1>;
|
|
1312
|
+
readonly freezeTransactionFeeRates: Client<DalpClientCallContext, DalpClientInput212, DalpClientOutput247, DalpClientError1>;
|
|
1313
|
+
readonly grantRole: Client<DalpClientCallContext, DalpClientInput230, DalpClientOutput268, DalpClientError1>;
|
|
1314
|
+
readonly grantRoleByParticipant: Client<DalpClientCallContext, DalpClientInput231, DalpClientOutput269, DalpClientError1>;
|
|
1315
|
+
readonly historicalBalanceAtBlock: Client<DalpClientCallContext, DalpClientInput232, DalpClientOutput270, DalpClientError1>;
|
|
1316
|
+
readonly historicalBalanceAtBlockByHolder: Client<DalpClientCallContext, DalpClientInput233, DalpClientOutput271, DalpClientError1>;
|
|
1317
|
+
readonly historicalBalances: Client<DalpClientCallContext, DalpClientInput203, DalpClientOutput272, DalpClientError1>;
|
|
1318
|
+
readonly historicalHoldersAtBlock: Client<DalpClientCallContext, DalpClientInput203, DalpClientOutput273, DalpClientError1>;
|
|
1319
|
+
readonly holder: Client<DalpClientCallContext, DalpClientInput216, DalpClientOutput274, DalpClientError1>;
|
|
1320
|
+
readonly holders: Client<DalpClientCallContext, DalpClientInput203, DalpClientOutput275, DalpClientError1>;
|
|
1321
|
+
readonly holdings: Client<DalpClientCallContext, DalpClientInput203, DalpClientOutput276, DalpClientError1>;
|
|
1322
|
+
readonly inheritedGlobalControls: Client<DalpClientCallContext, DalpClientInput17, DalpClientOutput277, DalpClientError1>;
|
|
1323
|
+
readonly installComplianceModule: Client<DalpClientCallContext, DalpClientInput234, DalpClientOutput247, DalpClientError1>;
|
|
1324
|
+
readonly installScopedComplianceModule: Client<DalpClientCallContext, DalpClientInput235, DalpClientOutput247, DalpClientError1>;
|
|
1325
|
+
readonly list: Client<DalpClientCallContext, DalpClientInput2, DalpClientOutput278, DalpClientError1>;
|
|
1326
|
+
readonly mature: Client<DalpClientCallContext, DalpClientInput212, DalpClientOutput247, DalpClientError1>;
|
|
1327
|
+
readonly matureEarly: Client<DalpClientCallContext, DalpClientInput212, DalpClientOutput247, DalpClientError1>;
|
|
1328
|
+
readonly matureViaFeature: Client<DalpClientCallContext, DalpClientInput212, DalpClientOutput247, DalpClientError1>;
|
|
1329
|
+
readonly maturityRedemptionEvents: Client<DalpClientCallContext, DalpClientInput203, DalpClientOutput279, DalpClientError1>;
|
|
1330
|
+
readonly metadata: Client<DalpClientCallContext, DalpClientInput17, DalpClientOutput280, DalpClientError1>;
|
|
1331
|
+
readonly mint: Client<DalpClientCallContext, DalpClientInput236, DalpClientOutput247, DalpClientError1>;
|
|
1332
|
+
readonly participantRolesView: Client<DalpClientCallContext, DalpClientInput237, DalpClientOutput281, DalpClientError1>;
|
|
1333
|
+
readonly pause: Client<DalpClientCallContext, DalpClientInput212, DalpClientOutput247, DalpClientError1>;
|
|
1334
|
+
readonly permit: Client<DalpClientCallContext, DalpClientInput238, DalpClientOutput247, DalpClientError1>;
|
|
1335
|
+
readonly permitInfo: Client<DalpClientCallContext, DalpClientInput239, DalpClientOutput282, DalpClientError1>;
|
|
1336
|
+
readonly price: Client<DalpClientCallContext, DalpClientInput240, DalpClientOutput283, DalpClientError1>;
|
|
1337
|
+
readonly publishTrigger: Client<DalpClientCallContext, DalpClientInput241, DalpClientOutput247, DalpClientError1>;
|
|
1338
|
+
readonly read: Client<DalpClientCallContext, DalpClientInput17, DalpClientOutput284, DalpClientError1>;
|
|
1339
|
+
readonly recipientEligibility: Client<DalpClientCallContext, DalpClientInput242, DalpClientOutput285, DalpClientError1>;
|
|
1340
|
+
readonly reconcileFees: Client<DalpClientCallContext, DalpClientInput212, DalpClientOutput247, DalpClientError1>;
|
|
1341
|
+
readonly recoverERC20: Client<DalpClientCallContext, DalpClientInput243, DalpClientOutput247, DalpClientError1>;
|
|
1342
|
+
readonly recoverTokens: Client<DalpClientCallContext, DalpClientInput244, DalpClientOutput247, DalpClientError1>;
|
|
1343
|
+
readonly redeem: Client<DalpClientCallContext, DalpClientInput245, DalpClientOutput247, DalpClientError1>;
|
|
1344
|
+
readonly redeemViaFeature: Client<DalpClientCallContext, DalpClientInput207, DalpClientOutput247, DalpClientError1>;
|
|
1345
|
+
readonly removeAuthorizedConverter: Client<DalpClientCallContext, DalpClientInput204, DalpClientOutput247, DalpClientError1>;
|
|
1346
|
+
readonly removeMetadata: Client<DalpClientCallContext, DalpClientInput246, DalpClientOutput247, DalpClientError1>;
|
|
1347
|
+
readonly revokeRole: Client<DalpClientCallContext, DalpClientInput230, DalpClientOutput268, DalpClientError1>;
|
|
1348
|
+
readonly revokeRoleByParticipant: Client<DalpClientCallContext, DalpClientInput231, DalpClientOutput269, DalpClientError1>;
|
|
1349
|
+
readonly revokeTransferApproval: Client<DalpClientCallContext, DalpClientInput208, DalpClientOutput247, DalpClientError1>;
|
|
1350
|
+
readonly setAumFeeBps: Client<DalpClientCallContext, DalpClientInput247, DalpClientOutput247, DalpClientError1>;
|
|
1351
|
+
readonly setAumFeeRecipient: Client<DalpClientCallContext, DalpClientInput248, DalpClientOutput247, DalpClientError1>;
|
|
1352
|
+
readonly setCap: Client<DalpClientCallContext, DalpClientInput249, DalpClientOutput247, DalpClientError1>;
|
|
1353
|
+
readonly setConversionWindow: Client<DalpClientCallContext, DalpClientInput250, DalpClientOutput247, DalpClientError1>;
|
|
1354
|
+
readonly setExternalTransactionFeeRecipient: Client<DalpClientCallContext, DalpClientInput248, DalpClientOutput247, DalpClientError1>;
|
|
1355
|
+
readonly setExternalTransactionFeeToken: Client<DalpClientCallContext, DalpClientInput251, DalpClientOutput247, DalpClientError1>;
|
|
1356
|
+
readonly setExternalTransactionFees: Client<DalpClientCallContext, DalpClientInput252, DalpClientOutput247, DalpClientError1>;
|
|
1357
|
+
readonly setFeeExemption: Client<DalpClientCallContext, DalpClientInput253, DalpClientOutput247, DalpClientError1>;
|
|
1358
|
+
readonly setMaturityTreasury: Client<DalpClientCallContext, DalpClientInput254, DalpClientOutput247, DalpClientError1>;
|
|
1359
|
+
readonly setMetadata: Client<DalpClientCallContext, DalpClientInput255, DalpClientOutput247, DalpClientError1>;
|
|
1360
|
+
readonly setModuleScope: Client<DalpClientCallContext, DalpClientInput256, DalpClientOutput247, DalpClientError1>;
|
|
1361
|
+
readonly setPrice: Client<DalpClientCallContext, DalpClientInput257, DalpClientOutput286, DalpClientError1>;
|
|
1362
|
+
readonly setTransactionFeeAccountingRates: Client<DalpClientCallContext, DalpClientInput258, DalpClientOutput247, DalpClientError1>;
|
|
1363
|
+
readonly setTransactionFeeAccountingRecipient: Client<DalpClientCallContext, DalpClientInput248, DalpClientOutput247, DalpClientError1>;
|
|
1364
|
+
readonly setTransactionFeeRates: Client<DalpClientCallContext, DalpClientInput258, DalpClientOutput247, DalpClientError1>;
|
|
1365
|
+
readonly setTransactionFeeRecipient: Client<DalpClientCallContext, DalpClientInput248, DalpClientOutput247, DalpClientError1>;
|
|
1366
|
+
readonly setYieldSchedule: Client<DalpClientCallContext, DalpClientInput259, DalpClientOutput247, DalpClientError1>;
|
|
1367
|
+
readonly setYieldTreasury: Client<DalpClientCallContext, DalpClientInput254, DalpClientOutput247, DalpClientError1>;
|
|
1368
|
+
readonly signPermit: Client<DalpClientCallContext, DalpClientInput260, DalpClientOutput287, DalpClientError1>;
|
|
1369
|
+
readonly signedPermits: Client<DalpClientCallContext, DalpClientInput237, DalpClientOutput288, DalpClientError1>;
|
|
1370
|
+
readonly statsBondStatus: Client<DalpClientCallContext, DalpClientInput17, DalpClientOutput289, DalpClientError1>;
|
|
1371
|
+
readonly statsCollateralRatio: Client<DalpClientCallContext, DalpClientInput17, DalpClientOutput290, DalpClientError1>;
|
|
1372
|
+
readonly statsSupplyChanges: Client<DalpClientCallContext, DalpClientInput261, DalpClientOutput291, DalpClientError1>;
|
|
1373
|
+
readonly statsTotalSupply: Client<DalpClientCallContext, DalpClientInput261, DalpClientOutput292, DalpClientError1>;
|
|
1374
|
+
readonly statsVolume: Client<DalpClientCallContext, DalpClientInput261, DalpClientOutput293, DalpClientError1>;
|
|
1375
|
+
readonly statsWalletDistribution: Client<DalpClientCallContext, DalpClientInput17, DalpClientOutput294, DalpClientError1>;
|
|
1376
|
+
readonly statsYieldCoverage: Client<DalpClientCallContext, DalpClientInput17, DalpClientOutput295, DalpClientError1>;
|
|
1377
|
+
readonly statsYieldDistribution: Client<DalpClientCallContext, DalpClientInput17, DalpClientOutput296, DalpClientError1>;
|
|
1378
|
+
readonly topUpBondDenomination: Client<DalpClientCallContext, DalpClientInput207, DalpClientOutput247, DalpClientError1>;
|
|
1379
|
+
readonly topUpMaturityTreasury: Client<DalpClientCallContext, DalpClientInput207, DalpClientOutput247, DalpClientError1>;
|
|
1380
|
+
readonly topUpYieldTreasury: Client<DalpClientCallContext, DalpClientInput207, DalpClientOutput247, DalpClientError1>;
|
|
1381
|
+
readonly topicSchemes: DalpClientTokenTopicSchemes;
|
|
1382
|
+
readonly transactionFeeCollectionPayer: Client<DalpClientCallContext, DalpClientInput223, DalpClientOutput297, DalpClientError1>;
|
|
1383
|
+
readonly transactionFeeCollections: Client<DalpClientCallContext, DalpClientInput203, DalpClientOutput298, DalpClientError1>;
|
|
1384
|
+
readonly transfer: Client<DalpClientCallContext, DalpClientInput262, DalpClientOutput247, DalpClientError1>;
|
|
1385
|
+
readonly transferApprovals: Client<DalpClientCallContext, DalpClientInput203, DalpClientOutput299, DalpClientError1>;
|
|
1386
|
+
readonly transferSimulate: Client<DalpClientCallContext, DalpClientInput263, DalpClientOutput300, DalpClientError1>;
|
|
1387
|
+
readonly treasuryHealth: Client<DalpClientCallContext, DalpClientInput17, DalpClientOutput301, DalpClientError1>;
|
|
1388
|
+
readonly trustedIssuers: DalpClientTokenTrustedIssuers;
|
|
1389
|
+
readonly unfreezePartial: Client<DalpClientCallContext, DalpClientInput229, DalpClientOutput247, DalpClientError1>;
|
|
1390
|
+
readonly uninstallComplianceModule: Client<DalpClientCallContext, DalpClientInput264, DalpClientOutput247, DalpClientError1>;
|
|
1391
|
+
readonly unpause: Client<DalpClientCallContext, DalpClientInput212, DalpClientOutput247, DalpClientError1>;
|
|
1392
|
+
readonly updateCollateral: Client<DalpClientCallContext, DalpClientInput265, DalpClientOutput247, DalpClientError1>;
|
|
1393
|
+
readonly votingDelegations: Client<DalpClientCallContext, DalpClientInput203, DalpClientOutput302, DalpClientError1>;
|
|
1394
|
+
readonly votingPowerDistribution: Client<DalpClientCallContext, DalpClientInput266, DalpClientOutput303, DalpClientError1>;
|
|
1395
|
+
readonly votingPowerSnapshotWeights: Client<DalpClientCallContext, DalpClientInput203, DalpClientOutput304, DalpClientError1>;
|
|
1396
|
+
}
|
|
1397
|
+
interface DalpClientTokenComplianceExpression {
|
|
1398
|
+
readonly get: Client<DalpClientCallContext, DalpClientInput17, DalpClientOutput305, DalpClientError1>;
|
|
1399
|
+
readonly update: Client<DalpClientCallContext, DalpClientInput267, DalpClientOutput11, DalpClientError1>;
|
|
1400
|
+
}
|
|
1401
|
+
interface DalpClientTokenDocuments {
|
|
1402
|
+
readonly confirmUpload: Client<DalpClientCallContext, DalpClientInput268, DalpClientOutput306, DalpClientError1>;
|
|
1403
|
+
readonly delete: Client<DalpClientCallContext, DalpClientInput269, DalpClientOutput31, DalpClientError1>;
|
|
1404
|
+
readonly getDownloadUrl: Client<DalpClientCallContext, DalpClientInput269, DalpClientOutput16, DalpClientError1>;
|
|
1405
|
+
readonly getUploadUrl: Client<DalpClientCallContext, DalpClientInput270, DalpClientOutput17, DalpClientError1>;
|
|
1406
|
+
readonly list: Client<DalpClientCallContext, DalpClientInput237, DalpClientOutput307, DalpClientError1>;
|
|
1407
|
+
}
|
|
1408
|
+
interface DalpClientTokenFeatures {
|
|
1409
|
+
readonly attach: Client<DalpClientCallContext, DalpClientInput271, DalpClientOutput247, DalpClientError1>;
|
|
1410
|
+
readonly detach: Client<DalpClientCallContext, DalpClientInput272, DalpClientOutput247, DalpClientError1>;
|
|
1411
|
+
readonly list: Client<DalpClientCallContext, DalpClientInput237, DalpClientOutput308, DalpClientError1>;
|
|
1412
|
+
readonly rotate: Client<DalpClientCallContext, DalpClientInput273, DalpClientOutput247, DalpClientError1>;
|
|
1413
|
+
}
|
|
1414
|
+
interface DalpClientTokenTopicSchemes {
|
|
1415
|
+
readonly create: Client<DalpClientCallContext, DalpClientInput274, DalpClientOutput172, DalpClientError1>;
|
|
1416
|
+
readonly delete: Client<DalpClientCallContext, DalpClientInput275, DalpClientOutput309, DalpClientError1>;
|
|
1417
|
+
readonly list: Client<DalpClientCallContext, DalpClientInput237, DalpClientOutput310, DalpClientError1>;
|
|
1418
|
+
}
|
|
1419
|
+
interface DalpClientTokenTrustedIssuers {
|
|
1420
|
+
readonly create: Client<DalpClientCallContext, DalpClientInput276, DalpClientOutput243, DalpClientError1>;
|
|
1421
|
+
readonly delete: Client<DalpClientCallContext, DalpClientInput277, DalpClientOutput243, DalpClientError1>;
|
|
1422
|
+
readonly list: Client<DalpClientCallContext, DalpClientInput237, DalpClientOutput311, DalpClientError1>;
|
|
1423
|
+
}
|
|
1424
|
+
interface DalpClientTransaction {
|
|
1425
|
+
readonly cancel: Client<DalpClientCallContext, DalpClientInput219, DalpClientOutput312, DalpClientError1>;
|
|
1426
|
+
readonly forceFail: Client<DalpClientCallContext, DalpClientInput278, DalpClientOutput313, DalpClientError1>;
|
|
1427
|
+
readonly forceNonce: Client<DalpClientCallContext, DalpClientInput279, DalpClientOutput314, DalpClientError1>;
|
|
1428
|
+
readonly forceRetry: Client<DalpClientCallContext, DalpClientInput280, DalpClientOutput315, DalpClientError1>;
|
|
1429
|
+
readonly list: Client<DalpClientCallContext, DalpClientInput2, DalpClientOutput316, DalpClientError1>;
|
|
1430
|
+
readonly read: Client<DalpClientCallContext, DalpClientInput281, DalpClientOutput317, DalpClientError1>;
|
|
1431
|
+
readonly status: Client<DalpClientCallContext, DalpClientInput219, DalpClientOutput318, DalpClientError1>;
|
|
1432
|
+
readonly statusStream: Client<DalpClientCallContext, DalpClientInput219, DalpClientOutput319, DalpClientError1>;
|
|
1433
|
+
}
|
|
1434
|
+
interface DalpClientUser {
|
|
1435
|
+
readonly adminGetSecurity: Client<DalpClientCallContext, DalpClientInput83, DalpClientOutput320, DalpClientError1>;
|
|
1436
|
+
readonly adminList: Client<DalpClientCallContext, DalpClientInput2, DalpClientOutput321, DalpClientError1>;
|
|
1437
|
+
readonly adminResetMfa: Client<DalpClientCallContext, DalpClientInput83, DalpClientOutput146, DalpClientError1>;
|
|
1438
|
+
readonly adminRevokeAllSessions: Client<DalpClientCallContext, DalpClientInput83, DalpClientOutput146, DalpClientError1>;
|
|
1439
|
+
readonly adminRevokeSession: Client<DalpClientCallContext, DalpClientInput282, DalpClientOutput146, DalpClientError1>;
|
|
1440
|
+
readonly adminTriggerPasswordReset: Client<DalpClientCallContext, DalpClientInput83, DalpClientOutput146, DalpClientError1>;
|
|
1441
|
+
readonly assets: Client<DalpClientCallContext, DalpClientInput2, DalpClientOutput322, DalpClientError1>;
|
|
1442
|
+
readonly create: Client<DalpClientCallContext, DalpClientInput283, DalpClientOutput323, DalpClientError1>;
|
|
1443
|
+
readonly createWallet: Client<DalpClientCallContext, DalpClientInput284, DalpClientOutput324, DalpClientError1>;
|
|
1444
|
+
readonly events: Client<DalpClientCallContext, DalpClientInput2, DalpClientOutput325, DalpClientError1>;
|
|
1445
|
+
readonly kyc: DalpClientUserKyc;
|
|
1446
|
+
readonly list: Client<DalpClientCallContext, DalpClientInput2, DalpClientOutput321, DalpClientError1>;
|
|
1447
|
+
readonly me: Client<DalpClientCallContext, DalpClientInput72, DalpClientOutput326, DalpClientError1>;
|
|
1448
|
+
readonly readByNationalId: Client<DalpClientCallContext, DalpClientInput285, DalpClientOutput327, DalpClientError1>;
|
|
1449
|
+
readonly readByUserId: Client<DalpClientCallContext, DalpClientInput286, DalpClientOutput327, DalpClientError1>;
|
|
1450
|
+
readonly readByWallet: Client<DalpClientCallContext, DalpClientInput287, DalpClientOutput327, DalpClientError1>;
|
|
1451
|
+
readonly realizedPnl: Client<DalpClientCallContext, DalpClientInput2, DalpClientOutput328, DalpClientError1>;
|
|
1452
|
+
readonly realizedPnlOverTime: Client<DalpClientCallContext, DalpClientInput288, DalpClientOutput329, DalpClientError1>;
|
|
1453
|
+
readonly stats: Client<DalpClientCallContext, DalpClientInput197, DalpClientOutput330, DalpClientError1>;
|
|
1454
|
+
readonly statsGrowthOverTime: Client<DalpClientCallContext, DalpClientInput197, DalpClientOutput331, DalpClientError1>;
|
|
1455
|
+
readonly statsUserCount: Client<DalpClientCallContext, DalpClientInput197, DalpClientOutput332, DalpClientError1>;
|
|
1456
|
+
readonly unrealizedPnlOverTime: Client<DalpClientCallContext, DalpClientInput289, DalpClientOutput333, DalpClientError1>;
|
|
1457
|
+
readonly update: Client<DalpClientCallContext, DalpClientInput290, DalpClientOutput146, DalpClientError1>;
|
|
1458
|
+
}
|
|
1459
|
+
interface DalpClientUserKyc {
|
|
1460
|
+
readonly actionRequest: DalpClientUserKycActionRequest;
|
|
1461
|
+
readonly documents: DalpClientUserKycDocuments;
|
|
1462
|
+
readonly profile: DalpClientUserKycProfile;
|
|
1463
|
+
readonly version: DalpClientUserKycVersion;
|
|
1464
|
+
readonly versions: DalpClientUserKycVersions;
|
|
1465
|
+
}
|
|
1466
|
+
interface DalpClientUserKycActionRequest {
|
|
1467
|
+
readonly fulfill: Client<DalpClientCallContext, DalpClientInput291, DalpClientOutput334, DalpClientError1>;
|
|
1468
|
+
}
|
|
1469
|
+
interface DalpClientUserKycDocuments {
|
|
1470
|
+
readonly confirmUpload: Client<DalpClientCallContext, DalpClientInput292, DalpClientOutput335, DalpClientError1>;
|
|
1471
|
+
readonly delete: Client<DalpClientCallContext, DalpClientInput293, DalpClientOutput31, DalpClientError1>;
|
|
1472
|
+
readonly getDownloadUrl: Client<DalpClientCallContext, DalpClientInput293, DalpClientOutput16, DalpClientError1>;
|
|
1473
|
+
readonly list: Client<DalpClientCallContext, DalpClientInput294, DalpClientOutput336, DalpClientError1>;
|
|
1474
|
+
}
|
|
1475
|
+
interface DalpClientUserKycProfile {
|
|
1476
|
+
readonly read: Client<DalpClientCallContext, DalpClientInput83, DalpClientOutput337, DalpClientError1>;
|
|
1477
|
+
}
|
|
1478
|
+
interface DalpClientUserKycVersion {
|
|
1479
|
+
readonly approve: Client<DalpClientCallContext, DalpClientInput295, DalpClientOutput338, DalpClientError1>;
|
|
1480
|
+
readonly read: Client<DalpClientCallContext, DalpClientInput296, DalpClientOutput339, DalpClientError1>;
|
|
1481
|
+
readonly reject: Client<DalpClientCallContext, DalpClientInput297, DalpClientOutput340, DalpClientError1>;
|
|
1482
|
+
readonly requestUpdate: Client<DalpClientCallContext, DalpClientInput298, DalpClientOutput341, DalpClientError1>;
|
|
1483
|
+
readonly submit: Client<DalpClientCallContext, DalpClientInput296, DalpClientOutput342, DalpClientError1>;
|
|
1484
|
+
readonly update: Client<DalpClientCallContext, DalpClientInput299, DalpClientOutput343, DalpClientError1>;
|
|
1485
|
+
}
|
|
1486
|
+
interface DalpClientUserKycVersions {
|
|
1487
|
+
readonly create: Client<DalpClientCallContext, DalpClientInput300, DalpClientOutput344, DalpClientError1>;
|
|
1488
|
+
readonly list: Client<DalpClientCallContext, DalpClientInput301, DalpClientOutput345, DalpClientError1>;
|
|
1489
|
+
}
|
|
1490
|
+
interface DalpClientWebhookReceipts {
|
|
1491
|
+
readonly create: Client<DalpClientCallContext, DalpClientInput302, DalpClientOutput346, DalpClientError1>;
|
|
1492
|
+
readonly list: Client<DalpClientCallContext, DalpClientInput2, DalpClientOutput347, DalpClientError1>;
|
|
1493
|
+
readonly read: Client<DalpClientCallContext, DalpClientInput68, DalpClientOutput346, DalpClientError1>;
|
|
1494
|
+
}
|
|
1495
|
+
interface DalpClientWebhooks {
|
|
1496
|
+
readonly chainOfCustody: Client<DalpClientCallContext, DalpClientInput303, DalpClientOutput348, DalpClientError1>;
|
|
1497
|
+
readonly create: Client<DalpClientCallContext, DalpClientInput304, DalpClientOutput349, DalpClientError1>;
|
|
1498
|
+
readonly delete: Client<DalpClientCallContext, DalpClientInput68, DalpClientOutput31, DalpClientError1>;
|
|
1499
|
+
readonly deliveries: DalpClientWebhooksDeliveries;
|
|
1500
|
+
readonly list: Client<DalpClientCallContext, DalpClientInput2, DalpClientOutput350, DalpClientError1>;
|
|
1501
|
+
readonly read: Client<DalpClientCallContext, DalpClientInput68, DalpClientOutput351, DalpClientError1>;
|
|
1502
|
+
readonly recall: Client<DalpClientCallContext, DalpClientInput305, DalpClientOutput352, DalpClientError1>;
|
|
1503
|
+
readonly replays: Client<DalpClientCallContext, DalpClientInput306, DalpClientOutput353, DalpClientError1>;
|
|
1504
|
+
readonly revokeSecret: Client<DalpClientCallContext, DalpClientInput68, DalpClientOutput354, DalpClientError1>;
|
|
1505
|
+
readonly rotateSecret: Client<DalpClientCallContext, DalpClientInput68, DalpClientOutput355, DalpClientError1>;
|
|
1506
|
+
readonly stats: Client<DalpClientCallContext, DalpClientInput307, DalpClientOutput356, DalpClientError1>;
|
|
1507
|
+
readonly testEvents: Client<DalpClientCallContext, DalpClientInput308, DalpClientOutput357, DalpClientError1>;
|
|
1508
|
+
readonly update: Client<DalpClientCallContext, DalpClientInput309, DalpClientOutput351, DalpClientError1>;
|
|
1509
|
+
}
|
|
1510
|
+
interface DalpClientWebhooksDeliveries {
|
|
1511
|
+
readonly list: Client<DalpClientCallContext, DalpClientInput310, DalpClientOutput358, DalpClientError1>;
|
|
1512
|
+
readonly read: Client<DalpClientCallContext, DalpClientInput311, DalpClientOutput359, DalpClientError1>;
|
|
1513
|
+
readonly retry: Client<DalpClientCallContext, DalpClientInput311, DalpClientOutput360, DalpClientError1>;
|
|
1514
|
+
}
|