UNPKG

@truffle/codec

Version:

Library for encoding and decoding smart contract data

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