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

Copy Markdown View Source

A THORChain bond event (bond).

Summary

Types

t()

@type t() :: %Rujira.Thorchain.Events.Bond{
  amount: Rujira.Amount.t(),
  bond_address: String.t(),
  bond_type: String.t(),
  chain: String.t(),
  coin: Rujira.Coin.t(),
  from: String.t(),
  id: String.t(),
  memo: String.t(),
  node_address: String.t(),
  to: String.t()
}

Functions

new(arg1)

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