SignedExchangeReceived

@Serializable
data class SignedExchangeReceived(val requestId: RequestId, val info: SignedExchangeInfo) : NetworkEvent(source)

Fired when a signed exchange was received over the network

Official doc

Constructors

Link copied to clipboard
constructor(requestId: RequestId, info: SignedExchangeInfo)

Properties

Link copied to clipboard

Information about the signed exchange response.

Link copied to clipboard

Request identifier.