@fairmint/canton-node-sdk
Version:
Canton Node SDK
8 lines • 512 B
TypeScript
import { type ValidatorApiClient } from '../../clients/validator-api';
import { type LockedAmulet } from './types';
/**
* Fetch locked amulets for the authenticated validator and filter them for the provided party ID. This intentionally
* enforces the canonical JsActiveContract shape so unexpected API responses fail fast.
*/
export declare function getLockedAmuletsForParty(validatorClient: ValidatorApiClient, ownerPartyId: string): Promise<LockedAmulet[]>;
//# sourceMappingURL=get-locked-amulets.d.ts.map