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

Represents a CreateClaimableBalance operation from Horizon API.

Summary

Types

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