@ethereumjs/statemanager / OriginalStorageCache
• new OriginalStorageCache(getContractStorage
)
Name | Type |
---|---|
getContractStorage |
getContractStorage |
cache/originalStorageCache.ts:10
▸ clear(): void
void
cache/originalStorageCache.ts:43
▸ get(address
, key
): Promise
<Uint8Array
>
Name | Type |
---|---|
address |
Address |
key |
Uint8Array |
Promise
<Uint8Array
>
cache/originalStorageCache.ts:15
▸ put(address
, key
, value
): void
Name | Type |
---|---|
address |
Address |
key |
Uint8Array |
value |
Uint8Array |
void