bitcore-wallet-service
Version:
A service for Mutisig HD Bitcoin Wallets
12 lines • 386 B
TypeScript
export declare class RampService {
request: any;
private rampGetKeys;
rampGetQuote(req: any): Promise<any>;
rampGetSellQuote(req: any): Promise<any>;
rampGetSignedPaymentUrl(req: any): {
urlWithSignature: string;
};
rampGetAssets(req: any): Promise<any>;
rampGetSellTransactionDetails(req: any): Promise<any>;
}
//# sourceMappingURL=ramp.d.ts.map