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
@spec new( asset :: StellarBase.XDR.Asset.t(), amount :: StellarBase.XDR.Int64.t(), claimants :: StellarBase.XDR.Claimants.t() ) :: t()