UNPKG

@payburner/payburner-payid-client

Version:
8 lines (7 loc) 309 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; }