View Source StellarBase.XDR.Operations.Payment (Elixir Stellar Base v0.16.0)
Representation of Stellar Payment
type.
Summary
Types
@type t() :: %StellarBase.XDR.Operations.Payment{ amount: StellarBase.XDR.Int64.t(), asset: StellarBase.XDR.Asset.t(), destination: StellarBase.XDR.MuxedAccount.t() }
Functions
@spec new( destination :: StellarBase.XDR.MuxedAccount.t(), asset :: StellarBase.XDR.Asset.t(), amount :: StellarBase.XDR.Int64.t() ) :: t()