Show / Hide Table of Contents

Enum VaultCreateFlags

Flags for VaultCreate transactions.

Namespace: Xrpl.Models.Transactions
Assembly: Xrpl.dll
Syntax
[Flags]
public enum VaultCreateFlags : uint

Fields

Name Description
tfVaultPrivate

Designates the vault as private, restricting access to credentialed accounts within a specified Permissioned Domain. Set only at vault creation.

tfVaultShareNonTransferable

Makes vault shares non-transferable between accounts. Set only at vault creation.

Extension Methods

EmumExtensions.DecodeFlags<VaultCreateFlags>(VaultCreateFlags)
EmumExtensions.FlagsValues<VaultCreateFlags>(VaultCreateFlags)
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX