UNPKG

@plasma-fi/sdk

Version:

🛠 An SDK for building dapp on PlasmaSwap.

7 lines (6 loc) • 203 B
/** * Tries to find the exact amount field in the transaction data * @param inputAmount * @param data */ export declare function getExactInputAmount(inputAmount: string, data: string): string;