Module: Meeseeker

Extended by:
Meeseeker
Included in:
Meeseeker
Defined in:
lib/meeseeker.rb,
lib/meeseeker/version.rb,
lib/meeseeker/block_follower_job.rb,
lib/meeseeker/witness_schedule_job.rb

Defined Under Namespace

Modules: SteemEngine Classes: BlockFollowerJob, WitnessScheduleJob

Constant Summary collapse

LAST_BLOCK_NUM_KEY =
'steem:meeseeker:last_block_num'
LAST_STEEM_ENGINE_BLOCK_NUM_KEY =
'steem_engine:meeseeker:last_block_num'
BLOCKS_PER_DAY =
28800
VIRTUAL_TRX_ID =
'0000000000000000000000000000000000000000'
VERSION =
'0.0.8'
AGENT_ID =
"meeseeker/#{VERSION}"

Instance Attribute Summary collapse

Instance Attribute Details

#expire_keysObject

Returns the value of attribute expire_keys.



26
27
28
# File 'lib/meeseeker.rb', line 26

def expire_keys
  @expire_keys
end

#include_block_headerObject

Returns the value of attribute include_block_header.



26
27
28
# File 'lib/meeseeker.rb', line 26

def include_block_header
  @include_block_header
end

#include_virtualObject

Returns the value of attribute include_virtual.



26
27
28
# File 'lib/meeseeker.rb', line 26

def include_virtual
  @include_virtual
end

#node_urlObject

Returns the value of attribute node_url.



26
27
28
# File 'lib/meeseeker.rb', line 26

def node_url
  @node_url
end

#publish_op_custom_idObject

Returns the value of attribute publish_op_custom_id.



26
27
28
# File 'lib/meeseeker.rb', line 26

def publish_op_custom_id
  @publish_op_custom_id
end

#redisObject

Returns the value of attribute redis.



26
27
28
# File 'lib/meeseeker.rb', line 26

def redis
  @redis
end

#steem_engine_node_urlObject

Returns the value of attribute steem_engine_node_url.



26
27
28
# File 'lib/meeseeker.rb', line 26

def steem_engine_node_url
  @steem_engine_node_url
end

#stream_modeObject

Returns the value of attribute stream_mode.



26
27
28
# File 'lib/meeseeker.rb', line 26

def stream_mode
  @stream_mode
end