aboutsummaryrefslogtreecommitdiff
path: root/lib/emscripten/emsc.d.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-10-12 23:30:10 +0200
committerFlorian Dold <florian.dold@gmail.com>2016-10-12 23:30:10 +0200
commit122e069d914622343fa1a21c3990a2f416ea9dfe (patch)
treea824a5e12509a791cb3c47822fa3a308a0ded360 /lib/emscripten/emsc.d.ts
parentd4be3906e32ac7d9933c6030d6493f2f2152bdd9 (diff)
downloadwallet-core-122e069d914622343fa1a21c3990a2f416ea9dfe.tar.xz
crypto for refreshing
Diffstat (limited to 'lib/emscripten/emsc.d.ts')
-rw-r--r--lib/emscripten/emsc.d.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/emscripten/emsc.d.ts b/lib/emscripten/emsc.d.ts
index b9690433f..0b180781a 100644
--- a/lib/emscripten/emsc.d.ts
+++ b/lib/emscripten/emsc.d.ts
@@ -33,6 +33,8 @@ export interface EmscFunGen {
export declare namespace Module {
var cwrap: EmscFunGen;
+ function ccall(name: string, ret:"number"|"string", argTypes: any[], args: any[]): any
+
function stringToUTF8(s: string, addr: number, maxLength: number): void
function _free(ptr: number): void;