UNPKG

@payburner/payburner-payid-client

Version:
10 lines (9 loc) 294 B
import { Address } from "./Address"; import { SignedPayIDAddress } from "./SignedPayIDAddress"; export interface PaymentInformation { addresses: Address[]; proofOfControlSignature?: string; payId?: string; memo?: string; verifiedAddresses?: SignedPayIDAddress[]; }