UNPKG
mam.ts
Version:
latest (0.1.6)
0.1.6
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
github.com/JelleMillenaar/mam.ts
JelleMillenaar/mam.ts
mam.ts
/
typings
/
src
/
PwrSrv.d.ts
3 lines
(2 loc)
•
185 B
TypeScript
View Raw
1
2
3
import
{
AttachToTangle
}
from
"@iota/core/typings/types"
;
export
declare
function
CreateAttachToTangleWithPwrSvr
(
apiKey
:
string
,
timeout
:
number
,
apiServer
:
string
):
AttachToTangle
;