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