decodeInput
Decodes an input according to the EvmAdvance function signature.
import { blob } from "./blob";
import { decodeInput } from "@guidanoli/cmioc";
 
const input = decodeInput(blob); Returns
The decoded input.
Parameters
The encoded input.