Class SignedExchangeReceivedEventArgs
SignedExchangeReceived
public sealed class SignedExchangeReceivedEventArgs : EventArgs- Inheritance
- 
      
      
      SignedExchangeReceivedEventArgs
- Inherited Members
Properties
Info
Gets or sets the info
[JsonPropertyName("info")]
public SignedExchangeInfo Info { get; set; }Property Value
RequestId
Gets or sets the requestId
[JsonPropertyName("requestId")]
public string RequestId { get; set; }