UNPKG

@payburner/payburner-payid-client

Version:
7 lines (6 loc) 248 B
import { CryptoAddressDetails } from "../interfaces/CryptoAddressDetails"; export declare class ResolvedCryptoAddressDetails implements CryptoAddressDetails { constructor(address: string, tag?: string); address: string; tag?: string; }