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

Representation of Stellar ClaimableBalanceID type.

Summary

Types

Link to this type

claimable_balance_id()

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

Functions

Link to this function

new(claimable_balance_id, type)

View Source
@spec new(
  claimable_balance_id :: claimable_balance_id(),
  type :: StellarBase.XDR.ClaimableBalanceIDType.t()
) :: t()