StellarBase.XDR.ClaimableBalanceEntry (Elixir Stellar Base v0.7.0) View Source

Representation of Stellar ClaimableBalanceEntry type.

Link to this section Summary

Link to this section Types

Specs

t() :: %StellarBase.XDR.ClaimableBalanceEntry{
  amount: StellarBase.XDR.Int64.t(),
  asset: StellarBase.XDR.Asset.t(),
  claimable_balance_entry_ext: StellarBase.XDR.ClaimableBalanceEntryExt.t(),
  claimable_balance_id: StellarBase.XDR.ClaimableBalanceID.t(),
  claimant: StellarBase.XDR.Claimant.t()
}

Link to this section Functions

Link to this function

new(claimable_balance_id, claimant, asset, amount, claimable_balance_entry_ext)

View Source

Specs

new(
  claimable_balance_id :: StellarBase.XDR.ClaimableBalanceID.t(),
  claimant :: StellarBase.XDR.Claimant.t(),
  asset :: StellarBase.XDR.Asset.t(),
  amount :: StellarBase.XDR.Int64.t(),
  claimable_balance_entry_ext :: StellarBase.XDR.ClaimableBalanceEntryExt.t()
) :: t()