Method: TurnkeyClient::ImportPrivateKeyIntent#hash

Defined in:
lib/turnkey_client/models/import_private_key_intent.rb

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



154
155
156
# File 'lib/turnkey_client/models/import_private_key_intent.rb', line 154

def hash
  [user_id, private_key_name, encrypted_bundle, curve, address_formats].hash
end