View Source Stellar.Horizon.Operation.CreateClaimableBalance (Elixir Stellar SDK v0.9.3)

Represents a CreateClaimableBalance operation from Horizon API.

Link to this section Summary

Link to this section Types

@type t() :: %Stellar.Horizon.Operation.CreateClaimableBalance{
  amount: float(),
  asset: String.t(),
  claimants: [map()]
}