Show / Hide Table of Contents

Class AuthorizeCredentialBody

Body of a single credential reference inside a credential-based DepositPreauth entry.

Inheritance
object
AuthorizeCredentialBody
Namespace: Xrpl.Models.Ledger
Assembly: Xrpl.dll
Syntax
public class AuthorizeCredentialBody

Properties

| Edit this page View Source

CredentialType

A hex-encoded value identifying the type of credential.

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

Issuer

The account that issued the credential.

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