UNPKG

neo-convertor

Version:

A tool to convert neo smart contract data to human-readable one

7 lines (6 loc) 248 B
import { Uint160 } from "../uint"; export declare class Wallet { static readonly CoinVersion = 23; static readonly toAddress: (scriptHash: Uint160) => Promise<string>; static toScriptHash: (address: string) => Promise<Uint160>; }