View Source StellarBase.XDR.Operations.CreateClaimableBalance (Elixir Stellar Base v0.16.0)

Representation of Stellar CreateClaimableBalance type.

Summary

Types

@type t() :: %StellarBase.XDR.Operations.CreateClaimableBalance{
  amount: StellarBase.XDR.Int64.t(),
  asset: StellarBase.XDR.Asset.t(),
  claimants: StellarBase.XDR.Claimants.t()
}

Functions

Link to this function

new(asset, amount, claimants)

View Source
@spec new(
  asset :: StellarBase.XDR.Asset.t(),
  amount :: StellarBase.XDR.Int64.t(),
  claimants :: StellarBase.XDR.Claimants.t()
) :: t()