Show / Hide Table of Contents

Class VaultDeleteResponse

The VaultDelete transaction deletes an empty vault.

Inheritance
object
BaseTransactionResponse
TransactionResponse
VaultDeleteResponse
Implements
ITransactionResponse
IBaseTransactionResponse
IVaultDelete
ITransactionCommon
Inherited Members
TransactionResponse.NetworkID
TransactionResponse.Account
TransactionResponse.AccountTxnID
TransactionResponse.Fee
TransactionResponse.Flags
TransactionResponse.LastLedgerSequence
TransactionResponse.Memos
TransactionResponse.MemoValue
TransactionResponse.Sequence
TransactionResponse.SigningPublicKey
TransactionResponse.Signers
TransactionResponse.TransactionType
TransactionResponse.TransactionSignature
TransactionResponse.Meta
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 VaultDeleteResponse : TransactionResponse, ITransactionResponse, IBaseTransactionResponse, IVaultDelete, ITransactionCommon
Remarks

Requires the Vault amendment (XLS-65d). This feature is in draft and subject to change.

Properties

| Edit this page View Source

VaultID

The ID of the vault to delete.

Declaration
[JsonPropertyName("VaultID")]
public string VaultID { get; set; }
Property Value
Type Description
string

Implements

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