MCPcopy Create free account
hub / github.com/CovenantSQL/CovenantSQL / increaseAccountStableBalance

Method increaseAccountStableBalance

blockproducer/metastate.go:288–290  ·  view source on GitHub ↗
(k proto.AccountAddress, amount uint64)

Source from the content-addressed store, hash-verified

286}
287
288func (s *metaState) increaseAccountStableBalance(k proto.AccountAddress, amount uint64) error {
289 return s.increaseAccountToken(k, amount, types.Particle)
290}
291
292func (s *metaState) decreaseAccountStableBalance(k proto.AccountAddress, amount uint64) error {
293 return s.decreaseAccountToken(k, amount, types.Particle)

Callers 2

updateProviderListMethod · 0.95
TestMetaStateFunction · 0.80

Calls 1

increaseAccountTokenMethod · 0.95

Tested by 1

TestMetaStateFunction · 0.64