UNPKG
@machinemode/cryptopia
Version:
latest (0.1.4)
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
Node wrapper for Cryptopia's CLient API
github.com/machinemode/cryptopia
machinemode/cryptopia
@machinemode/cryptopia
/
lib
/
http
/
Amx.d.ts
9 lines
(8 loc)
•
213 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
declare
class
Amx
{
private
baseUri;
private
key;
private
secret;
constructor
(
baseUri
:
string
,
key
:
string
,
secret
:
string
);
makeToken
(
path
:
string
,
params
: any):
string
; } export
default
Amx;