View Source StellarBase.XDR.Operations.AllowTrust (Elixir Stellar Base v0.16.0)
Representation of Stellar AllowTrust
type.
Summary
Types
@type t() :: %StellarBase.XDR.Operations.AllowTrust{ asset_code: StellarBase.XDR.Asset.t(), authorize: StellarBase.XDR.UInt32.t(), trustor: StellarBase.XDR.AccountID.t() }
Functions
@spec new( trustor :: StellarBase.XDR.AccountID.t(), asset_code :: StellarBase.XDR.Asset.t(), authorize :: StellarBase.XDR.UInt32.t() ) :: t()