WrapEth
Description
Action ID
SDK Action
const wrapEthAction = new dfs.actions.basic.WrapEthAction(
amount,
includeEthInTx
);Action Type
Input Parameters
/// @param amount Amount of ether to wrap
struct Params {
uint256 amount;
}Return Value
Events and Logs
Last updated