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
/
bitdbnetwork.d.ts
9 lines
(8 loc)
•
253 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
{
SlpTransactionDetails
}
from
'../index'
;
export
declare
class
BitdbNetwork
{
bitdbUrl
:
string
;
constructor
(
bitdbUrl
?:
string
);
getTokenInformation
(
tokenId
:
string
):
Promise
<
SlpTransactionDetails
| {
error
:
string
; }>; }