Show / Hide Table of Contents

Class VaultInfoRequest

The vault_info method retrieves information about a vault.

Inheritance
object
BaseRequest
BaseLedgerRequest
VaultInfoRequest
Inherited Members
BaseLedgerRequest.LedgerHash
BaseLedgerRequest.LedgerIndex
BaseRequest.Id
BaseRequest.Command
BaseRequest.ApiVersion
Namespace: Xrpl.Models.Methods
Assembly: Xrpl.dll
Syntax
public class VaultInfoRequest : BaseLedgerRequest
Remarks

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

Constructors

| Edit this page View Source

VaultInfoRequest()

Declaration
public VaultInfoRequest()

Properties

| Edit this page View Source

VaultID

The unique identifier (Hash256) of the vault to look up.

Declaration
[JsonPropertyName("vault_id")]
public string VaultID { get; set; }
Property Value
Type Description
string
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX