UNPKG
slpjs-regtest
Version:
latest (0.27.5)
0.27.5
0.27.4
Simple Ledger Protocol (SLP) JavaScript Library
github.com/ActorForth/slpjs
ActorForth/slpjs
slpjs-regtest
/
lib
/
script.d.ts
12 lines
(11 loc)
•
251 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
export
declare
class
Script
{
static
opcodes
: {
OP_0
:
number
;
OP_16
:
number
;
OP_PUSHDATA1
:
number
;
OP_PUSHDATA2
:
number
;
OP_PUSHDATA4
:
number
;
OP_1NEGATE
:
number
;
OP_RETURN
:
number
; }; }