UNPKG

@radixdlt/atom

Version:

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

11 lines 638 B
import { RadixParticle } from '../_types'; export declare enum RadixParticleType { TRANSFERRABLE_TOKENS = "TransferrableTokensParticle", UNALLOCATED_TOKENS = "UnallocatedTokensParticle", RESOURCE_IDENTIFIER = "ResourceIdentifierParticle", FIXED_SUPPLY_TOKEN_DEFINITION = "FixedSupplyTokenDefintionParticle", MUTABLE_SUPPLY_TOKEN_DEFINITION = "MutableSupplyTokenDefintionParticle" } export declare const isRadixParticle: (something: unknown) => something is RadixParticle; export declare const isRadixParticleType: (something: unknown) => something is RadixParticleType; //# sourceMappingURL=radixParticleTypes.d.ts.map