UNPKG
@safik/fk-plug-controller
Version:
latest (0.12.3)
0.12.3
Internet Computer Plug wallet's controller
github.com/Psychedelic/plug-controller
@safik/fk-plug-controller
/
dist
/
idls
/
ledger.did.d.ts
8 lines
(7 loc)
•
152 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
declare
const
_default
:
(
{ IDL }: { IDL:
any
; }
) =>
any
;
export
default
_default;
export
declare
const
init
:
(
{ IDL }: { IDL:
any
; }
) =>
any
[];