ISwapWithGasDrop<T>
Defined in: atomiq-sdk/src/swaps/ISwapWithGasDrop.ts:19
Interface for swaps with gas drop functionality
Type Parameters
| Type Parameter |
|---|
T extends ChainType |
Methods
getGasDropOutput()
getGasDropOutput(): TokenAmount<T["ChainId"], SCToken<T["ChainId"]>>;
Defined in: atomiq-sdk/src/swaps/ISwapWithGasDrop.ts:24
Returns the output of the "gas drop", additional native token received by the user on the destination chain
Returns
TokenAmount<T["ChainId"], SCToken<T["ChainId"]>>