MCPcopy Index your code
hub / github.com/CovenantSQL/CovenantSQL / AccountAddress

TypeAlias AccountAddress

proto/nodeinfo.go:55–55  ·  view source on GitHub ↗

AccountAddress is wallet address, will be generated from Hash(nodePublicKey).

Source from the content-addressed store, hash-verified

53
54// AccountAddress is wallet address, will be generated from Hash(nodePublicKey).
55type AccountAddress hash.Hash
56
57// UnmarshalJSON implements the json.Unmarshaler interface.
58func (z *AccountAddress) UnmarshalJSON(data []byte) error {

Callers 15

loadAndCacheAccountsFunction · 0.92
loadAndCacheProvidersFunction · 0.92
TestMetaStateFunction · 0.92
startTestServiceFunction · 0.92
generateRandomBlockFunction · 0.92
TestTxTransferFunction · 0.92
TestBaseAccountFunction · 0.92
TestTxCreateDatabaseFunction · 0.92
PubKeyHashFunction · 0.92
helper_test.goFile · 0.92
TestDBMSFunction · 0.92
loadGenesisFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected