StellarBase.XDR.Operations.Payment (Elixir Stellar Base v0.7.0) View Source
Representation of Stellar Payment
type.
Link to this section Summary
Link to this section Types
Specs
t() :: %StellarBase.XDR.Operations.Payment{ amount: StellarBase.XDR.Int64.t(), asset: StellarBase.XDR.Asset.t(), destination: StellarBase.XDR.MuxedAccount.t() }
Link to this section Functions
Specs
new( destination :: StellarBase.XDR.MuxedAccount.t(), asset :: StellarBase.XDR.Asset.t(), amount :: StellarBase.XDR.Int64.t() ) :: t()