Stellar.XDR.ClaimableBalanceID (Elixir Stellar Base v0.1.3) View Source
Representation of Stellar ClaimableBalanceID
type.
Link to this section Summary
Link to this section Types
Specs
claimable_balance_id() :: Stellar.XDR.Hash.t()
Specs
t() :: %Stellar.XDR.ClaimableBalanceID{ claimable_balance_id: Stellar.XDR.Hash.t(), type: Stellar.XDR.ClaimableBalanceIDType.t() }
Link to this section Functions
Specs
new( claimable_balance_id :: claimable_balance_id(), type :: Stellar.XDR.ClaimableBalanceIDType.t() ) :: t()