UNPKG

@payburner/payburner-payid-client-core

Version:
6 lines 194 B
import { PayIDSignature } from "./PayIDSignature"; export interface SignedPayIDAddress { payload: string; signatures: PayIDSignature[]; } //# sourceMappingURL=SignedPayIDAddress.d.ts.map