struct CoinPayments::ConversionInfoResponse

Included Modules

Defined in:

coinpayments/types.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def amount_sent : Int32 #

[View source]
def amount_sentf : Float64 #

[View source]
def coin1 : String #

[View source]
def coin2 : String #

[View source]
def received : Int32 #

[View source]
def receivedf : Float64 #

[View source]
def status : Int32 #

[View source]
def status_text : String #

[View source]
def time_created : Time #

[View source]