Method: Coinbase::Client::Network.attribute_map

Defined in:
lib/coinbase/client/models/network.rb

.attribute_mapObject

Attribute mapping from ruby-style variable name to JSON key.



62
63
64
65
66
67
68
69
70
71
72
73
# File 'lib/coinbase/client/models/network.rb', line 62

def self.attribute_map
  {
    :'id' => :'id',
    :'display_name' => :'display_name',
    :'chain_id' => :'chain_id',
    :'protocol_family' => :'protocol_family',
    :'is_testnet' => :'is_testnet',
    :'native_asset' => :'native_asset',
    :'feature_set' => :'feature_set',
    :'address_path_prefix' => :'address_path_prefix'
  }
end