Class SignedExchangeInfo
SignedExchangeInfo
public sealed class SignedExchangeInfo
- Inheritance
-
SignedExchangeInfo
- Inherited Members
Properties
Errors
errors
[JsonPropertyName("errors")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public SignedExchangeError[] Errors { get; set; }
Property Value
Header
header
[JsonPropertyName("header")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public SignedExchangeHeader Header { get; set; }
Property Value
OuterResponse
outerResponse
[JsonPropertyName("outerResponse")]
public Response OuterResponse { get; set; }
Property Value
SecurityDetails
securityDetails
[JsonPropertyName("securityDetails")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public SecurityDetails SecurityDetails { get; set; }