ConveyorFinance
Usage
Conveyorfinance Class
This class provides methods to interact with the Conveyor Finance protocol.
constructor(http: HttpClient<SecurityDataType>)
constructor(http: HttpClient<SecurityDataType>)
Creates a new instance of the Conveyorfinance class.
swap(name: string, data: TokenSwapParams, params: RequestParams = {})
swap(name: string, data: TokenSwapParams, params: RequestParams = {})
Initiates a token swap operation in the Conveyor Finance protocol.
Please note that this is a basic documentation. For a complete and useful documentation, each method should have a detailed description, including its parameters, return value, and any side effects or errors it might produce.
Last updated