UNPKG

@truffle/codec

Version:

Library for encoding and decoding smart contract data

8 lines (7 loc) 283 B
import type * as Format from "../../format"; /** * Encodes for event topics (indexed parameters). * Warning: This function is not fully implemented yet! * @Category Encoding (low-level) */ export declare function encodeTopic(input: Format.Values.Result): Uint8Array | undefined;