MCPcopy Create free account
hub / github.com/CPChain/chain / AddBalance

Method AddBalance

core/vm/interface.go:31–31  ·  view source on GitHub ↗
(common.Address, *big.Int)

Source from the content-addressed store, hash-verified

29
30 SubBalance(common.Address, *big.Int)
31 AddBalance(common.Address, *big.Int)
32 GetBalance(common.Address) *big.Int
33
34 GetNonce(common.Address) uint64

Callers 15

TransitionDbMethod · 0.65
refundGasMethod · 0.65
TestInvalidTransactionsFunction · 0.65
TestTransactionQueueFunction · 0.65
TestTransactionChainForkFunction · 0.65
TestTransactionDroppingFunction · 0.65

Implementers 2

StateDBcore/state/statedb.go
NoopStateDBcore/vm/noop.go

Calls

no outgoing calls