View Source Stellar.Horizon.Operation.ClaimClaimableBalance (Elixir Stellar SDK v0.11.1)

Represents a ClaimClaimableBalance operation from Horizon API.

Link to this section Summary

Link to this section Types

@type t() :: %Stellar.Horizon.Operation.ClaimClaimableBalance{
  balance_id: String.t(),
  claimant: String.t()
}