SetTrustLineFlagsOperation

data class SetTrustLineFlagsOperation(val trustor: String, val asset: Asset, val clearFlags: Int? = null, val setFlags: Int? = null) : Operation

Represents a SetTrustLineFlags operation.

Constructors

Link copied to clipboard
constructor(trustor: String, asset: Asset, clearFlags: Int? = null, setFlags: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The asset of the trustline

Link copied to clipboard

Flags to clear (null means no flags to clear)

Link copied to clipboard

Flags to set (null means no flags to set)

Link copied to clipboard

Optional source account for this operation.

Link copied to clipboard

The account owning the trustline

Functions

Link copied to clipboard
open override fun toOperationBody(): OperationBodyXdr

Converts this operation to its XDR operation body representation.

Link copied to clipboard

Converts this operation to its full XDR representation, including the source account.