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

Copy Markdown View Source

A THORChain affiliate fee event (affiliate_fee).

Summary

Types

t()

@type t() :: %Rujira.Thorchain.Events.AffiliateFee{
  asset: String.t(),
  fee_amount: Rujira.Amount.t(),
  fee_bps: integer(),
  gross_amount: Rujira.Amount.t(),
  memo: String.t(),
  rune_address: String.t(),
  thorname: String.t(),
  tx_id: String.t()
}

Functions

new(arg1)

@spec new(map()) :: {:ok, t()} | {:error, term()}