UNPKG

@truffle/codec

Version:

Library for encoding and decoding smart contract data

5 lines (4 loc) 272 B
import * as Evm from "../../evm"; import type * as Pointer from "../../pointer"; export declare function readStack(pointer: Pointer.StackPointer, state: Evm.EvmState): Uint8Array; export declare function readStackLiteral(pointer: Pointer.StackLiteralPointer): Uint8Array;