Class PermissionWrapper
A wrapper for a single permission entry in a Permissions array.
Inheritance
object
PermissionWrapper
Namespace: Xrpl.Models.Common
Assembly: Xrpl.dll
Syntax
public class PermissionWrapper
Properties
| Edit this page View SourcePermission
The permission entry.
Declaration
[JsonPropertyName("Permission")]
public PermissionEntry Permission { get; set; }
Property Value
| Type | Description |
|---|---|
| PermissionEntry |