Show / Hide Table of Contents

Interface ISponsorshipTransfer

The SponsorshipTransfer transaction ends, creates or reassigns the sponsorship of a ledger object or of an account reserve.

Inherited Members
ITransactionCommon.NetworkID
ITransactionCommon.Account
ITransactionCommon.AccountTxnID
ITransactionCommon.Fee
ITransactionCommon.Flags
ITransactionCommon.LastLedgerSequence
ITransactionCommon.Memos
ITransactionCommon.MemoValue
ITransactionCommon.Sequence
ITransactionCommon.Signers
ITransactionCommon.SigningPublicKey
ITransactionCommon.TransactionSignature
ITransactionCommon.TransactionType
ITransactionCommon.SourceTag
ITransactionCommon.TicketSequence
ITransactionCommon.Delegate
ITransactionCommon.OperationLimit
ITransactionCommon.Sponsor
ITransactionCommon.SponsorFlags
ITransactionCommon.ToJson()
ITransactionCommon.ToDictionary()
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 Source

ObjectID

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
| Edit this page View Source

Sponsee

The sponsored account, when the transaction is submitted by the sponsor.

Declaration
string Sponsee { get; set; }
Property Value
Type Description
string
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX