UNPKG

simonzgconnexframework

Version:

A library implements VeChain Connex interface

4 lines (3 loc) 190 B
/// <reference types="@vechain/connex" /> import { abi } from 'thor-devkit/dist/abi'; export declare function newMethod(ctx: Context, addr: string, coder: abi.Function): Connex.Thor.Method;