mysterium-tequilapi
Version:
Api library to control mysterium client and node
15 lines (13 loc) • 386 B
Flow
// @flow
/**
* Flowtype definitions for get-payment-link
* Generated by Flowgen from a Typescript Definition
* Flowgen v1.5.8
* Author: [Joar Wilk](http://twitter.com/joarwilk)
* Repo: http://github.com/joarwilk/flowgen
*/
import { IdentityProof } from "./identity-proof";
declare export var getPaymentLink: (
paymentBaseUrl: string,
registration: IdentityProof
) => string;