Skip to content

decodeInput

Decodes an input according to the EvmAdvance function signature.

import { blob } from "./blob";
import { decodeInput } from "@guidanoli/cmioc";
 
const input = decodeInput(blob); 

Returns

Input

The decoded input.

Parameters

Hex

The encoded input.