StellarBase.XDR.ClaimableBalanceID (Elixir Stellar Base v0.2.1) View Source

Representation of Stellar ClaimableBalanceID type.

Link to this section Summary

Link to this section Types

Link to this type

claimable_balance_id()

View Source

Specs

claimable_balance_id() :: StellarBase.XDR.Hash.t()

Specs

t() :: %StellarBase.XDR.ClaimableBalanceID{
  claimable_balance_id: StellarBase.XDR.Hash.t(),
  type: StellarBase.XDR.ClaimableBalanceIDType.t()
}

Link to this section Functions

Link to this function

new(claimable_balance_id, type)

View Source

Specs

new(
  claimable_balance_id :: claimable_balance_id(),
  type :: StellarBase.XDR.ClaimableBalanceIDType.t()
) :: t()