Represents a AllowTrust operation from Horizon API.
AllowTrust
@type t() :: %Stellar.Horizon.Operation.AllowTrust{ asset_code: String.t(), asset_issuer: String.t(), asset_type: String.t(), authorize: boolean(), trustee: String.t(), trustor: String.t() }