View Source StellarBase.XDR.ClaimableBalance (Elixir Stellar Base v0.16.0)
Representation of Stellar ClaimableBalance
type.
Summary
Types
@type t() :: %StellarBase.XDR.ClaimableBalance{ balance_id: StellarBase.XDR.ClaimableBalanceID.t() }
Functions
@spec new(balance_id :: StellarBase.XDR.ClaimableBalanceID.t()) :: t()