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

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()