Class VaultDelete
The VaultDelete transaction deletes an empty vault.
Inherited Members
Namespace: Xrpl.Models.Transactions
Assembly: Xrpl.dll
Syntax
public class VaultDelete : TransactionRequest, ITransactionRequest, IVaultDelete, ITransactionCommon
Remarks
Requires the Vault amendment (XLS-65d). This feature is in draft and subject to change.
Constructors
| Edit this page View SourceVaultDelete()
Declaration
public VaultDelete()
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 |