StellarBase.XDR.Operations.AllowTrust (Elixir Stellar Base v0.2.3) 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

Link to this function

new(trustor, asset_code, authorize)

View Source

Specs

new(
  trustor :: StellarBase.XDR.AccountID.t(),
  asset_code :: StellarBase.XDR.Asset.t(),
  authorize :: StellarBase.XDR.UInt32.t()
) :: t()