UNPKG

@payburner/payburner-payid-client-core

Version:
7 lines 306 B
import { CryptoAddressDetails } from "../interfaces/CryptoAddressDetails"; export declare class ResolvedCryptoAddressDetails implements CryptoAddressDetails { constructor(address: string, tag?: string); address: string; tag?: string; } //# sourceMappingURL=ResolvedCryptoAddressDetails.d.ts.map