Royalty

Royalty

struct Royalty {
  bool isActive;
  uint16 bps;
}

Was this helpful?