struct Protocol::Network::SignedExchangeReceived

Overview

Fired when a signed exchange was received over the network

Included Modules

Defined in:

protocol/network.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def info : SignedExchangeInfo #

Information about the signed exchange response.


[View source]
def request_id : RequestId #

Request identifier.


[View source]