import * as t from "io-ts/lib/index.js"; import { IDeposit } from "../../inputs.js"; /** * @deprecated Deprecated in favour of {@link @marlowe.io/runtime-lifecycle!api.ApplicableActionsAPI} */ export type CanDeposit = t.TypeOf; /** * @deprecated Deprecated in favour of {@link @marlowe.io/runtime-lifecycle!api.ApplicableActionsAPI} */ export declare const CanDeposit: t.TypeC<{ case_index: t.BigIntC; party: t.UnionC<[t.Type, t.Type]>; can_deposit: t.BigIntC; of_token: t.Type; into_account: t.UnionC<[t.Type, t.Type]>; is_merkleized_continuation: t.BooleanC; }>; /** * @deprecated Deprecated in favour of {@link @marlowe.io/runtime-lifecycle!api.ApplicableActionsAPI} */ export declare const toInput: (canDeposit: CanDeposit) => IDeposit; //# sourceMappingURL=canDeposit.d.ts.map