UNPKG

@zondax/fvm-client-tool

Version:

Filecoin Virtual Machine client tool for AssemblyScript language

7 lines (6 loc) 261 B
import { Account } from "./types"; export declare function init(url: string, token: string): void; export declare function sendTrx(from: Account, to: string, method: number, value: string, params: Uint8Array): Promise<{ Return: any; ReturnDec: any; }>;