Show / Hide Table of Contents

Class CredentialDeleteResponse

Response for a CredentialDelete transaction.

Inheritance
object
BaseTransactionResponse
TransactionResponse
CredentialDeleteResponse
Implements
ITransactionResponse
IBaseTransactionResponse
ICredentialDelete
ITransactionCommon
Inherited Members
TransactionResponse.NetworkID
TransactionResponse.Account
TransactionResponse.AccountTxnID
TransactionResponse.Fee
TransactionResponse.Flags
TransactionResponse.LastLedgerSequence
TransactionResponse.Memos
TransactionResponse.MemoValue
TransactionResponse.Sequence
TransactionResponse.SigningPublicKey
TransactionResponse.Signers
TransactionResponse.TransactionType
TransactionResponse.TransactionSignature
TransactionResponse.Meta
TransactionResponse.ToJson()
TransactionResponse.ToDictionary()
TransactionResponse.SourceTag
TransactionResponse.TicketSequence
BaseTransactionResponse.Date
BaseTransactionResponse.Hash
BaseTransactionResponse.InLedger
BaseTransactionResponse.LedgerIndex
BaseTransactionResponse.Validated
Namespace: Xrpl.Models.Transactions
Assembly: Xrpl.dll
Syntax
public class CredentialDeleteResponse : TransactionResponse, ITransactionResponse, IBaseTransactionResponse, ICredentialDelete, ITransactionCommon

Properties

| Edit this page View Source

CredentialType

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

Declaration
[JsonPropertyName("CredentialType")]
public string CredentialType { get; set; }
Property Value
Type Description
string
| Edit this page View Source

CredentialTypeValue

Decoded human-readable value of CredentialType (UTF-8).

Declaration
[JsonIgnore]
public string CredentialTypeValue { get; }
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
[JsonPropertyName("Issuer")]
public 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
[JsonPropertyName("Subject")]
public string Subject { get; set; }
Property Value
Type Description
string

Implements

ITransactionResponse
IBaseTransactionResponse
ICredentialDelete
ITransactionCommon
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX