neo-convertor
Version:
A tool to convert neo smart contract data to human-readable one
8 lines (7 loc) • 415 B
TypeScript
export declare class Address {
static readonly changeEndian: (scriptHash: string) => string;
private static readonly _addressToScriptHash;
static readonly addressToScriptHash: (address: string, littleEndian?: boolean) => Promise<string>;
private static readonly _scriptHashToAddress;
static readonly scriptHashToAddress: (scriptHash: string, littleEndian?: boolean) => Promise<string>;
}