Show / Hide Table of Contents

Class SponsorshipTransferResponse

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

Inheritance
object
BaseTransactionResponse
TransactionResponse
SponsorshipTransferResponse
Implements
ITransactionResponse
IBaseTransactionResponse
ISponsorshipTransfer
ITransactionCommon
Inherited Members
TransactionResponse.NetworkID
TransactionResponse.Account
TransactionResponse.AccountTxnID
TransactionResponse.Fee
TransactionResponse.LastLedgerSequence
TransactionResponse.Memos
TransactionResponse.MemoValue
TransactionResponse.Sequence
TransactionResponse.SigningPublicKey
TransactionResponse.Signers
TransactionResponse.TransactionType
TransactionResponse.TransactionSignature
TransactionResponse.Meta
TransactionResponse.Sponsor
TransactionResponse.SponsorFlags
TransactionResponse.Delegate
TransactionResponse.OperationLimit
TransactionResponse.ToJson()
TransactionResponse.ToDictionary()
TransactionResponse.SourceTag
TransactionResponse.TicketSequence
BaseTransactionResponse.Date
BaseTransactionResponse.Hash
BaseTransactionResponse.InLedger
BaseTransactionResponse.LedgerIndex
BaseTransactionResponse.Validated
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 Source

Flags

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?
| 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
[JsonPropertyName("ObjectID")]
public 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
[JsonPropertyName("Sponsee")]
public string Sponsee { get; set; }
Property Value
Type Description
string

Implements

ITransactionResponse
IBaseTransactionResponse
ISponsorshipTransfer
ITransactionCommon
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX