A single pool's share of a rewards event.
The amount is signed: a pool can pay rewards into the bond, in which case
the value is negative — so it is a plain integer rather than an Amount.
Summary
Types
@type t() :: %Rujira.Thorchain.Events.PoolReward{ amount: integer(), asset: Rujira.Assets.Asset.t() }