Class SponsorshipTransferResponse
The SponsorshipTransfer transaction ends, creates or reassigns the sponsorship of a ledger object or of an account reserve.
Inherited Members
Namespace: Xrpl.Models.Transactions
Assembly: Xrpl.dll
Syntax
public class SponsorshipTransferResponse : TransactionResponse, ITransactionResponse, IBaseTransactionResponse, ISponsorshipTransfer, ITransactionCommon
Remarks
Requires the Sponsor amendment (XLS-68). This feature is in draft and subject to change.
Properties
| Edit this page View SourceFlags
Typed view over the base Flags value (see SponsorshipTransferFlags).
Declaration
[JsonPropertyName("Flags")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public SponsorshipTransferFlags? Flags { get; set; }
Property Value
| Type | Description |
|---|---|
| SponsorshipTransferFlags? |
ObjectID
The ledger object whose sponsorship is being transferred. When absent, the transfer applies to the account-level sponsorship.
Declaration
[JsonPropertyName("ObjectID")]
public string ObjectID { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Sponsee
The sponsored account, when the transaction is submitted by the sponsor.
Declaration
[JsonPropertyName("Sponsee")]
public string Sponsee { get; set; }
Property Value
| Type | Description |
|---|---|
| string |