UNPKG

@payburner/payburner-payid-client-core

Version:
10 lines 333 B
import { Address } from "./Address"; import { SignedPayIDAddress } from "./SignedPayIDAddress"; export interface PaymentInformation { addresses: Address[]; proofOfControlSignature?: string; payId?: string; memo?: string; verifiedAddresses?: SignedPayIDAddress[]; } //# sourceMappingURL=PaymentInformation.d.ts.map