UNPKG

@accret/bridge-sdk

Version:
7 lines 203 B
import type { Quote } from "@mayanfinance/swap-sdk"; export type executeMayanTxParams = { quote: Quote; destAddr: string; privateKey: string; }; //# sourceMappingURL=buildTransaction.d.ts.map