Nadia.Model.StarTransaction (nadia v1.1.0)

View Source

Summary

Types

t()

@type t() :: %Nadia.Model.StarTransaction{
  amount: integer(),
  date: integer(),
  id: binary(),
  nanostar_amount: integer(),
  receiver: Nadia.Model.TransactionPartner.t(),
  source: Nadia.Model.TransactionPartner.t()
}