struct CoinPayments::GetWithdrawalHistoryResponseSingle

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

[View source]
def coin : String #

[View source]
def id : String #

[View source]
def send_address : String #

[View source]
def send_txid : String #

[View source]
def status : Int32 #

[View source]
def status_text : String #

[View source]
def time_created : Time #

[View source]