Skip to main content

Broker

Git Source

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

struct Broker {
address account;
UD60x18 fee;
}

Properties

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