Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BucketCacheParameters ¶ added in v0.1.4
type DdcBucketContractCache ¶
type DdcBucketContractCache interface { HookContractEvents() error Clear() ClearNodes() ClearBuckets() ClearAccounts() ClearNodeById(id bucket.NodeId) ClearBucketById(id bucket.BucketId) ClearAccountById(id bucket.AccountId) bucket.DdcBucketContract }
func CreateDdcBucketContractCache ¶
func CreateDdcBucketContractCache(ddcBucketContract bucket.DdcBucketContract, parameters BucketCacheParameters) DdcBucketContractCache
Click to show internal directories.
Click to hide internal directories.