@fairmint/canton-node-sdk
Version:
Canton Node SDK
13 lines • 352 B
TypeScript
/**
* Get the DSO party ID
*
* @example
* ```typescript
* const dsoParty = await client.getDsoPartyId();
*
* ```;
*/
export declare const GetDsoPartyId: new (client: import("../../../../../core").BaseClient) => import("../../../../../core").ApiOperation<void, {
dso_party_id: string;
}>;
//# sourceMappingURL=get-dso-party-id.d.ts.map