// Generated from Splice/AmuletAllocation.daml /* eslint-disable @typescript-eslint/camelcase */ /* eslint-disable @typescript-eslint/no-namespace */ /* eslint-disable @typescript-eslint/no-use-before-define */ import * as jtv from '@mojotech/json-type-validation'; import * as damlTypes from '@daml/types'; import * as pkg4ded6b668cb3b64f7a88a30874cd41c75829f5e064b3fbbadf41ec7e8363354f from '../../__bundled__/splice-api-token-metadata-v1'; import * as pkg718a0f77e505a8de22f188bd4c87fe74101274e9d4cb1bfac7d09aec7158d35b from '../../__bundled__/splice-api-token-holding-v1'; import * as pkg93c942ae2b4c2ba674fb152fe38473c507bda4e82b4e4c5da55a552a9d8cce1d from '../../__bundled__/splice-api-token-allocation-v1'; import * as pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69 from '../../__bundled__/ghc-stdlib-DA-Internal-Template'; import * as Splice_Amulet from '../../Splice/Amulet/module'; export declare type AmuletAllocation_DsoExpire = { expireLock: boolean; }; export declare const AmuletAllocation_DsoExpire: damlTypes.Serializable & { } ; export declare type AmuletAllocation = { lockedAmulet: damlTypes.ContractId; allocation: pkg93c942ae2b4c2ba674fb152fe38473c507bda4e82b4e4c5da55a552a9d8cce1d.Splice.Api.Token.AllocationV1.AllocationSpecification; }; export declare interface AmuletAllocationInterface { Archive: damlTypes.Choice & damlTypes.ChoiceFrom>; AmuletAllocation_DsoExpire: damlTypes.Choice & damlTypes.ChoiceFrom>; } export declare const AmuletAllocation: damlTypes.Template & damlTypes.ToInterface & AmuletAllocationInterface; export declare namespace AmuletAllocation { } export declare type AmuletAllocation_DsoExpireResult = { senderHoldingCids: damlTypes.ContractId[]; meta: pkg4ded6b668cb3b64f7a88a30874cd41c75829f5e064b3fbbadf41ec7e8363354f.Splice.Api.Token.MetadataV1.Metadata; }; export declare const AmuletAllocation_DsoExpireResult: damlTypes.Serializable & { } ;