Show / Hide Table of Contents

Enum SponsorshipTransferFlags

Namespace: Xrpl.Models.Transactions
Assembly: Xrpl.dll
Syntax
[Flags]
public enum SponsorshipTransferFlags : uint

Fields

Name Description
tfSponsorshipCreate

Take over sponsorship of an existing unsponsored object.

tfSponsorshipEnd

End the sponsorship of the given object or account reserve; the reserve obligation returns to the owner.

tfSponsorshipReassign

Reassign an existing sponsorship to the submitting sponsor.

Extension Methods

EmumExtensions.DecodeFlags<SponsorshipTransferFlags>(SponsorshipTransferFlags)
EmumExtensions.FlagsValues<SponsorshipTransferFlags>(SponsorshipTransferFlags)
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX