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

Representation of Stellar CreateClaimableBalance type.

Link to this section Summary

Link to this section Types

Specs

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

Link to this section Functions

Link to this function

new(asset, amount, claimants)

View Source

Specs

new(
  asset :: Stellar.XDR.Asset.t(),
  amount :: Stellar.XDR.Int64.t(),
  claimants :: Stellar.XDR.Claimants.t()
) :: t()