@radixdlt/atom
Version:
Container for CRUD instructions known as 'Particles' that are sent to the Radix decentralized ledger
8 lines • 329 B
TypeScript
/// <reference types="node" />
import { AtomIdentifierT } from './_types';
import { Result } from 'neverthrow';
export declare const AtomIdentifier: {
create: (bytes: Buffer | string) => Result<AtomIdentifierT, Error>;
JSONDecoder: import("@radixdlt/data-formats").Decoder;
};
//# sourceMappingURL=atomIdentifier.d.ts.map