StellarBase.XDR.Operations.CreateClaimableBalance (Elixir Stellar Base v0.8.1) 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
Specs
new( asset :: StellarBase.XDR.Asset.t(), amount :: StellarBase.XDR.Int64.t(), claimants :: StellarBase.XDR.Claimants.t() ) :: t()