StellarBase.XDR.Operations.Clawback (Elixir Stellar Base v0.2.0) View Source

Representation of Stellar Clawback type.

Link to this section Summary

Link to this section Types

Specs

t() :: %StellarBase.XDR.Operations.Clawback{
  amount: StellarBase.XDR.Int64.t(),
  asset: StellarBase.XDR.Asset.t(),
  from: StellarBase.XDR.MuxedAccount.t()
}

Link to this section Functions

Link to this function

new(asset, from, amount)

View Source

Specs

new(
  asset :: StellarBase.XDR.Asset.t(),
  from :: StellarBase.XDR.MuxedAccount.t(),
  amount :: StellarBase.XDR.Int64.t()
) :: t()