@fairmint/canton-node-sdk
Version:
Canton Node SDK
83 lines • 4.71 kB
TypeScript
import { z } from 'zod';
export declare const GetMiningRoundDetailsParamsSchema: z.ZodObject<{
roundNumber: z.ZodNumber;
}, z.core.$strip>;
export declare const GetMiningRoundByContractIdParamsSchema: z.ZodObject<{
contractId: z.ZodString;
}, z.core.$strip>;
export declare const GetMemberTrafficStatusParamsSchema: z.ZodObject<{
domainId: z.ZodOptional<z.ZodString>;
memberId: z.ZodOptional<z.ZodString>;
}, z.core.$strip>;
export declare const LookupTransferCommandCounterByPartyParamsSchema: z.ZodObject<{
party: z.ZodString;
}, z.core.$strip>;
export declare const LookupTransferCommandStatusParamsSchema: z.ZodObject<{
sender: z.ZodString;
nonce: z.ZodNumber;
}, z.core.$strip>;
export declare const GetFeaturedAppRightParamsSchema: z.ZodObject<{
partyId: z.ZodString;
}, z.core.$strip>;
export declare const GetTransferPreapprovalsByPartyParamsSchema: z.ZodObject<{
partyId: z.ZodString;
}, z.core.$strip>;
export declare const GetRegistryInfoParamsSchema: z.ZodVoid;
export declare const ListInstrumentsParamsSchema: z.ZodObject<{
pageSize: z.ZodOptional<z.ZodNumber>;
pageToken: z.ZodOptional<z.ZodString>;
}, z.core.$strip>;
export declare const GetInstrumentParamsSchema: z.ZodObject<{
instrumentId: z.ZodString;
}, z.core.$strip>;
export declare const GetAllocationFactoryParamsSchema: z.ZodObject<{
choiceArguments: z.ZodRecord<z.ZodString, z.ZodNever>;
excludeDebugFields: z.ZodBoolean;
}, z.core.$strip>;
export declare const GetAllocationTransferContextParamsSchema: z.ZodObject<{
allocationId: z.ZodString;
meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
}, z.core.$strip>;
export declare const GetAllocationWithdrawContextParamsSchema: z.ZodObject<{
allocationId: z.ZodString;
meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
}, z.core.$strip>;
export declare const GetAllocationCancelContextParamsSchema: z.ZodObject<{
allocationId: z.ZodString;
meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
}, z.core.$strip>;
export declare const GetTransferFactoryParamsSchema: z.ZodObject<{
choiceArguments: z.ZodRecord<z.ZodString, z.ZodNever>;
excludeDebugFields: z.ZodBoolean;
}, z.core.$strip>;
export declare const GetTransferInstructionAcceptContextParamsSchema: z.ZodObject<{
transferInstructionId: z.ZodString;
meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
}, z.core.$strip>;
export declare const GetTransferInstructionRejectContextParamsSchema: z.ZodObject<{
transferInstructionId: z.ZodString;
meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
}, z.core.$strip>;
export declare const GetTransferInstructionWithdrawContextParamsSchema: z.ZodObject<{
transferInstructionId: z.ZodString;
meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
}, z.core.$strip>;
export type GetMiningRoundDetailsParams = z.infer<typeof GetMiningRoundDetailsParamsSchema>;
export type GetMiningRoundByContractIdParams = z.infer<typeof GetMiningRoundByContractIdParamsSchema>;
export type GetMemberTrafficStatusParams = z.infer<typeof GetMemberTrafficStatusParamsSchema>;
export type LookupTransferCommandCounterByPartyParams = z.infer<typeof LookupTransferCommandCounterByPartyParamsSchema>;
export type LookupTransferCommandStatusParams = z.infer<typeof LookupTransferCommandStatusParamsSchema>;
export type GetFeaturedAppRightParams = z.infer<typeof GetFeaturedAppRightParamsSchema>;
export type GetTransferPreapprovalsByPartyParams = z.infer<typeof GetTransferPreapprovalsByPartyParamsSchema>;
export type GetRegistryInfoParams = z.infer<typeof GetRegistryInfoParamsSchema>;
export type ListInstrumentsParams = z.infer<typeof ListInstrumentsParamsSchema>;
export type GetInstrumentParams = z.infer<typeof GetInstrumentParamsSchema>;
export type GetAllocationFactoryParams = z.infer<typeof GetAllocationFactoryParamsSchema>;
export type GetAllocationTransferContextParams = z.infer<typeof GetAllocationTransferContextParamsSchema>;
export type GetAllocationWithdrawContextParams = z.infer<typeof GetAllocationWithdrawContextParamsSchema>;
export type GetAllocationCancelContextParams = z.infer<typeof GetAllocationCancelContextParamsSchema>;
export type GetTransferFactoryParams = z.infer<typeof GetTransferFactoryParamsSchema>;
export type GetTransferInstructionAcceptContextParams = z.infer<typeof GetTransferInstructionAcceptContextParamsSchema>;
export type GetTransferInstructionRejectContextParams = z.infer<typeof GetTransferInstructionRejectContextParamsSchema>;
export type GetTransferInstructionWithdrawContextParams = z.infer<typeof GetTransferInstructionWithdrawContextParamsSchema>;
//# sourceMappingURL=scan-proxy.d.ts.map