@radixdlt/atom
Version:
Container for CRUD instructions known as 'Particles' that are sent to the Radix decentralized ledger
10 lines • 604 B
TypeScript
import { ResourceIdentifierT } from '../_types';
import { ResourceIdentifierParticleT } from './_types';
export declare const isResourceIdentifierParticle: (something: unknown) => something is ResourceIdentifierParticleT;
export declare const ResourceIdentifierParticle: {
fromJSON: (json: unknown) => import("neverthrow").Result<ResourceIdentifierParticleT, Error[]>;
JSONDecoders: import("@radixdlt/data-formats").Decoder[];
create: (resourceIdentifier: ResourceIdentifierT) => ResourceIdentifierParticleT;
SERIALIZER: string;
};
//# sourceMappingURL=resourceIdentifierParticle.d.ts.map