2021-04-14 17:23:42 +03:00
|
|
|
import {FluenceClient} from "@fluencelabs/fluence";
|
|
|
|
import {doStuff} from "./compiled/complex";
|
|
|
|
|
|
|
|
export async function complexCall(client: FluenceClient) {
|
|
|
|
await doStuff(client, client.relayPeerId!)
|
2021-04-15 12:45:18 +03:00
|
|
|
}
|