Broker

Git Source

Struct encapsulating the broker parameters passed to the create functions. Both can be set to zero.

struct Broker {
    address account;
    uint256 fee;
}

Properties

NameTypeDescription
accountaddressThe address receiving the broker's fee.
feeuint256The broker's percentage fee from the total amount, denoted as a fixed-point number where 1e18 is 100%.