View Source StellarBase.XDR.Operations.ClaimClaimableBalance (Elixir Stellar Base v0.16.0)

Representation of Stellar ClaimClaimableBalance type.

Summary

Types

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

Functions

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