Method: Casper::Entity::BlockBody#get_proposer

Defined in:
lib/entity/block_body.rb

#get_proposerString

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

Returns:

  • (String)

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



18
19
20
# File 'lib/entity/block_body.rb', line 18

def get_proposer
  @proposer
end