Class PermissionedDomainDelete
Delete a permissioned domain that you own. Requires the PermissionedDomains amendment.
Inherited Members
Namespace: Xrpl.Models.Transactions
Assembly: Xrpl.dll
Syntax
public class PermissionedDomainDelete : TransactionRequest, ITransactionRequest, IPermissionedDomainDelete, ITransactionCommon
Constructors
| Edit this page View SourcePermissionedDomainDelete()
Initializes a new instance of the PermissionedDomainDelete class.
Declaration
public PermissionedDomainDelete()
Properties
| Edit this page View SourceDomainID
The ledger entry ID of the Permissioned Domain entry to delete.
Declaration
[JsonPropertyName("DomainID")]
public string DomainID { get; set; }
Property Value
| Type | Description |
|---|---|
| string |