Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/capi/fluent/mod.ts>ConnectionRune#call

[WIP] A framework for crafting interactions with Substrate chains
Latest
method ConnectionRune.prototype.call
Re-export
import { ConnectionRune } from "https://deno.land/x/capi@v0.1.1-beta.1/fluent/mod.ts";

Type Parameters

K extends keyof Calls
X

Parameters

callMethod: K
...args: RunicArgs<X, [...Parameters<Calls[K]>]>