Interface ISponsorshipTransfer
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 interface ISponsorshipTransfer : ITransactionCommon
Remarks
Requires the Sponsor amendment (XLS-68). This feature is in draft and subject to change.
Properties
| Edit this page View SourceObjectID
The ledger object whose sponsorship is being transferred. When absent, the transfer applies to the account-level sponsorship.
Declaration
string ObjectID { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Sponsee
The sponsored account, when the transaction is submitted by the sponsor.
Declaration
string Sponsee { get; set; }
Property Value
| Type | Description |
|---|---|
| string |