Allow Trust Operation
data class AllowTrustOperation(val trustor: String, val assetCode: String, val authorize: Int) : Operation
Represents an AllowTrust operation.
Deprecated: Use SetTrustLineFlagsOperation instead (Protocol 17+).