struct Contract::MessagesStatsExchanges

Defined in:

contract/exchange.cr

Constructors

Instance Method Summary

Constructor methods inherited from struct Contract::Interface

new(pull : JSON::PullParser) new

Constructor Detail

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

[View source]

Instance Method Detail

def publish_in : Int32 #

[View source]
def publish_in=(publish_in : Int32) #

[View source]
def publish_in_details : Details #

[View source]
def publish_in_details=(publish_in_details : Details) #

[View source]
def publish_out : Int32 #

[View source]
def publish_out=(publish_out : Int32) #

[View source]
def publish_out_details : Details #

[View source]
def publish_out_details=(publish_out_details : Details) #

[View source]
def unroutable : Int32 #

[View source]
def unroutable=(unroutable : Int32) #

[View source]
def unroutable_details : Details #

[View source]
def unroutable_details=(unroutable_details : Details) #

[View source]