UNPKG

runes-js

Version:

A typescript library for Runes protocol of Bitcoin

7 lines (6 loc) 162 B
import { RuneId } from './rune_id'; export declare abstract class Artifact { private _mint; setMint(m: RuneId | null): void; mint(): RuneId | null; }