Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
54
void template_plugin_impl::on_block( const signed_block& b )
55
{
56
wdump((b.block_num()));
57
}
58
59
template_plugin_impl::template_plugin_impl( template_plugin& _plugin ) :
60
_self( _plugin )
Callers
1
plugin_initialize
Method · 0.80
Calls
1
block_num
Method · 0.80
Tested by
no test coverage detected