MCPcopy Create free account
hub / github.com/bitshares/bitshares-core / on_block

Method on_block

libraries/plugins/template_plugin/template_plugin.cpp:54–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52};
53
54void template_plugin_impl::on_block( const signed_block& b )
55{
56 wdump((b.block_num()));
57}
58
59template_plugin_impl::template_plugin_impl( template_plugin& _plugin ) :
60 _self( _plugin )

Callers 1

plugin_initializeMethod · 0.80

Calls 1

block_numMethod · 0.80

Tested by

no test coverage detected