UNPKG

@atomiqlabs/sdk

Version:

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

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