UNPKG

@atomiqlabs/sdk

Version:

atomiq labs SDK for cross-chain swaps between smart chains and bitcoin

10 lines 199 B
/** * Amount, token and exact input object for initiating swap operations * * @category Tokens */ export type AmountData = { amount: bigint, token: string, exactIn: boolean }