Interface IVaultDeposit
The VaultDeposit transaction deposits assets into a vault.
Inherited Members
Namespace: Xrpl.Models.Transactions
Assembly: Xrpl.dll
Syntax
public interface IVaultDeposit : ITransactionCommon
Remarks
Requires the Vault amendment (XLS-65d). This feature is in draft and subject to change.
Properties
| Edit this page View SourceAmount
The amount to deposit.
Declaration
Currency Amount { get; set; }
Property Value
| Type | Description |
|---|---|
| Currency |
VaultID
The ID of the vault to deposit into.
Declaration
string VaultID { get; set; }
Property Value
| Type | Description |
|---|---|
| string |