UNPKG
runes-js
Version:
latest (0.1.7)
0.1.7
0.1.6
A typescript library for Runes protocol of Bitcoin
runes-js
/
src
/
artifacts.d.ts
7 lines
(6 loc)
•
162 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
RuneId
}
from
'./rune_id'
;
export
declare
abstract
class
Artifact
{
private
_mint;
setMint
(
m
:
RuneId
|
null
):
void
;
mint
():
RuneId
|
null
; }