UNPKG

@fairmint/canton-node-sdk

Version:
15 lines 473 B
/** * Lookup transfer command counter by party * * @example * ```typescript * const counter = await client.lookupTransferCommandCounterByParty({ party: 'party123' }); * * ```; */ export declare const LookupTransferCommandCounterByParty: new (client: import("../../../../../core").BaseClient) => import("../../../../../core").ApiOperation<{ party: string; }, { counter: number; }>; //# sourceMappingURL=lookup-transfer-command-counter-by-party.d.ts.map