UNPKG
@funded-labs/plug-controller
Version:
latest (0.28.5)
0.28.5
0.28.4
0.28.3
0.28.2-dev.3
0.28.2-dev.2
0.28.2-dev.1
0.28.1
0.28.0
0.27.2
0.27.1
0.26.17
0.26.16
0.26.15
0.26.14
0.26.13
0.26.11
0.26.10
0.26.9
0.26.8
0.26.7
0.26.6
0.26.5
0.26.4
0.26.3
0.26.2
0.26.1
0.26.0
Internet Computer Plug wallet's controller
@funded-labs/plug-controller
/
dist
/
utils
/
dfx
/
history
/
cap
/
sonic.d.ts
9 lines
(8 loc)
•
299 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
export
declare
const
SONIC_SWAP_CANISTER_ID
=
"3xwpq-ziaaa-aaaah-qcn4a-cai"
;
export
declare
const
buildSonicData
:
(
{ canisterId, details, operation, canistersInfo, tokenId, }: { canisterId:
any
; details:
any
; operation:
any
; canistersInfo:
any
; tokenId:
any
; }
) =>
Promise
<
any
>;