Class: Kucoin::Models::CoinAddress

Inherits:
Base
  • Object
show all
Defined in:
lib/kucoin/models/coin_address.rb

Constant Summary collapse

MAPPING =
{
  oid:                :string,
  address:            :string,
  context:            :string,
  user_oid:           :string,
  coin_type:          :string,
  created_at:         :time,
  deleted_at:         :time,
  updated_at:         :time,
  last_received_at:   :time
}

Method Summary

Methods inherited from Base

#attributes, #initialize, parse

Constructor Details

This class inherits a constructor from Kucoin::Models::Base