RevokeSponsorshipOperation

data class RevokeSponsorshipOperation(val sponsorship: Sponsorship) : Operation

Represents a RevokeSponsorship operation.

This operation is a union type that can revoke sponsorship of various ledger entries.

Constructors

Link copied to clipboard
constructor(sponsorship: Sponsorship)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Optional source account for this operation.

Link copied to clipboard

The type of sponsorship to revoke

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.