CBCreate
Creates a Chicken Bond from a proxy
Description
Action ID
SDK Action
const cBCreateAction = new dfs.actions.chickenBonds.CBCreateAction(
amount,
from
);Action Type
Input Parameters
/// @param amount LUSD token amount to pull
/// @param from Account from where to pull LUSD amount
struct Params {
uint256 amount;
address from;
}Return Value
Events and Logs
Last updated