mirror of
https://github.com/Instadapp/dsa-connectors.git
synced 2024-07-29 22:37:00 +00:00
natspec comment updated
Co-authored-by: Thrilok kumar <thrilok2000@gmail.com>
This commit is contained in:
parent
681605b710
commit
b74a8e8b8f
|
@ -36,14 +36,14 @@ abstract contract SocketConnector is SocketConnectorResolver, Basic {
|
|||
}
|
||||
|
||||
/**
|
||||
* @dev Bridge Token.
|
||||
* @notice Bridge Token on Socket.
|
||||
* @param _token token address on source chain
|
||||
* @dev Bridge Token.
|
||||
* @notice Bridge Token on Socket.
|
||||
* @param _token token address on source chain
|
||||
* @param _txData tx data for calling
|
||||
* @param _route route number
|
||||
* @param _amount amount to bridge
|
||||
* @param _getId ID to retrieve amount from last spell.
|
||||
*/
|
||||
* @param _getId ID to retrieve amount from last spell.
|
||||
*/
|
||||
function bridge (
|
||||
address _token,
|
||||
bytes memory _txData,
|
||||
|
|
Loading…
Reference in New Issue
Block a user