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