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. |