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