Show / Hide Table of Contents

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 Source

Permission

The permission entry.

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