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