UNPKG

@effectai/sdk

Version:

Effect Network Javscript/Typescript SDK (for [https://effect.network](https://effect.network))

10 lines (9 loc) 292 B
import { type Asset, type NameType, Struct } from "@wharfkit/antelope"; export declare class ExtendedSymbol extends Struct { static abiName: string; static abiFields: { name: string; type: string; }[]; constructor(sym: Asset.SymbolType, contract: NameType); }