UNPKG

bitverse-atomicals-js

Version:

Atomicals Javascript Library and CLI - atomicals.xyz

7 lines (6 loc) 136 B
/// <reference types="node" /> export interface AtomicalFileData { name: string; contentType: string; data: Buffer | any; }