Broker
Struct encapsulating the broker parameters passed to the create functions. Both can be set to zero.
struct Broker {
address account;
uint256 fee;
}
Properties
Name | Type | Description |
---|---|---|
account | address | The address receiving the broker's fee. |
fee | uint256 | The broker's percentage fee from the total amount, denoted as a fixed-point number where 1e18 is 100%. |