Stellar.XDR.Operations.SetTrustLineFlags (Elixir Stellar Base v0.1.3) View Source

Representation of Stellar SetTrustLineFlags type.

Link to this section Summary

Link to this section Types

Specs

t() :: %Stellar.XDR.Operations.SetTrustLineFlags{
  asset: Stellar.XDR.Asset.t(),
  clear_flags: Stellar.XDR.UInt32.t(),
  set_flags: Stellar.XDR.UInt32.t(),
  trustor: Stellar.XDR.AccountID.t()
}

Link to this section Functions

Link to this function

new(trustor, asset, clear_flags, set_flags)

View Source

Specs

new(
  trustor :: Stellar.XDR.AccountID.t(),
  asset :: Stellar.XDR.Asset.t(),
  clear_flags :: Stellar.XDR.UInt32.t(),
  set_flags :: Stellar.XDR.UInt32.t()
) :: t()