mirror of
https://github.com/fluencelabs/aqua-playground
synced 2025-06-24 05:51:36 +00:00
update a client, delete as unknown
, add par, on, complex example with multiple imports
This commit is contained in:
6
src/complex.ts
Normal file
6
src/complex.ts
Normal 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!)
|
||||
}
|
Reference in New Issue
Block a user