UNPKG

@payburner/payburner-payid-client-core

Version:
8 lines 356 B
import { Address } from "../interfaces/Address"; import { UnsignedPayIDAddress } from "../interfaces/UnsignedPayIDAddress"; export declare class UnsignedPayIDAddressImpl implements UnsignedPayIDAddress { constructor(payId: string, address: Address); payId: string; payIdAddress: Address; } //# sourceMappingURL=UnsignedPayIDAddressImpl.d.ts.map