Skip to main content

Broker

Git Source

Struct encapsulating the broker parameters.

struct Broker {
address account;
UD60x18 fee;
}

Properties

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