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
/
canister.did.js
9 lines
(8 loc)
•
251 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
default
=
(
{ IDL }
) =>
{
return
IDL
.
Service
({
greet
:
IDL
.
Func
([
IDL
.
Text
], [
IDL
.
Text
], []),
http_request
:
IDL
.
Func
([], [
IDL
.
Text
], []), }); };