Variable CellInputVecConst

CellInputVec: ArrayCodec<ObjectCodec<{
    previousOutput: ObjectCodec<{
        index: FixedBytesCodec<number, BIish>;
        txHash: FixedBytesCodec<string, BytesLike>;
    }> & Fixed;
    since: FixedBytesCodec<BI, BIish>;
}> & Fixed> = ...

Generated using TypeDoc