@accret/bridge-sdk
Version:
10 lines • 523 B
TypeScript
import { type Quote } from "@mayanfinance/swap-sdk";
/**
* @description Builds a transaction for the given quote
* @param quote - The quote object containing swap details
* @param destAddr - The destination address for the swap
* @param privateKey - The private key of the wallet initiating the swap
* @returns The transaction hash of the built transaction
*/
export declare function buildTransaction(quote: Quote, destAddr: string, privateKey: string): Promise<string>;
//# sourceMappingURL=buildTransaction.d.ts.map