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

CreateClaimableBalance struct definition.

Summary

Types

@type t() :: %Stellar.TxBuild.CreateClaimableBalance{
  amount: Stellar.TxBuild.Amount.t(),
  asset: Stellar.TxBuild.Asset.t(),
  claimants: Stellar.TxBuild.Claimants.t(),
  source_account: Stellar.TxBuild.OptionalAccount.t()
}
@type validation() :: {:ok, any()} | {:error, atom()}