Method: Casper::Entity::BlockInfo#get_creator

Defined in:
lib/entity/block_info.rb

#get_creatorString

Returns hex-encoded cryptographic public key, including the algorithm tag prefix.

Returns:

  • (String)

    hex-encoded cryptographic public key, including the algorithm tag prefix.



51
52
53
# File 'lib/entity/block_info.rb', line 51

def get_creator
  @creator
end