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