Class VaultDeleteResponse
The VaultDelete transaction deletes an empty vault.
Inherited Members
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 SourceVaultID
The ID of the vault to delete.
Declaration
[JsonPropertyName("VaultID")]
public string VaultID { get; set; }
Property Value
| Type | Description |
|---|---|
| string |