@radixdlt/atom
Version:
Container for CRUD instructions known as 'Particles' that are sent to the Radix decentralized ledger
11 lines • 688 B
TypeScript
import { TokenParticleInput } from './meta/tokenParticle';
import { UnallocatedTokensParticleT } from './_types';
export declare const unallocatedTokensParticle: (input: TokenParticleInput) => UnallocatedTokensParticleT;
export declare const isUnallocatedTokensParticle: (something: unknown) => something is UnallocatedTokensParticleT;
export declare const UnallocatedTokensParticle: {
JSONDecoder: import("@radixdlt/data-formats").Decoder;
SERIALIZER: string;
fromJSON: (json: unknown) => import("neverthrow").Result<UnallocatedTokensParticleT, Error[]>;
JSONDecoders: import("@radixdlt/data-formats").Decoder[];
};
//# sourceMappingURL=unallocatedTokensParticle.d.ts.map