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

Creates a clawback operation for a claimable balance.

Summary

Types

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