Class SignedExchangeReceivedEventArgs
Fired when a signed exchange was received over the network
public sealed class SignedExchangeReceivedEventArgs : EventArgs
- Inheritance
-
SignedExchangeReceivedEventArgs
- Inherited Members
Properties
Info
Information about the signed exchange response.
[JsonPropertyName("info")]
public SignedExchangeInfo Info { get; set; }
Property Value
RequestId
Request identifier.
[JsonPropertyName("requestId")]
public string RequestId { get; set; }