Nombaone.Escrow (Nomba One v0.1.0)

View Source

Your escrow lock and what is actually withdrawable right now. All amounts integer kobo (₦1.00 = 100).

Summary

Types

t()

@type t() :: %Nombaone.Escrow{
  __raw__: term(),
  available_in_kobo: term(),
  balance_in_kobo: term(),
  domain: term(),
  locked_in_kobo: term(),
  min_withdrawable_in_kobo: term(),
  since: term()
}