Rujira.Thorchain.Events.PoolReward (rujira_ex v0.0.7)

Copy Markdown View Source

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

t()

@type t() :: %Rujira.Thorchain.Events.PoolReward{
  amount: integer(),
  asset: Rujira.Assets.Asset.t()
}