update a client, delete as unknown, add par, on, complex example with multiple imports

This commit is contained in:
DieMyst
2021-04-14 17:23:42 +03:00
parent 3c025e470b
commit b7e3ed6a3b
13 changed files with 713 additions and 351 deletions

6
src/complex.ts Normal file
View File

@ -0,0 +1,6 @@
import {FluenceClient} from "@fluencelabs/fluence";
import {doStuff} from "./compiled/complex";
export async function complexCall(client: FluenceClient) {
await doStuff(client, client.relayPeerId!)
}