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

Representation of Stellar CreateClaimableBalance type.

Link to this section Summary

Link to this section Types

Specs

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

Link to this section Functions

Link to this function

new(asset, amount, claimants)

View Source

Specs

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