View Source StellarBase.XDR.ClaimableBalanceID (Elixir Stellar Base v0.16.0)
Representation of Stellar ClaimableBalanceID
type.
Summary
Types
@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
@spec new( claimable_balance_id :: claimable_balance_id(), type :: StellarBase.XDR.ClaimableBalanceIDType.t() ) :: t()