UNPKG

@truffle/codec

Version:

Library for encoding and decoding smart contract data

4 lines (3 loc) 190 B
import type * as Evm from "../../evm"; import type * as Pointer from "../../pointer"; export declare function readTopic(pointer: Pointer.EventTopicPointer, state: Evm.EvmState): Uint8Array;