struct CoinPayments::GetTxResponse

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 : Int32 #

[View source]
def amountf : String #

[View source]
def coin : String #

[View source]
def payment_address : String #

[View source]
def received : Int32 #

[View source]
def receivedf : Float64 #

[View source]
def recv_confirms : Int32 #

[View source]
def status : Int32 #

[View source]
def status_text : String #

[View source]
def time_created : Time #

[View source]
def time_expires : Time #

[View source]
def type : String #

[View source]