Class PermissionEntry
Represents a single permission granted to a delegate account.
Inheritance
object
PermissionEntry
Namespace: Xrpl.Models.Common
Assembly: Xrpl.dll
Syntax
public class PermissionEntry
Properties
| Edit this page View SourcePermissionValue
A bit-flag value representing the specific permission granted. Each bit corresponds to a particular transaction type or capability.
Declaration
[JsonPropertyName("PermissionValue")]
public uint PermissionValue { get; set; }
Property Value
| Type | Description |
|---|---|
| uint |