View Source StellarBase.XDR.Operations.AllowTrust (Elixir Stellar Base v0.10.1)

Representation of Stellar AllowTrust type.

Link to this section Summary

Link to this section Types

@type 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
@spec new(
  trustor :: StellarBase.XDR.AccountID.t(),
  asset_code :: StellarBase.XDR.Asset.t(),
  authorize :: StellarBase.XDR.UInt32.t()
) :: t()