View Source StellarBase.XDR.ClaimableBalance (Elixir Stellar Base v0.10.0)

Representation of Stellar ClaimableBalance type.

Link to this section Summary

Link to this section Types

@type t() :: %StellarBase.XDR.ClaimableBalance{
  balance_id: StellarBase.XDR.ClaimableBalanceID.t()
}

Link to this section Functions

@spec new(balance_id :: StellarBase.XDR.ClaimableBalanceID.t()) :: t()