StellarBase.XDR.Operations.SetTrustLineFlags (Elixir Stellar Base v0.8.7) View Source
Representation of Stellar SetTrustLineFlags type.
Link to this section Summary
Link to this section Types
Specs
t() :: %StellarBase.XDR.Operations.SetTrustLineFlags{
asset: StellarBase.XDR.Asset.t(),
clear_flags: StellarBase.XDR.UInt32.t(),
set_flags: StellarBase.XDR.UInt32.t(),
trustor: StellarBase.XDR.AccountID.t()
}
Link to this section Functions
Specs
new( trustor :: StellarBase.XDR.AccountID.t(), asset :: StellarBase.XDR.Asset.t(), clear_flags :: StellarBase.XDR.UInt32.t(), set_flags :: StellarBase.XDR.UInt32.t() ) :: t()