Method: Casper::Entity::BlockInfo#get_state_root_hash

Defined in:
lib/entity/block_info.rb

#get_state_root_hashString

Returns the global state root hash produced by executing this block’s body.

Returns:

  • (String)

    the global state root hash produced by executing this block’s body.



45
46
47
# File 'lib/entity/block_info.rb', line 45

def get_state_root_hash
  @state_root_hash
end