UNPKG

lightningdevkit

Version:
7 lines (6 loc) 219 B
import { CommonBase } from './CommonBase.mjs'; export declare class Address extends CommonBase { /** The address in string form */ address: string; static constructor_new(address: string): Address | null; }