MCPcopy Create free account
hub / github.com/cryptonomex/graphene / update

Method update

programs/light_client/Balance.cpp:30–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30void Balance::update(const graphene::chain::account_balance_object& update)
31{
32 if (update.balance != amount) {
33 amount = update.balance.value;
34 emit amountChanged();
35 }
36}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected