Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cryptonomex/graphene
/ setNetworkAPI
Method
setNetworkAPI
programs/light_client/ChainDataModel.cpp:63–66 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
61
}
62
63
void ChainDataModel::setNetworkAPI(fc::api<network_broadcast_api> napi)
64
{
65
m_net_api = napi;
66
}
67
68
void ChainDataModel::broadcast(Transaction* transaction)
69
{
Callers
1
start
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected