UNPKG

@radixdlt/atom

Version:

Container for CRUD instructions known as 'Particles' that are sent to the Radix decentralized ledger

14 lines 704 B
declare const JSONDecoding: { withDependencies: (...dependencies: import("@radixdlt/data-formats").JSONDecodable<unknown>[]) => { create: <T>() => import("@radixdlt/data-formats").JSONDecodable<T>; withDecoders: (...args: import("@radixdlt/data-formats").Decoder[]) => { create: <T_1>() => import("@radixdlt/data-formats").JSONDecodable<T_1>; }; }; withDecoders: (...decoders: import("@radixdlt/data-formats").Decoder[]) => { create: <T_1_1>() => import("@radixdlt/data-formats").JSONDecodable<T_1_1>; }; create: <T_2>() => import("@radixdlt/data-formats").JSONDecodable<T_2>; }; export { JSONDecoding }; //# sourceMappingURL=utils.d.ts.map