StellarBase.XDR.Operations.AllowTrust (Elixir Stellar Base v0.6.1) View Source
Representation of Stellar AllowTrust
type.
Link to this section Summary
Link to this section Types
Specs
t() :: %StellarBase.XDR.Operations.AllowTrust{ asset_code: StellarBase.XDR.Asset.t(), authorize: StellarBase.XDR.UInt32.t(), trustor: StellarBase.XDR.AccountID.t() }
Link to this section Functions
Specs
new( trustor :: StellarBase.XDR.AccountID.t(), asset_code :: StellarBase.XDR.Asset.t(), authorize :: StellarBase.XDR.UInt32.t() ) :: t()