Method: Casper::Entity::AssociatedKey#initialize

Defined in:
lib/entity/associated_key.rb

#initialize(account_hash, weight) ⇒ AssociatedKey

Returns a new instance of AssociatedKey.

Parameters:



8
9
10
11
# File 'lib/entity/associated_key.rb', line 8

def initialize(, weight)
  @account_hash = 
  @weight = weight
end