Show / Hide Table of Contents

Interface ICredentialDelete

Deletes a credential from the XRP Ledger. Can be submitted by:

  • The issuer of the credential (to revoke it).
  • The subject of the credential (to un-accept it).
  • Any account, if the credential has expired. Requires the Credentials amendment.
Inherited Members
ITransactionCommon.NetworkID
ITransactionCommon.Account
ITransactionCommon.AccountTxnID
ITransactionCommon.Fee
ITransactionCommon.Flags
ITransactionCommon.LastLedgerSequence
ITransactionCommon.Memos
ITransactionCommon.MemoValue
ITransactionCommon.Sequence
ITransactionCommon.Signers
ITransactionCommon.SigningPublicKey
ITransactionCommon.TransactionSignature
ITransactionCommon.TransactionType
ITransactionCommon.SourceTag
ITransactionCommon.TicketSequence
ITransactionCommon.ToJson()
ITransactionCommon.ToDictionary()
Namespace: Xrpl.Models.Transactions
Assembly: Xrpl.dll
Syntax
public interface ICredentialDelete : ITransactionCommon

Properties

| Edit this page View Source

CredentialType

The type of credential to delete, as a hex-encoded string.

Declaration
string CredentialType { get; set; }
Property Value
Type Description
string
| Edit this page View Source

Issuer

(Optional) The issuer of the credential. If omitted, the Account (transaction sender) is assumed to be the issuer.

Declaration
string Issuer { get; set; }
Property Value
Type Description
string
| Edit this page View Source

Subject

(Optional) The subject of the credential. If omitted, the Account (transaction sender) is assumed to be the subject.

Declaration
string Subject { get; set; }
Property Value
Type Description
string
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX