View Source Stellar.TxBuild.ClaimClaimableBalance (Elixir Stellar SDK v0.22.0)

Claims a claimable balance.

Summary

Types

@type t() :: %Stellar.TxBuild.ClaimClaimableBalance{
  claimable_balance_id: Stellar.TxBuild.ClaimableBalanceID.t(),
  source_account: Stellar.TxBuild.OptionalAccount.t()
}